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] can satisfy an associated ClusterServiceVersion's ownership requirement #2646

Closed
perdasilva opened this issue Feb 16, 2022 · 3 comments · Fixed by #2689
Closed

[FLAKE] can satisfy an associated ClusterServiceVersion's ownership requirement #2646

perdasilva opened this issue Feb 16, 2022 · 3 comments · Fixed by #2689
Labels
kind/flake Categorizes issue or PR as related to a flaky test.

Comments

@perdasilva
Copy link
Collaborator

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.

@perdasilva perdasilva added the kind/flake Categorizes issue or PR as related to a flaky test. label Feb 16, 2022
@akihikokuroda
Copy link
Member

akihikokuroda commented Feb 21, 2022

Failure log

ClusterServiceVersion when a CustomResourceDefinition was installed alongside a ClusterServiceVersion
[FLAKE] can satisfy an associated ClusterServiceVersion's ownership requirement
/home/runner/work/operator-lifecycle-manager/operator-lifecycle-manager/test/e2e/csv_e2e_test.go:148
[BeforeEach] ClusterServiceVersion
/home/runner/work/operator-lifecycle-manager/operator-lifecycle-manager/test/e2e/csv_e2e_test.go:56
[BeforeEach] when a CustomResourceDefinition was installed alongside a ClusterServiceVersion
/home/runner/work/operator-lifecycle-manager/operator-lifecycle-manager/test/e2e/csv_e2e_test.go:74
[It] [FLAKE] can satisfy an associated ClusterServiceVersion's ownership requirement
/home/runner/work/operator-lifecycle-manager/operator-lifecycle-manager/test/e2e/csv_e2e_test.go:148
[AfterEach] when a CustomResourceDefinition was installed alongside a ClusterServiceVersion
/home/runner/work/operator-lifecycle-manager/operator-lifecycle-manager/test/e2e/csv_e2e_test.go:133
[AfterEach] ClusterServiceVersion
/home/runner/work/operator-lifecycle-manager/operator-lifecycle-manager/test/e2e/csv_e2e_test.go:61
cleaning up ephemeral test resources...
deleting test subscriptions...
deleting test installplans...
deleting test catalogsources...
deleting test crds...
deleting test csvs...
test resources deleted

• Failure in Spec Teardown (AfterEach) [63.094 seconds]
ClusterServiceVersion
/home/runner/work/operator-lifecycle-manager/operator-lifecycle-manager/test/e2e/csv_e2e_test.go:44
when a CustomResourceDefinition was installed alongside a ClusterServiceVersion
/home/runner/work/operator-lifecycle-manager/operator-lifecycle-manager/test/e2e/csv_e2e_test.go:65
[FLAKE] can satisfy an associated ClusterServiceVersion's ownership requirement [AfterEach]
/home/runner/work/operator-lifecycle-manager/operator-lifecycle-manager/test/e2e/csv_e2e_test.go:148

Timed out after 60.000s.
Expected
: false
to be true

/home/runner/work/operator-lifecycle-manager/operator-lifecycle-manager/test/e2e/csv_e2e_test.go:144

Full Stack Trace
github.com/operator-framework/operator-lifecycle-manager/test/e2e.glob..func6.4.2()
	/home/runner/work/operator-lifecycle-manager/operator-lifecycle-manager/test/e2e/csv_e2e_test.go:144 +0x207
github.com/operator-framework/operator-lifecycle-manager/test/e2e.TestEndToEnd(0xf908f9)
	/home/runner/work/operator-lifecycle-manager/operator-lifecycle-manager/test/e2e/e2e_test.go:59 +0x268
testing.tRunner(0xc00073e680, 0x30058d0)
	/opt/hostedtoolcache/go/1.17.7/x64/src/testing/testing.go:1259 +0x102
created by testing.(*T).Run
	/opt/hostedtoolcache/go/1.17.7/x64/src/testing/testing.go:1306 +0x35a

@akihikokuroda
Copy link
Member

This is the namespace deletion issue.

@perdasilva
Copy link
Collaborator Author

Thank you @akihikokuroda!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/flake Categorizes issue or PR as related to a flaky test.
Projects
None yet
2 participants