Closed
Description
backup.TestDataDriven_regression_tests failed on release-25.1.0-rc @ e5ec46c9865849c0b20ffa1b351372ced6c578b4:
datadriven.go:259:
/var/lib/engflow/worker/work/1/exec/bazel-out/k8-fastbuild/bin/pkg/backup/backup_test_/backup_test.runfiles/com_github_cockroachdb_cockroach/pkg/backup/testdata/backup-restore/regression-tests:190:
exec-sql [0 args]
CREATE DATABASE b;
----
datadriven.go:259:
/var/lib/engflow/worker/work/1/exec/bazel-out/k8-fastbuild/bin/pkg/backup/backup_test_/backup_test.runfiles/com_github_cockroachdb_cockroach/pkg/backup/testdata/backup-restore/regression-tests:196:
exec-sql [0 args]
CREATE SCHEMA b.me;
----
datadriven.go:259:
/var/lib/engflow/worker/work/1/exec/bazel-out/k8-fastbuild/bin/pkg/backup/backup_test_/backup_test.runfiles/com_github_cockroachdb_cockroach/pkg/backup/testdata/backup-restore/regression-tests:200:
exec-sql [0 args]
CREATE TABLE b.me.foo (id INT);
----
datadriven.go:259:
/var/lib/engflow/worker/work/1/exec/bazel-out/k8-fastbuild/bin/pkg/backup/backup_test_/backup_test.runfiles/com_github_cockroachdb_cockroach/pkg/backup/testdata/backup-restore/regression-tests:204:
exec-sql [0 args]
INSERT INTO b.me.foo VALUES (1), (2), (3);
----
datadriven.go:259:
/var/lib/engflow/worker/work/1/exec/bazel-out/k8-fastbuild/bin/pkg/backup/backup_test_/backup_test.runfiles/com_github_cockroachdb_cockroach/pkg/backup/testdata/backup-restore/regression-tests:208:
exec-sql [0 args]
BACKUP INTO 'nodelocal://1/cluster'
----
test_server_shim.go:152: automatically injected a shared process virtual cluster under test; see comment at top of test_server_shim.go for details.
datadriven.go:259:
/var/lib/engflow/worker/work/1/exec/bazel-out/k8-fastbuild/bin/pkg/backup/backup_test_/backup_test.runfiles/com_github_cockroachdb_cockroach/pkg/backup/testdata/backup-restore/regression-tests:212:
new-cluster [2 args]
<no input to command>
----
datadriven.go:259:
/var/lib/engflow/worker/work/1/exec/bazel-out/k8-fastbuild/bin/pkg/backup/backup_test_/backup_test.runfiles/com_github_cockroachdb_cockroach/pkg/backup/testdata/backup-restore/regression-tests:215:
exec-sql [0 args]
CREATE DATABASE d
----
datadriven.go:259:
/var/lib/engflow/worker/work/1/exec/bazel-out/k8-fastbuild/bin/pkg/backup/backup_test_/backup_test.runfiles/com_github_cockroachdb_cockroach/pkg/backup/testdata/backup-restore/regression-tests:219:
CREATE SCHEMA d.foo;
CREATE SCHEMA d.bar;
CREATE SCHEMA d.baz;
expected:
NOTICE: auto-committing transaction before processing DDL due to autocommit_before_ddl setting
NOTICE: auto-committing transaction before processing DDL due to autocommit_before_ddl setting
found:
NOTICE: auto-committing transaction before processing DDL due to autocommit_before_ddl setting
pq: restart transaction: TransactionRetryWithProtoRefreshError: TransactionRetryError: retry txn (RETRY_ASYNC_WRITE_FAILURE - missing intent on: /Tenant/10/Table/54/1/1047890660532420609/"legacy_payload"/1914-11-13T17:12:28.018082999Z/0): "sql txn" meta={id=8c4e3109 key=/Tenant/10/Table/3/1/104/2/1 iso=Serializable pri=0.04012883 epo=0 ts=1739861251.033970892,2 min=1739861250.981916841,0 seq=15} lock=true stat=PENDING rts=1739861251.033970892,2 wto=false gul=1739861251.481916841,0
HINT: See: https://www.cockroachlabs.com/docs/v25.1/transaction-retry-error-reference.html#retry_async_write_failure
--- FAIL: TestDataDriven_regression_tests/incorrect-schema-id (8.24s)
Parameters:
attempt=1
run=4
shard=1
This test on roachdash | Improve this report!
Jira issue: CRDB-47933
Activity