-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
🌱 test: fix machinepool test to wait for topology controller to set correct number of replicas first #10952
🌱 test: fix machinepool test to wait for topology controller to set correct number of replicas first #10952
Conversation
…rect number of replicas first
Thx! /lgtm /test pull-cluster-api-e2e-main |
LGTM label has been added. Git tree hash: 0a77809f988f843fec654c4955a6b43b11c414e6
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer 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 |
/retest Webhook flake, unrelated |
/cherry-pick release-1.7 |
@chrischdi: #10952 failed to apply on top of branch "release-1.7":
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. |
What this PR does / why we need it:
I did hit this locally:
I had a case where 3 healthy machine pool machines did exist, but the test expected two while it must be three.
The topology controller may require some time to rollout the change to the MachinePool object.
This ensures we get the right state of the machine pool object to continue checking the right amount of ready replicas.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
/area e2e-testing