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 #125617

Closed
cockroach-teamcity opened this issue Jun 13, 2024 · 1 comment · Fixed by #125961
Closed

roachtest: schemachange/mixed-versions failed #125617

cockroach-teamcity opened this issue Jun 13, 2024 · 1 comment · Fixed by #125961
Assignees
Labels
branch-release-24.1 Used to mark GA and release blockers, technical advisories, and bugs for 24.1 C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. P-2 Issues/test failures with a fix SLA of 3 months T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Jun 13, 2024

roachtest.schemachange/mixed-versions failed with artifacts on release-24.1 @ da6b956705c73568e810461d85ae47aaad728829:

(mixedversion.go:594).Run: mixed-version test failure while running step 12 (run "run schemachange workload and validation in mixed version"): full command output in run_063135.484793627_n4_COCKROACHRANDOMSEED7.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-39529

@cockroach-teamcity cockroach-teamcity added branch-release-24.1 Used to mark GA and release blockers, technical advisories, and bugs for 24.1 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 Jun 13, 2024
@cockroach-teamcity cockroach-teamcity added this to the 24.1 milestone Jun 13, 2024
@rafiss
Copy link
Collaborator

rafiss commented Jun 18, 2024

{
 "workerId": 2,
 "clientTimestamp": "06:32:12.255194",
 "ops": [
  "BEGIN",
  {
   "sql": "CREATE FUNCTION udf_w2_281()\n\tRETURNS VOID\n\tLANGUAGE SQL\n\tAS $$ SELECT 'dasdda'::schema_w4_14.enum_w4_49 $$",
   "expectedExecErr": "22023"
  }
 ],
 "expectedExecErrors": "22023",
 "expectedCommitErrors": "",
 "message": "***UNEXPECTED ERROR; Received an unexpected execution error.: ERROR: enum value \"dasdda\" is not yet public (SQLSTATE XXUUU)",
 "errorState": {

We need to make sure the workload only chooses enum values that are public.

@rafiss rafiss added P-2 Issues/test failures with a fix SLA of 3 months and removed release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. labels Jun 18, 2024
@rafiss rafiss self-assigned this Jun 18, 2024
@craig craig bot closed this as completed in 0003c09 Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-release-24.1 Used to mark GA and release blockers, technical advisories, and bugs for 24.1 C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. P-2 Issues/test failures with a fix SLA of 3 months T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants