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

flake: oc get is perl #10107

Closed
soltysh opened this issue Jul 29, 2016 · 1 comment
Closed

flake: oc get is perl #10107

soltysh opened this issue Jul 29, 2016 · 1 comment
Assignees
Labels
kind/test-flake Categorizes issue or PR as related to test flakes. priority/P2

Comments

@soltysh
Copy link
Contributor

soltysh commented Jul 29, 2016

=== BEGIN TEST CASE ===
test/cmd/images.sh:245: executing 'oc get is perl --template '{{(index .status.tags 0).tag}}'' expecting success and text '5.16'
FAILURE after 0.334s: test/cmd/images.sh:245: executing 'oc get is perl --template '{{(index .status.tags 0).tag}}'' expecting success and text '5.16': the output content test failed
Standard output from the command:
latest
There was no error output from the command.
=== END TEST CASE ===

The problem here is we're getting imagestream data by id, but when the order changes it fails, like above. We need to fix the test to be more stable.

@soltysh soltysh added priority/P2 kind/test-flake Categorizes issue or PR as related to test flakes. labels Jul 29, 2016
@soltysh soltysh self-assigned this Jul 29, 2016
@soltysh
Copy link
Contributor Author

soltysh commented Jul 29, 2016

False alarm, that was bug in my code in the linked issue 😵

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

2 participants