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

test flake in test/cmd/newapp.sh #6381

Closed
danwinship opened this issue Dec 17, 2015 · 6 comments
Closed

test flake in test/cmd/newapp.sh #6381

danwinship opened this issue Dec 17, 2015 · 6 comments
Labels
kind/test-flake Categorizes issue or PR as related to test flakes.

Comments

@danwinship
Copy link
Contributor

Running hack/../test/cmd/newapp.sh:144: executing 'oc get imagestreamtags installable:file' expecting success; re-trying every 0.2s until completion or 60.000s...
FAILURE after 59.988s: hack/../test/cmd/newapp.sh:144: executing 'oc get imagestreamtags installable:file' expecting success; re-trying every 0.2s until completion or 60.000s: the command returned the wrong error code
There was no output from the command.
Standard error from the command:
Error from server: imageStreamTag "installable:file" not found
Error from server: imageStreamTag "installable:file" not found
Error from server: imageStreamTag "installable:file" not found
...

https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin/7924/console

@eparis eparis added the kind/test-flake Categorizes issue or PR as related to test flakes. label Dec 17, 2015
@rhcarvalho
Copy link
Contributor

And also:

FAILURE after 59.871s: hack/../test/cmd/newapp.sh:21: executing 'oc get imagestreamtags mysql:latest' expecting success; re-trying every 0.2s until completion or 60.000s: the command returned the wrong error code
There was no output from the command.
Standard error from the command:
Error from server: imageStreamTag "mysql:latest" not found
Error from server: imageStreamTag "mysql:latest" not found
...

https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin/7928/console

@knobunc
Copy link
Contributor

knobunc commented Dec 18, 2015

Me too:

FAILURE after 59.400s: hack/../test/cmd/newapp.sh:21: executing 'oc get imagestreamtags mysql:latest' expecting success; re-trying every 0.2s until completion or 60.000s: the command returned the wrong error code
There was no output from the command.
Standard error from the command:
Error from server: imageStreamTag "mysql:latest" not found

https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_origin/4398/consoleText

I've been hitting it for days :-(

@knobunc
Copy link
Contributor

knobunc commented Dec 18, 2015

This is probably the same issue as #6259

@danwinship
Copy link
Contributor Author

I'd been seeing "mysql:latest" errors forever, but the "installable:file" one was new to me so I assumed it was different

@knobunc
Copy link
Contributor

knobunc commented Dec 18, 2015

Based on @liggitt's analysis over on the other bug, it looks like it would affect any imageStreamTag... but I could well be wrong.

@liggitt
Copy link
Contributor

liggitt commented Dec 19, 2015

same issue as #6259, closing as dupe
will be fixed by #6407 and #6418

@liggitt liggitt closed this as completed Dec 19, 2015
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.
Projects
None yet
Development

No branches or pull requests

5 participants