-
Notifications
You must be signed in to change notification settings - Fork 40k
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
[GarbageCollector] Let load and density e2e tests use GC if it's on #30401
[GarbageCollector] Let load and density e2e tests use GC if it's on #30401
Conversation
3df4007
to
5cd3c26
Compare
@k8s-bot e2e test this, issue #IGNORE |
framework.ExpectNoError(err) | ||
} else { | ||
By("Cleaning up the replication controller and pods") | ||
err := framework.DeleteRC(dtc.Client, dtc.Namespace, rcName) |
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.
I think we should rename it to DeleteRCAndPods
2 naming nits. LGTM otherwise. GKE test endpoint is down, which causes smoke tests to fail. |
5cd3c26
to
7a8035a
Compare
7a8035a
to
3688a78
Compare
@k8s-bot e2e test this, issue #IGNORE. |
@gmarek I fixed the function names. I'll apply the label myself since the changes are trivial. |
@caesarxuchao |
@caesarxuchao |
GCE e2e build/test passed for commit 3688a78. |
Automatic merge from submit-queue |
I've run the 100 and 500 nodes tests and they both pass.
The test-infra half of the PR is kubernetes/test-infra#369
cc @lavalamp
This change is