Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

roachtest: schemachange/mixed-versions failed #129308

Closed
cockroach-teamcity opened this issue Aug 20, 2024 · 8 comments
Closed

roachtest: schemachange/mixed-versions failed #129308

cockroach-teamcity opened this issue Aug 20, 2024 · 8 comments
Labels
branch-release-24.1.4-rc C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. P-3 Issues/test failures with no fix SLA T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Aug 20, 2024

roachtest.schemachange/mixed-versions failed with artifacts on release-24.1.4-rc @ f629e9a3a88152ab73ee154eb5fe1e7c819e1af3:

(mixedversion.go:694).Run: mixed-version test failure while running step 11 (run "run schemachange workload and validation in mixed version"): full command output in run_084154.424835154_n4_COCKROACHRANDOMSEED3.log: COMMAND_PROBLEM: exit status 1
test artifacts and logs in: /artifacts/schemachange/mixed-versions/run_1

Parameters:

  • ROACHTEST_arch=amd64
  • ROACHTEST_cloud=gce
  • ROACHTEST_coverageBuild=false
  • ROACHTEST_cpu=4
  • ROACHTEST_encrypted=false
  • ROACHTEST_metamorphicBuild=false
  • ROACHTEST_ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

/cc @cockroachdb/sql-foundations

This test on roachdash | Improve this report!

Jira issue: CRDB-41488

@cockroach-teamcity cockroach-teamcity added branch-release-24.1.4-rc C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) labels Aug 20, 2024
@cockroach-teamcity cockroach-teamcity added this to the 24.1 milestone Aug 20, 2024
@rafiss
Copy link
Collaborator

rafiss commented Aug 20, 2024

 "ops": [
  "BEGIN",
  {
   "sql": "CREATE TABLE schema_w4_75.table_w4_132 (col132_w4_133 FLOAT4 NOT NULL, col132_w4_134 PG_LSN NOT NULL, \"col132 _w4_135\" STRING NOT NULL AS (lower(CAST(col132_w4_134 AS STRING))) STORED, PRIMARY KEY (col132_w4_133, \"col132 _w4_135\", col132_w4_134), FAMILY (col132_w4_134, col132_w4_133), FAMILY (\"col132 _w4_135\"))"
  },
  {
   "sql": "ALTER TABLE IF EXISTS \"NonExistentTable\" ALTER PRIMARY KEY USING COLUMNS (\"IrrelevantColumn\")"
  },
  {
   "sql": "SELECT t0.\"co\\\\U0006FA10l110_w4_122\" AS col0, t0.\"co\fl110_w4_118\" AS col1, t0.\"col110\\\\U0005D00D_w4_115\" AS col2, t0.col110_w4_114 AS col3, t0.col110_w4_121 AS col4 FROM public.table_w4_110 AS t0 FETCH FIRST 1 ROWS ONLY",
   "potentialExecErr": "53100,53200,57014"
  },
  {
   "sql": "ALTER TABLE public.table_w4_110 ALTER COLUMN \"co\\\\U0006FA10l110_w4_122\" SET DEFAULT e'\\x03ow`\u003e':::STRING",
   "expectedExecErr": "42601"
  }
 ],
 "expectedExecErrors": "42601",
 "expectedCommitErrors": "",
 "message": "***UNEXPECTED ERROR; Received an unexpected execution error.: ERROR: relation \"table_w4_110\" (174): computed column \"co\\\\\\\\U0006FA10l110_w4_122\" cannot also have a DEFAULT expression (SQLSTATE 42P16)",
 "errorState": {
  "expectedErrors": [
   "42601"
  ],

fixed by #129177, which is not on this branch

@cockroach-teamcity
Copy link
Member Author

roachtest.schemachange/mixed-versions failed with artifacts on release-24.1.4-rc @ a1cbd782a33a51f7500444373ccdaa81eb2ed971:

(mixedversion.go:694).Run: mixed-version test failure while running step 17 (run "run schemachange workload and validation in mixed version"): full command output in run_075001.521781207_n4_COCKROACHRANDOMSEED4.log: COMMAND_PROBLEM: exit status 1
test artifacts and logs in: /artifacts/schemachange/mixed-versions/run_1

Parameters:

  • ROACHTEST_arch=amd64
  • ROACHTEST_cloud=gce
  • ROACHTEST_coverageBuild=false
  • ROACHTEST_cpu=4
  • ROACHTEST_encrypted=false
  • ROACHTEST_metamorphicBuild=false
  • ROACHTEST_ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.schemachange/mixed-versions failed with artifacts on release-24.1.4-rc @ a1cbd782a33a51f7500444373ccdaa81eb2ed971:

(mixedversion.go:694).Run: mixed-version test failure while running step 7 (run "run schemachange workload and validation in mixed version"): full command output in run_094045.849387379_n4_COCKROACHRANDOMSEED2.log: COMMAND_PROBLEM: exit status 1
test artifacts and logs in: /artifacts/schemachange/mixed-versions/cpu_arch=arm64/run_1

Parameters:

  • ROACHTEST_arch=arm64
  • ROACHTEST_cloud=gce
  • ROACHTEST_coverageBuild=false
  • ROACHTEST_cpu=4
  • ROACHTEST_encrypted=false
  • ROACHTEST_metamorphicBuild=false
  • ROACHTEST_ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.schemachange/mixed-versions failed with artifacts on release-24.1.4-rc @ a1cbd782a33a51f7500444373ccdaa81eb2ed971:

(mixedversion.go:694).Run: mixed-version test failure while running step 15 (run "run schemachange workload and validation in mixed version"): full command output in run_083057.347468519_n4_COCKROACHRANDOMSEED4.log: COMMAND_PROBLEM: exit status 1
test artifacts and logs in: /artifacts/schemachange/mixed-versions/run_1

Parameters:

  • ROACHTEST_arch=amd64
  • ROACHTEST_cloud=gce
  • ROACHTEST_coverageBuild=false
  • ROACHTEST_cpu=4
  • ROACHTEST_encrypted=false
  • ROACHTEST_metamorphicBuild=false
  • ROACHTEST_ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.schemachange/mixed-versions failed with artifacts on release-24.1.4-rc @ 75d6ac620fb2d223454026e220a6999cedbba41c:

(mixedversion.go:694).Run: mixed-version test failure while running step 31 (run "run schemachange workload and validation in mixed version"): full command output in run_070158.359926566_n4_COCKROACHRANDOMSEED9.log: COMMAND_PROBLEM: exit status 1
test artifacts and logs in: /artifacts/schemachange/mixed-versions/run_1

Parameters:

  • ROACHTEST_arch=amd64
  • ROACHTEST_cloud=gce
  • ROACHTEST_coverageBuild=false
  • ROACHTEST_cpu=4
  • ROACHTEST_encrypted=false
  • ROACHTEST_metamorphicBuild=false
  • ROACHTEST_ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.schemachange/mixed-versions failed with artifacts on release-24.1.4-rc @ 75d6ac620fb2d223454026e220a6999cedbba41c:

(mixedversion.go:694).Run: mixed-version test failure while running step 18 (run "run schemachange workload and validation in mixed version"): full command output in run_065629.610648886_n4_COCKROACHRANDOMSEED3.log: COMMAND_PROBLEM: exit status 1
test artifacts and logs in: /artifacts/schemachange/mixed-versions/run_1

Parameters:

  • ROACHTEST_arch=amd64
  • ROACHTEST_cloud=gce
  • ROACHTEST_coverageBuild=false
  • ROACHTEST_cpu=4
  • ROACHTEST_encrypted=false
  • ROACHTEST_metamorphicBuild=false
  • ROACHTEST_ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.schemachange/mixed-versions failed with artifacts on release-24.1.4-rc @ 75d6ac620fb2d223454026e220a6999cedbba41c:

(mixedversion.go:694).Run: mixed-version test failure while running step 15 (run "run schemachange workload and validation in mixed version"): full command output in run_071716.488346178_n4_COCKROACHRANDOMSEED8.log: COMMAND_PROBLEM: exit status 1
test artifacts and logs in: /artifacts/schemachange/mixed-versions/run_1

Parameters:

  • ROACHTEST_arch=amd64
  • ROACHTEST_cloud=gce
  • ROACHTEST_coverageBuild=false
  • ROACHTEST_cpu=4
  • ROACHTEST_encrypted=false
  • ROACHTEST_metamorphicBuild=false
  • ROACHTEST_ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.schemachange/mixed-versions failed with artifacts on release-24.1.4-rc @ 75d6ac620fb2d223454026e220a6999cedbba41c:

(mixedversion.go:694).Run: mixed-version test failure while running step 9 (run "run schemachange workload and validation in mixed version"): full command output in run_070902.306719702_n4_COCKROACHRANDOMSEED6.log: COMMAND_PROBLEM: exit status 1
test artifacts and logs in: /artifacts/schemachange/mixed-versions/run_1

Parameters:

  • ROACHTEST_arch=amd64
  • ROACHTEST_cloud=gce
  • ROACHTEST_coverageBuild=false
  • ROACHTEST_cpu=4
  • ROACHTEST_encrypted=false
  • ROACHTEST_metamorphicBuild=false
  • ROACHTEST_ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

This test on roachdash | Improve this report!

@rafiss rafiss closed this as completed Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-release-24.1.4-rc C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. P-3 Issues/test failures with no fix SLA T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
No open projects
Status: Triage
Development

No branches or pull requests

2 participants