We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As shown in #481 today if there is a failure in operator-developer-e2e due to unexpected condition we get a message like this:
operator-developer-e2e
Status conditions for the operator plain-operator for the version 0.2.0 is not as expected:Expected status: True, but got: False
We should include condition message when failing test due to unexpected condition as it usually contains useful information.
Relevant code:
operator-controller/test/operator-framework-e2e/operator_framework_test.go
Lines 769 to 783 in a00a93f
The text was updated successfully, but these errors were encountered:
Since it looks like the tests have been majorly refactored since this was written, is this issue still necessary?
Sorry, something went wrong.
Good call! I think we can close it.
No branches or pull requests
As shown in #481 today if there is a failure in
operator-developer-e2e
due to unexpected condition we get a message like this:We should include condition message when failing test due to unexpected condition as it usually contains useful information.
Relevant code:
operator-controller/test/operator-framework-e2e/operator_framework_test.go
Lines 769 to 783 in a00a93f
The text was updated successfully, but these errors were encountered: