-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Fix typo in CA StaticAutoscaler test #8912
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
Fix typo in CA StaticAutoscaler test #8912
Conversation
It seems that the node group id was supposed to be ng1. The typo does strangely not cause the tests to break.
|
|
|
Welcome @fabiante! |
|
Hi @fabiante. Thanks for your PR. I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
@fabiante could you address the CLA item and then move this PR into a ready for review (non-Draft) state? thank you! |
|
Is there any pending thing I still need to to to so this is ready for review? To me it looks alright, LMK. |
|
@fabiante no, i think we just missed that the CLA had been signed. assuming all the tests are good, this should be easy to merge. /ok-to-test |
elmiko
left a comment
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.
code change looks good, let's see if the test pass.
/lgtm
|
seems like tests are good, thanks again for the fix @fabiante /approve |
jackfrancis
left a comment
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.
/lgtm
/approve
/release-note-none
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: elmiko, fabiante, jackfrancis The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
It seems that the node group id was supposed to be ng1.
The typo does strangely not cause the tests to break.
What type of PR is this?
/kind bug
Optionally add one or more of the following kinds if applicable:
/kind failing-test
What this PR does / why we need it:
Which issue(s) this PR fixes:
This might fix the tests not actually testing the right thing.
With the typo that was previously part of the test, its setup did not actually set up the state originally intended.
Does this PR introduce a user-facing change?
Special notes for your reviewer:
I do not yet know why this typo did not surface earlier. I maintain a a customized fork at https://github.com/gridscale/autoscaler where the forks modifications resulted in a panic when running the autoscaler tests.
To me it looks pretty much like a typo that was not indended, given that there is also not an explicit comment that the
,was intended to be part of this string.Edit: I opened this as a draft PR to let the tests run. Locally they passed but I want to make sure CI passes too. I will address the automation comments next.