-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Merge pull request #3570 from towca/jtuznik/scale-down-after-delete-fix #3597
Merge pull request #3570 from towca/jtuznik/scale-down-after-delete-fix #3597
Conversation
…r-delete-fix Remove ScaleDownNodeDeleted status since we no longer delete nodes synchronously
Cherry picking changes from #3570 into 1.19 |
/assign @vivekbagade |
/lgtm |
@MaciekPytel thanks for highlighting that, i've taken a quick look at the test runs and it seems like we might have some sort of race condition there. i'll keep poking around. |
@MaciekPytel - can we merge this and #3598 since the failing tests are unrelated to the change? |
i'm not quite sure how yet, but this change (and #3598) are responsible for breaking the capi tests. granted, this could be an error in the capi implementation, but when i run the capi unit tests from master i see no issues:
but when i switch to this branch, i immediately get errors:
|
just to make sure i didn't miss anything, i also ran the tests against the head of the release-1.19 branch
|
Thanks @elmiko ! I also don't see any reason why this change would cause these tests to fail. |
@ryaneorth i'm not sure exactly why it's causing the failure, i can probably do a little more digging tomorrow or perhaps on tuesday. |
thanks! I'll also try to dig in a bit |
ok, figured this out. i thought it sounded familiar in the beginning but it didn't occur to me until i noticed the backports. we need to cherry pick #3441 as well to ensure that those tests work in 1.19. i'm not sure about the failures in 1.18, but it might be needed there as well since we backported the unstructured changes to the cluster-api provider. edit: the good news is that this is just a failure of the unit tests and not an indication of deeper failure in the actual provider code. |
…9' into cherry-pick-3570-1.19
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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/test-infra repository. I understand the commands that are listed here. |
CLA signed |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: MaciekPytel, mwielgus 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 |
Remove ScaleDownNodeDeleted status since we no longer delete nodes synchronously