-
Notifications
You must be signed in to change notification settings - Fork 25
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
Update WPA controller unittest to check new upscale-downscale metrics #218
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request does not contain a valid label. Please add one of the following labels: bug, enhancement, refactoring, documentation, tooling, dependencies
9028af4
to
89d4111
Compare
89d4111
to
bc2f113
Compare
bc2f113
to
02a554b
Compare
The commmit also modify the way the unit-tests valid the generated metrics that the controller emit when it does an action. Now the unit-tests will only validate the metric values that are provided inside the "wantPromMetrics" or each test.
02a554b
to
f23e504
Compare
/merge |
🚂 MergeQueue: pull request added to the queue The median merge time in Use |
What does this PR do?
Update WPA controller unit test to check new upscale-downscale metrics
The commit also modify the way the unit tests valid the generated metrics that the
controller emit when it does an action. Now the unit-tests will only validate
the metric values that are provided inside the "wantPromMetrics" or each test.
Motivation
Improve test coverage link to the PR #210
Additional Notes
Anything else we should know when reviewing?
Describe your test plan
Write there any instructions and details you may have to test your PR.