Open
Description
pkg/sql/schemachanger/schemachanger_test.TestConcurrentSchemaChanges failed with artifacts on master @ 5d6498d8c4d279a7ba0ff058e1c2b0c1d22eb48c:
=== RUN TestConcurrentSchemaChanges
test_log_scope.go:165: test logs captured to: /artifacts/tmp/_tmp/2d9af299258c11d4d3ade298f6c5b40e/logTestConcurrentSchemaChanges2591203625
test_log_scope.go:76: use -show-logs to present logs inline
schemachanger_test.go:777: ADD COLUMN col_1 TO testdb.testsc.t
schemachanger_test.go:781: Parent database or schema or table is renamed or column already exists; skipping this column addition.
schemachanger_test.go:781: Parent database or schema or table is renamed or column already exists; skipping this column addition.
schemachanger_test.go:781: Parent database or schema or table is renamed or column already exists; skipping this column addition.
schemachanger_test.go:781: Parent database or schema or table is renamed or column already exists; skipping this column addition.
schemachanger_test.go:781: Parent database or schema or table is renamed or column already exists; skipping this column addition.
schemachanger_test.go:728: DROP SCHEMA TO testsc
schemachanger_test.go:728: DROP SCHEMA TO testsc
schemachanger_test.go:726: RENAME SCHEMA TO testsc_9
schemachanger_test.go:726: RENAME SCHEMA TO testsc_10
schemachanger_test.go:777: ADD COLUMN col_14 TO testdb.testsc_10.t
schemachanger_test.go:805: Parent database or schema or table is renamed; skipping this column removal.
schemachanger_test.go:824: CREATE INDEX idx_15 ON testdb.testsc_10.t(col_14)
schemachanger_test.go:824: CREATE INDEX idx_16 ON testdb.testsc_10.t(col_14)
schemachanger_test.go:777: ADD COLUMN col_17 TO testdb.testsc_10.t
schemachanger_test.go:777: ADD COLUMN col_18 TO testdb.testsc_10.t
schemachanger_test.go:754: RENAME TABLE TO t_19
schemachanger_test.go:673: add-column-worker encounters error pq: at or near "EOF": syntax error; signal to main routine and finish working
schemachanger_test.go:669: rename-db-worker is signaled to finish work
schemachanger_test.go:669: rename-tbl-worker is signaled to finish work
schemachanger_test.go:669: drop-index-worker is signaled to finish work
schemachanger_test.go:669: drop-column-worker is signaled to finish work
schemachanger_test.go:669: rename-schema-worker is signaled to finish work
schemachanger_test.go:669: create-index-worker is signaled to finish work
schemachanger_test.go:863:
Error Trace: pkg/sql/schemachanger/schemachanger_test.go:863
Error: Received unexpected error:
pq: at or near "EOF": syntax error
Test: TestConcurrentSchemaChanges
panic.go:626: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/2d9af299258c11d4d3ade298f6c5b40e/logTestConcurrentSchemaChanges2591203625
--- FAIL: TestConcurrentSchemaChanges (3.97s)
This test on roachdash | Improve this report!
Jira issue: CRDB-45653
Activity