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

cloud/azure: TestAzureStorageFileImplicitAuth failed #108956

Closed
cockroach-teamcity opened this issue Aug 17, 2023 · 2 comments
Closed

cloud/azure: TestAzureStorageFileImplicitAuth failed #108956

cockroach-teamcity opened this issue Aug 17, 2023 · 2 comments
Assignees
Labels
C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-disaster-recovery
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Aug 17, 2023

cloud/azure.TestAzureStorageFileImplicitAuth failed with artifacts on release-23.1.9-rc @ 4a78b6ee6751192113afd24e6de40f30262f0d0b:

=== RUN   TestAzureStorageFileImplicitAuth
--- FAIL: TestAzureStorageFileImplicitAuth (8.50s)
=== RUN   TestAzureStorageFileImplicitAuth/List/root
    cloud_test_helpers.go:468: 
        	Error Trace:	github.com/cockroachdb/cockroach/pkg/cloud/cloudtestutils/cloud_test_helpers.go:468
        	Error:      	Not equal: 
        	            	expected: []string{"/file/abc/A.csv", "/file/abc/B.csv", "/file/abc/C.csv", "/file/letters/dataA.csv", "/file/letters/dataB.csv", "/file/letters/dataC.csv", "/file/numbers/data1.csv", "/file/numbers/data2.csv", "/file/numbers/data3.csv"}
        	            	actual  : []string{"-9609069646205079018/file/abc/A.csv", "-9609069646205079018/file/abc/B.csv", "/file/abc/A.csv", "/file/abc/B.csv", "/file/abc/C.csv", "/file/letters/dataA.csv", "/file/letters/dataB.csv", "/file/letters/dataC.csv", "/file/numbers/data1.csv", "/file/numbers/data2.csv", "/file/numbers/data3.csv"}
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1,2 +1,4 @@
        	            	-([]string) (len=9) {
        	            	+([]string) (len=11) {
        	            	+ (string) (len=35) "-9609069646205079018/file/abc/A.csv",
        	            	+ (string) (len=35) "-9609069646205079018/file/abc/B.csv",
        	            	  (string) (len=15) "/file/abc/A.csv",
        	Test:       	TestAzureStorageFileImplicitAuth/List/root
        --- FAIL: TestAzureStorageFileImplicitAuth/List/root (0.25s)
=== RUN   TestAzureStorageFileImplicitAuth/List
    --- FAIL: TestAzureStorageFileImplicitAuth/List (1.70s)
=== RUN   TestAzureStorageFileImplicitAuth/List/delim-data
    cloud_test_helpers.go:468: 
        	Error Trace:	github.com/cockroachdb/cockroach/pkg/cloud/cloudtestutils/cloud_test_helpers.go:468
        	Error:      	Not equal: 
        	            	expected: []string{"/file/abc/A.csv", "/file/abc/B.csv", "/file/abc/C.csv", "/file/letters/data", "/file/numbers/data"}
        	            	actual  : []string{"-9609069646205079018/file/abc/A.csv", "-9609069646205079018/file/abc/B.csv", "-9609069646205079018/file/abc/C.csv", "-9609069646205079018/file/letters/data", "-9609069646205079018/file/numbers/data", "/file/abc/A.csv", "/file/abc/B.csv", "/file/abc/C.csv", "/file/letters/data", "/file/numbers/data"}
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1,2 +1,7 @@
        	            	-([]string) (len=5) {
        	            	+([]string) (len=10) {
        	            	+ (string) (len=35) "-9609069646205079018/file/abc/A.csv",
        	            	+ (string) (len=35) "-9609069646205079018/file/abc/B.csv",
        	            	+ (string) (len=35) "-9609069646205079018/file/abc/C.csv",
        	            	+ (string) (len=38) "-9609069646205079018/file/letters/data",
        	            	+ (string) (len=38) "-9609069646205079018/file/numbers/data",
        	            	  (string) (len=15) "/file/abc/A.csv",
        	Test:       	TestAzureStorageFileImplicitAuth/List/delim-data
        --- FAIL: TestAzureStorageFileImplicitAuth/List/delim-data (0.20s)
Help

See also: How To Investigate a Go Test Failure (internal)

/cc @cockroachdb/disaster-recovery

This test on roachdash | Improve this report!

Jira issue: CRDB-30718

@cockroach-teamcity cockroach-teamcity added branch-release-23.1.9-rc C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-disaster-recovery labels Aug 17, 2023
@cockroach-teamcity cockroach-teamcity added this to the 23.1 milestone Aug 17, 2023
@msbutler
Copy link
Collaborator

@rhu713 I changed my mind. We probably should backport all these test infra flakes to the rc branch to reduce noise.

@stevendanna
Copy link
Collaborator

Closed by #109026 (cc @rhu713 reopen if I'm wrong here)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-disaster-recovery
Projects
No open projects
Archived in project
Development

No branches or pull requests

4 participants