-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add sanity e2e tests for the Kueue metrics #3746
Comments
/assign @mykysha |
@mbobrovskyi: GitHub didn't allow me to assign the following users: mykysha. Note that only kubernetes-sigs members with read permissions, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
It could be worth adding securing metrics in this test. |
/assign |
What would you like to be cleaned:
Add sanity e2e tests to make sure the metrics endpoint returns Kueue metrics.
Why is this needed:
Currently, the metrics.Register() call can be removed from main.go, and all tests pass. This could have caused the bug in this PR: https://github.com/kubernetes-sigs/kueue/pull/3673/files#diff-64a1e0bd9f87bdadd12179b8e48ace63c6aa3ace3f7694375a8a0dd0e566e25dL133
The text was updated successfully, but these errors were encountered: