Skip to content

pkg/sql/schemachanger/schemachanger_test: TestConcurrentSchemaChanges failed [pq: at or near "EOF": syntax error] #137566

Open
@cockroach-teamcity

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)
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-45653

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

C-test-failureBroken test (automatically or manually discovered).O-robotOriginated from a bot.P-3Issues/test failures with no fix SLAT-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)branch-masterFailures and bugs on the master branch.no-test-failure-activity

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions