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

e2e - Operator Group intersection failure #2560

Closed
akihikokuroda opened this issue Jan 10, 2022 · 0 comments · Fixed by #2561
Closed

e2e - Operator Group intersection failure #2560

akihikokuroda opened this issue Jan 10, 2022 · 0 comments · Fixed by #2561
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@akihikokuroda
Copy link
Member

Bug Report

e2e Operator Group intersection failed.
https://github.com/operator-framework/operator-lifecycle-manager/runs/4718875899?check_suite_focus=true#step:4:4141

Operator Group 
  intersection
  /home/runner/work/operator-lifecycle-manager/operator-lifecycle-manager/test/e2e/operator_groups_e2e_test.go:815

[It] intersection
  /home/runner/work/operator-lifecycle-manager/operator-lifecycle-manager/test/e2e/operator_groups_e2e_test.go:815
Creating catalog source catalog-r84z2 in namespace a-5kxzr...
Catalog source catalog-r84z2 created
waiting for catalog pod catalog-r84z2 to be available (for sync) - NO_CONNECTION
....
waiting for catalog pod catalog-r84z2 to be available (for sync) - NO_CONNECTION
Deleting config map catalog-r84z2-configmap...
Deleting catalog source catalog-r84z2...
waiting for the catalog source catalog-r84z2-r4xn9 pod to be deleted...
waiting for the catalog source catalog-r84z2-r4xn9 pod to be deleted...
waiting for the catalog source catalog-r84z2-r4xn9 pod to be deleted...
waiting for the catalog source catalog-r84z2-r4xn9 pod to be deleted...
waiting for the catalog source catalog-r84z2-r4xn9 pod to be deleted...
[AfterEach] Operator Group
  /home/runner/work/operator-lifecycle-manager/operator-lifecycle-manager/test/e2e/operator_groups_e2e_test.go:35
cleaning up ephemeral test resources...
deleting test subscriptions...
deleting test installplans...
deleting test catalogsources...
deleting test crds...
deleting test csvs...
test resources deleted

• Failure [305.349 seconds]
Operator Group
/home/runner/work/operator-lifecycle-manager/operator-lifecycle-manager/test/e2e/operator_groups_e2e_test.go:34
  intersection [It]
  /home/runner/work/operator-lifecycle-manager/operator-lifecycle-manager/test/e2e/operator_groups_e2e_test.go:815

  
  	Error Trace:	operator_groups_e2e_test.go:916
  	            				runner.go:113
  	            				runner.go:64
  	            				it_node.go:26
  	            				spec.go:215
  	            				spec.go:138
  	            				spec_runner.go:200
  	            				spec_runner.go:170
  	            				spec_runner.go:66
  	            				suite.go:79
  	            				ginkgo_dsl.go:238
  	            				ginkgo_dsl.go:221
  	            				e2e_test.go:59
  	Error:      	Received unexpected error:
  	            	timed out waiting for the condition
  	Test:       	Operator Group intersection
  

  /home/runner/work/operator-lifecycle-manager/operator-lifecycle-manager/vendor/github.com/stretchr/testify/require/require.go:1231

  Full Stack Trace
  github.com/stretchr/testify/require.NoError(0x7f9c04d92a70, 0xc0023eb100, 0x3804f80, 0xc00020a0c0, 0x0, 0x0, 0x0)
  	/home/runner/work/operator-lifecycle-manager/operator-lifecycle-manager/vendor/github.com/stretchr/testify/require/require.go:1231 +0xcb
  github.com/operator-framework/operator-lifecycle-manager/test/e2e.glob..func18.5()
  	/home/runner/work/operator-lifecycle-manager/operator-lifecycle-manager/test/e2e/operator_groups_e2e_test.go:916 +0x1eb0
  github.com/operator-framework/operator-lifecycle-manager/test/e2e.TestEndToEnd(0xc000809500)
  	/home/runner/work/operator-lifecycle-manager/operator-lifecycle-manager/test/e2e/e2e_test.go:59 +0x2d6
  testing.tRunner(0xc000809500, 0x3580db0)
  	/opt/hostedtoolcache/go/1.16.12/x64/src/testing/testing.go:1193 +0xef
  created by testing.(*T).Run
  	/opt/hostedtoolcache/go/1.16.12/x64/src/testing/testing.go:1238 +0x2b3
------------------------------

What did you do?
Check CI e2e test results.
What did you expect to see?
No failure

What did you see instead? Under which circumstances?

Failure above.

Environment

  • operator-lifecycle-manager version:
  • Kubernetes version information:
  • Kubernetes cluster kind:

Possible Solution

Additional context
Add any other context about the problem here.

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

Successfully merging a pull request may close this issue.

1 participant