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
The following line captures the output but ignores the error. Subsequently, the output is asserted not to contain some text.
If an error does occur here, the output will typically be empey, and will therefore not contain the text.
kubebuilder/test/e2e/deployimage/plugin_cluster_test.go
Line 96 in e25aec4
When developing kubebuilder, this ignored error could hold the key to why a test is failing.
The error should be captured and asserted not to have occurred.
No response
master
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What broke? What's expected?
The following line captures the output but ignores the error. Subsequently, the output is asserted not to contain some text.
If an error does occur here, the output will typically be empey, and will therefore not contain the text.
kubebuilder/test/e2e/deployimage/plugin_cluster_test.go
Line 96 in e25aec4
When developing kubebuilder, this ignored error could hold the key to why a test is failing.
The error should be captured and asserted not to have occurred.
Reproducing this issue
No response
KubeBuilder (CLI) Version
master
PROJECT version
No response
Plugin versions
No response
Other versions
No response
Extra Labels
No response
The text was updated successfully, but these errors were encountered: