-
Notifications
You must be signed in to change notification settings - Fork 552
[FLAKY] cleanup csvs with bad owner operator groups #2644
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
Comments
Not sure if this is the same error that shows up during a flake, but I'm seeing this consistently over one of my PRs so pasting this here: • [FAILED] [608.186 seconds] Begin Captured GinkgoWriter Output >>
In [It] at: /home/runner/work/operator-lifecycle-manager/operator-lifecycle-manager/vendor/github.com/stretchr/testify/require/require.go:1261 Full Stack Trace
|
Update: I performed the test manually with an olm installation that has my commit in, and looks like there is no deviation from expected behavior being introduced by my commit. Documenting the steps for manual testing for future flake testing: Test was introduced as part of a fix in #1267 Step 1: kind create cluster; make run-local (from branch that includes new commit) Step 2: Create namespace:
Step 3: Create Operator in new namespace, that targets all namespaces:
Step 4: Subscribe to the
Step 5: Edit the csv // (TODO): come up with a Step 6: Check to make sure that the CSV wes deleted from the new namespace:
The CSV is gone from the The reason that the test is flaking is coz olm controller copies the CSV back into the |
Fixed this flake in 8eb6517 Will close this when that PR merged 🙇🏽 |
Description
Unfortunately, I marked this as a flake without capturing the stack trace ._.
Once I get it I'll update the issue. Or if this test fails for you, please paste in the stack trace and log link if possible.
The text was updated successfully, but these errors were encountered: