Skip to content
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

e2e: don't try to clean up after rolling-update test #8333

Merged
1 commit merged into from
May 15, 2015

Conversation

ixdy
Copy link
Member

@ixdy ixdy commented May 15, 2015

Last fix for #8300.

As I commented there: the test creates update-demo-nautilus, then does a rolling update to update it to update-demo-kitten. We have the cleanup function try to delete both, in case something breaks in the middle of the test, but it's failing because update-demo-nautilus doesn't exist - as expected?

We can just remove the cleanup for this test case, since cleanup should be handled by the namespace deletion. I'm curious how this ever passed before, though.

@ixdy ixdy mentioned this pull request May 15, 2015
@bprashanth bprashanth assigned ghost May 15, 2015
@bprashanth
Copy link
Contributor

did the behavior of kubectl change from silently ignoring non-exist resources to erring out with a non-zero?

@ixdy
Copy link
Member Author

ixdy commented May 15, 2015

Yes, as of #8249 kubectl stop errors if the resources being stopped don't exist.

This should have also been the case before #6194 was merged on April 3, though I haven't gone back in time to fully verify that this is true.

@ghost
Copy link

ghost commented May 15, 2015

LGTM. Travis and Shippable are not going to tell us anything useful here, only e2e will, so merging to give it some milage on Jenkins.

ghost pushed a commit that referenced this pull request May 15, 2015
e2e: don't try to clean up after rolling-update test
@ghost ghost merged commit 1ee33ac into kubernetes:master May 15, 2015
@ixdy ixdy unassigned ghost Aug 12, 2015
@ixdy ixdy deleted the e2e-kubectl branch August 21, 2015 21:55
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants