pkg/sql/logictest/tests/cockroach-go-testserver-24.1/cockroach-go-testserver-24_1_test: TestLogic_cross_version_tenant_backup failed
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=1run=7shard=2
This test on roachdash | Improve this report!
Jira issue: CRDB-41690
Preserving the test artifacts for posterity, and moving to DR as they own this test.
cc @cockroachdb/disaster-recovery
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.