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: backup-restore/round-trip failed #124382

Closed
cockroach-teamcity opened this issue May 18, 2024 · 2 comments
Closed

roachtest: backup-restore/round-trip failed #124382

cockroach-teamcity opened this issue May 18, 2024 · 2 comments
Labels
branch-release-24.1.0-rc Used to mark GA and release blockers and technical advisories for 24.1.0-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)
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented May 18, 2024

roachtest.backup-restore/round-trip failed with artifacts on release-24.1.0-rc @ 5e4ca9e26f1a25681de9c944298cfa139c344466:

(monitor.go:154).Wait: monitor failure: full command output in run_062053.535167405_n4_COCKROACHRANDOMSEED1.log: COMMAND_PROBLEM: exit status 1
test artifacts and logs in: /artifacts/backup-restore/round-trip/run_1

Parameters:

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

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

/cc @cockroachdb/disaster-recovery

This test on roachdash | Improve this report!

Jira issue: CRDB-38857

@cockroach-teamcity cockroach-teamcity added branch-release-24.1.0-rc Used to mark GA and release blockers and technical advisories for 24.1.0-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-disaster-recovery labels May 18, 2024
@cockroach-teamcity cockroach-teamcity added this to the 24.1 milestone May 18, 2024
@msbutler
Copy link
Collaborator

this is failing on the schema change workload but the logs are not giving me any clues as to why. This opaque failure feels like the same issue as #124333, which i chalked up to some test infra bug, but the logs here do not indicate that any schema change object was acted upon by systemTableWriter. Handing this over to sql schema for a look.

@msbutler msbutler added T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) and removed T-disaster-recovery labels May 20, 2024
@blathers-crl blathers-crl bot added this to Triage in SQL Foundations May 20, 2024
@rafiss
Copy link
Collaborator

rafiss commented May 21, 2024

error is

{
 "workerId": 0,
 "clientTimestamp": "06:21:10.839923",
 "ops": [
  "BEGIN",
  {
   "sql": "ALTER TYPE schema_w4_140.enum_w1_154 DROP VALUE 'a'"
  },
  {
   "sql": "CREATE FUNCTION schema_w3_112.udf_w0_173(i INT8, j INT8)\n\tRETURNS VOID\n\tLANGUAGE SQL\n\tAS $$ SELECT NULL $$"
  },
  {
   "sql": "CREATE SEQUENCE IF NOT EXISTS schema_w3_112.seq_w0_174"
  },
  {
   "sql": "DROP SCHEMA \"schema_w4_140\" CASCADE"
  },
  "COMMIT"
 ],
 "expectedExecErrors": "",
 "expectedCommitErrors": "",
 "message": "***UNEXPECTED COMMIT ERROR; Received an unexpected commit error: ERROR: transaction committed but schema change aborted with error: (42704): type with ID 194 does not exist (SQLSTATE 42704)",

this is fixed by #123562 but we are not backporting that to this RC branch.

@rafiss rafiss closed this as completed May 21, 2024
Disaster Recovery Backlog automation moved this from Backlog to Done May 21, 2024
SQL Foundations automation moved this from Triage to Done May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-release-24.1.0-rc Used to mark GA and release blockers and technical advisories for 24.1.0-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)
Development

No branches or pull requests

3 participants