Open cockroach-teamcity opened 1 week ago
Table is created and selected from in the same txn, this should work:
{
10:27:05 "workerId": 1,
10:27:05 "clientTimestamp": "10:27:02.596115",
10:27:05 "ops": [
10:27:05 "BEGIN",
10:27:05 {
10:27:05 "sql": "SELECT 'validating all objects', crdb_internal.validate_multi_region_zone_configs()"
10:27:05 },
10:27:05 {
10:27:05 "sql": "CREATE TABLE IF NOT EXISTS schema32.table35 (\"col35_\n36\" REGTYPE, \"col35_\u000b37\" REGROLE NULL, col35_38 STRING COLLATE en_US NOT NULL, \"col3)5_39\" REGTYPE, \"cOl35_40\" BIT(29)[], \" col35_41\" NAME[] NOT NULL, col35_42 TIME NOT NULL, col35_43 \"char\" NOT NULL, col35_44 BOX2D NOT NULL, \"col3-5_%p45\" TSVECTOR NULL, \"col\r35_46\" OID NULL, col35_̕47 FLOAT8 NULL, col35_48 OID, INDEX (col35_42, \"col\r35_46\" ASC, \"col35_\u000b37\", \"col3)5_39\"))",
10:27:05 "potentialExecErr": "0A000,42601"
10:27:05 },
10:27:05 {
10:27:05 "sql": "SELECT t2.\" col35_41\" AS col0,t0.\"cOl35_40\" AS col1,t2.\"col3)5_39\" AS col2,t2.col35_38 AS col3,t1.\"col3-5_%p45\" AS col4,t2.col35_44 AS col5,t2.col35_̕47 AS col6,t1.\"col35_\u000b37\" AS col7,t1.\"col\r35_46\" AS col8,t0.\"col\r35_46\" AS col9,t0.col35_44 AS col10,t0.\"col35_\n36\" AS col11,t2.col35_38 AS col12 FROM schema32.table35 AS t0 ,schema32.table35 AS t1 ,schema32.table35 AS t2 FETCH FIRST 1 ROWS ONLY",
10:27:05 "potentialExecErr": "53100,53200,57014"
10:27:05 }
10:27:05 ],
10:27:05 "expectedExecErrors": "",
10:27:05 "expectedCommitErrors": "",
10:27:05 "message": "***UNEXPECTED ERROR; Received an unexpected execution error.: ERROR: relation \"schema32.table35\" does not exist (SQLSTATE 42P01)",
10:27:05 "errorState": {
10:27:05 "potentialErrors": [
10:27:05 "53100",
10:27:05 "53200",
10:27:05 "57014"
10:27:05 ],
pkg/ccl/testccl/workload/schemachange/schemachange_test.TestWorkload failed with artifacts on release-23.1 @ deae9a6e30d886969c9999d89a7a4a893a71efd0:
Parameters:
TAGS=bazel,gss,deadlock
Help
See also: How To Investigate a Go Test Failure (internal)
Same failure on other branches
- #132298 pkg/ccl/testccl/workload/schemachange/schemachange_test: TestWorkload failed [column is referenced by the primary key] [C-test-failure O-robot P-2 T-sql-foundations branch-master]
/cc @cockroachdb/sql-foundations
This test on roachdash | Improve this report!
Jira issue: CRDB-43898