-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Bump glbc version, cleanup test #38668
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
Conversation
fixes #38569 |
Jenkins unit/integration failed for commit e4302a2. Full PR test history. The magic incantation to run this job again is |
I don't really understand the logic of In its first poll loop it calls |
Yeah in the poll loops it's waiting for the ingress controller to cleanup, and simply logging the remaining resources. After the provided timeout, if the ingress controller still hasn't cleaned up, we go ahead and fail the test, and delete all leaked resources in the test with |
This is an issue that plagues our e2es. Some controller in the cluster has a bug that leaks some resource. We fail the test, but never actually cleanup the resource, till the gce project is full of quota and the submit queue closes till some human goes in and deletes them. The cleanup(false)/cleanup(true) calls are addressing that. |
Make sense. Thanks for explaining. |
/lgtm |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
Jenkins GCI GKE smoke e2e failed for commit e4302a2. Full PR test history. The magic incantation to run this job again is |
Automatic merge from submit-queue |
Matches kubernetes/ingress-nginx#55