Automated cherry pick of #53030#53039
Conversation
Fixes issues/50945. Issue was caused by another test cleaning up its namespace. This caused the namespace controller to try to clean up that namespace. This involves deleting all flunders under that namespace. However the sample-apiserver was not honoring the namespace filter. So the flunders for the test would randomly disappear. Fixed image path to pick up newly built fixes from this PR.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: abgworrall Assign the PR to them by writing Associated issue: 53030 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:You can indicate your approval by writing |
|
/retest |
|
/test pull-kubernetes-e2e-kops-aws |
|
/retest |
|
Apologies all - I'm removing Once the release is cut, @jpbetz can approve it back into the first patch release. |
|
1.8 is out. Adding |
|
/retest |
|
/test all [submit-queue is verifying that this PR is safe to merge] |
|
Automatic merge from submit-queue. |
|
Commit found in the "release-1.8" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
|
@abgworrall: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions 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. |
Cherry pick of #53030 on release-1.8.
#53030: Fixed intermittant e2e aggregator test on GKE.
What this PR does / why we need it: Issue was caused by another test cleaning up its namespace.
This caused the namespace controller to try to clean up that namespace.
This involves deleting all flunders under that namespace.
However the sample-apiserver was not honoring the namespace filter.
So the flunders for the test would randomly disappear.
Relates to issue #50945
Special notes for your reviewer: Requires we fix the container image to contain this fix to work.