cockroach icon indicating copy to clipboard operation
cockroach copied to clipboard

roachtest: schemachange/random-load failed

Open cockroach-teamcity opened this issue 1 year ago • 1 comments

roachtest.schemachange/random-load failed with artifacts on master @ 6300c3c3367ad46ac48bf24915cf0d73cae446a0:

(schemachange_random_load.go:123).runSchemaChangeRandomLoad: full command output in run_180143.456250124_n1_workload-run-schemac.log: COMMAND_PROBLEM: exit status 1
test artifacts and logs in: /artifacts/schemachange/random-load/run_1

Parameters:

  • ROACHTEST_arch=amd64
  • ROACHTEST_cloud=gce
  • ROACHTEST_coverageBuild=false
  • ROACHTEST_cpu=4
  • ROACHTEST_encrypted=false
  • ROACHTEST_fs=ext4
  • ROACHTEST_localSSD=true
  • ROACHTEST_metamorphicBuild=false
  • ROACHTEST_ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

  • #124158 roachtest: schemachange/random-load failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-23.2 release-blocker]
/cc @cockroachdb/sql-foundations

This test on roachdash | Improve this report!

Jira issue: CRDB-38788

cockroach-teamcity avatar May 15 '24 18:05 cockroach-teamcity

 "ops": [
  "BEGIN",
  {
   "sql": "ALTER TYPE schema_w6_74.enum_w19_134 DROP VALUE 'ss'"
  },
  {
   "sql": "INSERT INTO schema_w4_75.table_w16_187 (\"col18%q7_w16_188\",col187_w16_189,col187_w16_190,col187_w16_191,\"\tcol187_w16_192\") VALUES ((-121):::INT8,3802:::OID,(-3.935225006659739242E+23):::DECIMAL,NULL,e'\\U0004E661\\U0002726F\\U000E4CF4\\U000D4205\\U00095D2E\\U0009B8BE' COLLATE de_DE),(124:::INT8,20:::OID,28136207.90280028999:::DECIMAL,'BOX(-1.4274178705313474 -0.24870956313143466,-0.3637420264055242 0.34687224964684116)':::BOX2D,e'\\U0006121D\\U0006053B\\U000C71C9\\U0006628B' COLLATE de_DE)"
  }
 ],
 "expectedExecErrors": "",
 "expectedCommitErrors": "",
 "message": "***UNEXPECTED ERROR; Received an unexpected execution error.: ERROR: integer out of range (SQLSTATE 22003)",

rafiss avatar May 15 '24 22:05 rafiss

roachtest.schemachange/random-load failed with artifacts on master @ 855b9cc97afa3df4f7e17f928c04ab0834b2630c:

(schemachange_random_load.go:123).runSchemaChangeRandomLoad: full command output in run_183850.292024263_n1_workload-run-schemac.log: COMMAND_PROBLEM: exit status 1
test artifacts and logs in: /artifacts/schemachange/random-load/run_1

Parameters:

  • ROACHTEST_arch=amd64
  • ROACHTEST_cloud=gce
  • ROACHTEST_coverageBuild=false
  • ROACHTEST_cpu=4
  • ROACHTEST_encrypted=false
  • ROACHTEST_fs=ext4
  • ROACHTEST_localSSD=true
  • ROACHTEST_metamorphicBuild=false
  • ROACHTEST_ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

  • #124158 roachtest: schemachange/random-load failed [C-test-failure O-roachtest O-robot T-sql-foundations branch-release-23.2 release-blocker]

This test on roachdash | Improve this report!

cockroach-teamcity avatar May 17 '24 18:05 cockroach-teamcity

Error: ***UNEXPECTED ERROR; Failed to generate a random operation: error getting random table name: ERROR: inbox communication error: rpc error: code = Canceled desc = context canceled (SQLSTATE 58C01)

This appears to be a test timeout. I'll close this out but we'll see if it happens again.

rafiss avatar May 21 '24 19:05 rafiss