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

template not found flake in test/cmd/templates.sh #6453

Closed
stevekuznetsov opened this issue Dec 22, 2015 · 5 comments
Closed

template not found flake in test/cmd/templates.sh #6453

stevekuznetsov opened this issue Dec 22, 2015 · 5 comments
Assignees
Labels
kind/test-flake Categorizes issue or PR as related to test flakes. priority/P2

Comments

@stevekuznetsov
Copy link
Contributor

flake here:

FAILURE after 7.946s: hack/../test/cmd/templates.sh:56: executing 'oc delete template/template-type-precision' expecting success: the command returned the wrong error code
There was no output from the command.
Standard error from the command:
Error from server: templates "template-type-precision" not found
[FAIL] !!!!! Test Failed !!!!
@liggitt liggitt added the kind/test-flake Categorizes issue or PR as related to test flakes. label Dec 23, 2015
@bparees
Copy link
Contributor

bparees commented Jan 5, 2016

the only way this is possible is either we are running other operations in parallel (eg something started cleaning up the namespace while this test was running), or we have an etcd dataloss bug.

@liggitt
Copy link
Contributor

liggitt commented Jan 5, 2016

Pretty sure this is the etcd error where the delete succeeds, but the server returns a 501 error, so the client retries the delete, which then fails.

@bparees
Copy link
Contributor

bparees commented Jan 5, 2016

is there an existing issue for that we can reference?

@liggitt
Copy link
Contributor

liggitt commented Jan 5, 2016

Take your pick... it's the root cause for #6065, and I think for #6447

@deads2k
Copy link
Contributor

deads2k commented Jan 12, 2016

dupe of #6447

@deads2k deads2k closed this as completed Jan 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/test-flake Categorizes issue or PR as related to test flakes. priority/P2
Projects
None yet
Development

No branches or pull requests

5 participants