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

TestIntegrations/ListResourcesAcrossClusters flakiness #15051

Closed
zmb3 opened this issue Jul 29, 2022 · 4 comments
Closed

TestIntegrations/ListResourcesAcrossClusters flakiness #15051

zmb3 opened this issue Jul 29, 2022 · 4 comments
Assignees

Comments

@zmb3
Copy link
Collaborator

zmb3 commented Jul 29, 2022

Failure

Link(s) to logs

Relevant snippet

    integration_test.go:6516: 
        	Error Trace:	integration_test.go:6516
        	Error:      	elements differ
        	            	
        	            	extra elements in list A:
        	            	([]interface {}) (len=1) {
        	            	 (string) (len=8) "leaf-two"
        	            	}
        	            	
        	            	
        	            	listA:
        	            	([]string) (len=4) {
        	            	 (string) (len=8) "root-one",
        	            	 (string) (len=8) "root-two",
        	            	 (string) (len=8) "leaf-one",
        	            	 (string) (len=8) "leaf-two"
        	            	}
        	            	
        	            	
        	            	listB:
        	            	([]string) (len=3) {
        	            	 (string) (len=8) "leaf-one",
        	            	 (string) (len=8) "root-one",
        	            	 (string) (len=8) "root-two"
        	            	}
        	Test:       	TestIntegrations/ListResourcesAcrossClusters/apps_-_all

See also #14216 which reports slowness (but not flakiness) for the same test.

@ibeckermayer
Copy link
Contributor

https://console.cloud.google.com/cloud-build/builds/82907593-b24c-4058-9f41-23568a593bc6?project=ci-account

        --- FAIL: TestIntegrations/ListResourcesAcrossClusters/node_-_all_nodes (0.92s)
        	Test:       	TestIntegrations/ListResourcesAcrossClusters/node_-_all_nodes
        	            	}
        	            	 (string) (len=9) "leaf-zero"
        	            	 (string) (len=8) "leaf-one",
        	            	 (string) (len=8) "root-one",
        	            	 (string) (len=8) "root-two",
        	            	 (string) (len=9) "root-zero",
        	            	([]string) (len=5) {
        	            	listB:
        	            	
        	            	
        	            	}
        	            	 (string) (len=8) "leaf-two"
        	            	 (string) (len=8) "leaf-one",
        	            	 (string) (len=9) "leaf-zero",
        	            	 (string) (len=8) "root-two",
        	            	 (string) (len=8) "root-one",
        	            	 (string) (len=9) "root-zero",
        	            	([]string) (len=6) {
        	            	listA:
        	            	
        	            	
        	            	}
        	            	 (string) (len=8) "leaf-two"
        	            	([]interface {}) (len=1) {
        	            	extra elements in list A:
        	            	
        	Error:      	elements differ
        	Error Trace:	integration_test.go:6522
    integration_test.go:6522:

@zmb3
Copy link
Collaborator Author

zmb3 commented Dec 30, 2022

Still failing on v10 today.

@GavinFrazar
Copy link
Contributor

GavinFrazar commented Dec 30, 2022

https://console.cloud.google.com/cloud-build/builds/68616bf2-fde4-492e-8340-040461ed2701?project=ci-account

on a branch/v10 backport: #18618

        	Error:      	elements differ
        	            	
        	            	extra elements in list A:
        	            	([]interface {}) (len=1) {
        	            	 (string) (len=8) "leaf-two"
        	            	}
        	            	
        	            	
        	            	listA:
        	            	([]string) (len=6) {
        	            	 (string) (len=9) "root-zero",
        	            	 (string) (len=8) "root-one",
        	            	 (string) (len=8) "root-two",
        	            	 (string) (len=9) "leaf-zero",
        	            	 (string) (len=8) "leaf-one",
        	            	 (string) (len=8) "leaf-two"
        	            	}
        	            	
        	            	
        	            	listB:
        	            	([]string) (len=5) {
        	            	 (string) (len=9) "root-zero",
        	            	 (string) (len=8) "root-two",
        	            	 (string) (len=8) "root-one",
        	            	 (string) (len=9) "leaf-zero",
        	            	 (string) (len=8) "leaf-one"
        	            	}
        	Test:       	TestIntegrations/ListResourcesAcrossClusters/node_-_all_nodes

@zmb3
Copy link
Collaborator Author

zmb3 commented Jan 18, 2024

Closing since there have been no recent reports

@zmb3 zmb3 closed this as not planned Won't fix, can't repro, duplicate, stale Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants