cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.17k stars 3.82k forks source link

pkg/ccl/testccl/workload/schemachange/schemachange_test: TestWorkload failed #135891

Open cockroach-teamcity opened 3 days ago

cockroach-teamcity commented 3 days ago

pkg/ccl/testccl/workload/schemachange/schemachange_test.TestWorkload failed on release-24.3.0-rc @ ef2ebe96f3a26fd6d6716e2ec4a0c8c6fe0fb567:

   "expectedExecErr": "3F000",
   "potentialExecErr": "0A000"
  }
 ],
 "expectedExecErrors": "3F000",
 "expectedCommitErrors": "",
 "message": "ROLLBACK; Successfully got expected execution error.: ERROR: cannot drop schema \"public\" (SQLSTATE 3F000)"
}
{
 "workerId": 1,
 "clientTimestamp": "07:59:54.651832",
 "ops": [
  "BEGIN",
  {
   "sql": "CREATE SEQUENCE IF NOT EXISTS schema_w1_127.seq_w1_249 OWNED BY public.table_w0_83.col76_w0_81"
  },
  "COMMIT"
 ],
 "expectedExecErrors": "",
 "expectedCommitErrors": "",
 "message": ""
}
{
 "workerId": 1,
 "clientTimestamp": "07:59:54.760107",
 "ops": [
  "BEGIN",
  {
   "sql": "SELECT 'validating all objects', crdb_internal.validate_multi_region_zone_configs()"
  },
  "COMMIT"
 ],
 "expectedExecErrors": "",
 "expectedCommitErrors": "",
 "message": ""
}
{
 "workerId": 1,
 "clientTimestamp": "07:59:54.772576",
 "ops": [
  "BEGIN",
  {
   "sql": "ALTER TYPE \"EnumThatDoesntExist\" DROP VALUE 'IrrelevantValue'",
   "expectedExecErr": "42704"
  }
 ],
 "expectedExecErrors": "42704",
 "expectedCommitErrors": "",
 "message": "ROLLBACK; Ignoring declarative schema changer not implemented error.: ERROR: *tree.AlterType not implemented in the new schema changer (SQLSTATE XXUUU)"
}

Parameters:

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

- #135883 pkg/ccl/testccl/workload/schemachange/schemachange_test: TestWorkload failed [C-test-failure O-robot T-sql-foundations branch-release-23.2 release-blocker] - #134652 pkg/ccl/testccl/workload/schemachange/schemachange_test: TestWorkload failed [C-test-failure O-robot P-3 T-sql-foundations] - #134056 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-release-24.3] - #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-44774