cockroach icon indicating copy to clipboard operation
cockroach copied to clipboard

pkg/sql/logictest/tests/cockroach-go-testserver-24.1/cockroach-go-testserver-24_1_test: TestLogic_cross_version_tenant_backup failed

Open cockroach-teamcity opened this issue 1 year ago • 2 comments

pkg/sql/logictest/tests/cockroach-go-testserver-24.1/cockroach-go-testserver-24_1_test.TestLogic_cross_version_tenant_backup failed on master @ 6866fbf2dd02a298362f888ee9dc95cb19709d3f:

Fatal error:

panic: test timed out after 14m57s
running tests:
	TestLogic_cross_version_tenant_backup (14m57s)

Stack:

goroutine 43 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2366 +0x385
created by time.goFunc
	GOROOT/src/time/sleep.go:177 +0x2d
Log preceding fatal error

=== RUN   TestLogic_cross_version_tenant_backup
    test_log_scope.go:170: test logs captured to: outputs.zip/logTestLogic_cross_version_tenant_backup1701028252
    test_log_scope.go:81: use -show-logs to present logs inline

Parameters:

  • attempt=1
  • run=7
  • shard=2
Help

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

/cc @cockroachdb/sql-foundations

This test on roachdash | Improve this report!

Jira issue: CRDB-41690

cockroach-teamcity avatar Aug 27 '24 10:08 cockroach-teamcity

Preserving the test artifacts for posterity, and moving to DR as they own this test.

2024_08_27T05_10_08_000Z_pkg_sql_logictest_tests_cockroach_go_testserver_24_1_cockroach_go_testserver_24_1_test_test.outputs__outputs.zip

rafiss avatar Aug 28 '24 21:08 rafiss

cc @cockroachdb/disaster-recovery

blathers-crl[bot] avatar Aug 28 '24 21:08 blathers-crl[bot]

the logs indicate the backup ran and succeeded, then all the nodes report they're initiating a graceful shutdown, and then everything just hangs out for 14 minutes. we don't have the stacks at timeout though since this unfortunately using go-testserver. This looks like it probably is something in the test infra since we see the backup itself ran and succeeded, but the restore was never stated.

dt avatar Oct 10 '24 15:10 dt