-
Notifications
You must be signed in to change notification settings - Fork 40.9k
Apply fix to namespace deletion test #132691
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
Apply fix to namespace deletion test #132691
Conversation
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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. |
cc @BenTheElder |
hmm, seems we got a new flake in the test? |
hehe cursed test
|
Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
sorry for the noise, took antonio's suggestion and also fixed a syntax error. If it works well, I'll clean up / squash the commits or start a clean pr |
/label tide-squash-merge |
@aojea: The label(s) 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. |
/label tide/merge-method-squash |
/lgtm |
LGTM label has been added. Git tree hash: 170a788c05744c0c2803cf11a3d0c32b6406dc2a
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aojea, fedebongio 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 |
unrelated
/test pull-kubernetes-unit |
* Apply fix to namespace deletion test * Update test/e2e/apimachinery/namespace.go Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com> * Update namespace.go oops --------- Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
What type of PR is this?
/kind bug
/kind flake
What this PR does / why we need it:
Which issue(s) this PR is related to:
#132687
#132219
Special notes for your reviewer:
Worked with @aojea guidance on this change
Does this PR introduce a user-facing change?
NONE
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: