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

ccl/backupccl: TestPaginatedBackupTenant failed #74928

Closed
cockroach-teamcity opened this issue Jan 18, 2022 · 3 comments
Closed

ccl/backupccl: TestPaginatedBackupTenant failed #74928

cockroach-teamcity opened this issue Jan 18, 2022 · 3 comments
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-disaster-recovery

Comments

@cockroach-teamcity
Copy link
Member

ccl/backupccl.TestPaginatedBackupTenant failed with artifacts on master @ 365b4da8bd02c06ee59d2130a56dec74ffc9ce21:

=== RUN   TestPaginatedBackupTenant
    test_log_scope.go:79: test logs captured to: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestPaginatedBackupTenant1818147186
    test_log_scope.go:80: use -show-logs to present logs inline
    backup_test.go:6885: 
        	Error Trace:	backup_test.go:6885
        	Error:      	Not equal: 
        	            	expected: 5
        	            	actual  : 6
        	Test:       	TestPaginatedBackupTenant
    panic.go:642: -- test log scope end --
test logs left over in: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestPaginatedBackupTenant1818147186
--- FAIL: TestPaginatedBackupTenant (5.22s)
Help

See also: How To Investigate a Go Test Failure (internal)
Parameters in this failure:

  • GOFLAGS=-json

/cc @cockroachdb/bulk-io

This test on roachdash | Improve this report!

@cockroach-teamcity cockroach-teamcity added branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. labels Jan 18, 2022
@cockroach-teamcity
Copy link
Member Author

ccl/backupccl.TestPaginatedBackupTenant failed with artifacts on master @ 365b4da8bd02c06ee59d2130a56dec74ffc9ce21:

=== RUN   TestPaginatedBackupTenant
    test_log_scope.go:79: test logs captured to: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestPaginatedBackupTenant2621433455
    test_log_scope.go:80: use -show-logs to present logs inline
    backup_test.go:6885: 
        	Error Trace:	backup_test.go:6885
        	Error:      	Not equal: 
        	            	expected: 5
        	            	actual  : 6
        	Test:       	TestPaginatedBackupTenant
    panic.go:642: -- test log scope end --
test logs left over in: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestPaginatedBackupTenant2621433455
--- FAIL: TestPaginatedBackupTenant (5.34s)
Help

See also: How To Investigate a Go Test Failure (internal)
Parameters in this failure:

  • TAGS=deadlock

  • GOFLAGS=-parallel=4

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/backupccl.TestPaginatedBackupTenant failed with artifacts on master @ 365b4da8bd02c06ee59d2130a56dec74ffc9ce21:

      /usr/local/go/src/testing/testing.go:1259 +0x22f
  testing.(*T).Run·dwrap·21()
      /usr/local/go/src/testing/testing.go:1306 +0x47

Goroutine 405 (running) created at:
  github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx()
      /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:478 +0x615
  github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTask()
      /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:354 +0x13d
  github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfigkvsubscriber.(*KVSubscriber).Start()
      /go/src/github.com/cockroachdb/cockroach/pkg/spanconfig/spanconfigkvsubscriber/kvsubscriber.go:177 +0x26
  github.com/cockroachdb/cockroach/pkg/server.(*Server).PreStart()
      /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:1801 +0x41fa
  github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunTask()
      /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:327 +0x161
  github.com/cockroachdb/cockroach/pkg/server.(*Node).writeNodeStatus()
      /go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:834 +0x104
  github.com/cockroachdb/cockroach/pkg/server.(*Node).startWriteNodeStatus()
      /go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:794 +0xae
  github.com/cockroachdb/cockroach/pkg/server.(*Server).PreStart()
      /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:1796 +0x416f
  github.com/cockroachdb/cockroach/pkg/server.(*Server).Start()
      /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:1251 +0x44
  github.com/cockroachdb/cockroach/pkg/server.(*TestServer).Start()
      /go/src/github.com/cockroachdb/cockroach/pkg/server/testserver.go:500 +0x109
  github.com/cockroachdb/cockroach/pkg/testutils/testcluster.(*TestCluster).startServer()
      /go/src/github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:481 +0x10a
  github.com/cockroachdb/cockroach/pkg/testutils/testcluster.(*TestCluster).Start()
      /go/src/github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:311 +0x4b5
  github.com/cockroachdb/cockroach/pkg/testutils/testcluster.StartTestCluster()
      /go/src/github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:180 +0xa8
  github.com/cockroachdb/cockroach/pkg/ccl/backupccl.backupRestoreTestSetupWithParams()
      /go/src/github.com/cockroachdb/cockroach/pkg/ccl/backupccl/helpers_test.go:72 +0x1e9
  github.com/cockroachdb/cockroach/pkg/ccl/backupccl.TestPaginatedBackupTenant()
      /go/src/github.com/cockroachdb/cockroach/pkg/ccl/backupccl/backup_test.go:6841 +0x827
  testing.tRunner()
      /usr/local/go/src/testing/testing.go:1259 +0x22f
  testing.(*T).Run·dwrap·21()
      /usr/local/go/src/testing/testing.go:1306 +0x47
==================
    backup_test.go:6874: 
        	Error Trace:	backup_test.go:6874
        	Error:      	Not equal: 
        	            	expected: 2
        	            	actual  : 3
        	Test:       	TestPaginatedBackupTenant
    panic.go:661: -- test log scope end --
test logs left over in: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestPaginatedBackupTenant4241316021
    testing.go:1152: race detected during execution of test
--- FAIL: TestPaginatedBackupTenant (12.80s)
Help

See also: How To Investigate a Go Test Failure (internal)
Parameters in this failure:

  • GOFLAGS=-race -parallel=4

This test on roachdash | Improve this report!

@irfansharif
Copy link
Contributor

#74926.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-master Failures and bugs on the master branch. 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

2 participants