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/random-load failed [mismatched type in violatesFkConstraintsHelper query] #119843

Closed
cockroach-teamcity opened this issue Mar 2, 2024 · 4 comments
Assignees
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. P-1 Issues/test failures with a fix SLA of 1 month T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Mar 2, 2024

roachtest.schemachange/random-load failed with artifacts on master @ 791969fa98711e681289fa4f61f3d58c8fe44263:

(schemachange_random_load.go:123).runSchemaChangeRandomLoad: full command output in run_191020.334876794_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

/cc @cockroachdb/sql-foundations

This test on roachdash | Improve this report!

Jira issue: CRDB-36346

@cockroach-teamcity cockroach-teamcity added branch-master Failures and bugs on the master branch. 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 Mar 2, 2024
@cockroach-teamcity cockroach-teamcity added this to the 24.1 milestone Mar 2, 2024
@rafiss
Copy link
Collaborator

rafiss commented Mar 4, 2024

failure is

 "message": "***UNEXPECTED ERROR; Failed to generate a random operation: CollectOne: Query: \"\\n\\t    SELECT false = ANY (ARRAY ['24:00:00-15:59':::TIMETZ = '0/0':::PG_LSN,'14:27:45.548113+01:08':::TIMETZ = '0/0':::PG_LSN]) AND count(*) = 0 from schema_w16_84.table_w2_162\\n\\t    WHERE \\\"Col16 �2_w2_168\\\" = ('0/0':::PG_LSN)\\n\\t\" []: ERROR: unsupported comparison operator: false = ANY ARRAY['24:00:00-15:59':::TIMETZ = '0/0':::PG_LSN, '14:27:45.548113+01:08':::TIMETZ = '0/0':::PG_LSN]: unsupported comparison operator: \u003ctimetz\u003e = \u003cpg_lsn\u003e (SQLSTATE 22023)",

another occurrence of #119288 (cc @annrpom for awareness)

@rafiss rafiss changed the title roachtest: schemachange/random-load failed roachtest: schemachange/random-load failed [mismatched type in violatesFkConstraintsHelper query] Mar 4, 2024
@rafiss rafiss added P-1 Issues/test failures with a fix SLA of 1 month and removed release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. labels Mar 4, 2024
@cockroach-teamcity
Copy link
Member Author

roachtest.schemachange/random-load failed with artifacts on master @ 660a3c8050a8ef7828b0151e44a86335639a8f9d:

(schemachange_random_load.go:123).runSchemaChangeRandomLoad: full command output in run_191728.048520153_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

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.schemachange/random-load failed with artifacts on master @ 431d56840cacdc86638ccb48e9f3bdc16897d341:

(schemachange_random_load.go:123).runSchemaChangeRandomLoad: full command output in run_173714.909454094_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

This test on roachdash | Improve this report!

@rafiss
Copy link
Collaborator

rafiss commented Mar 15, 2024

foreign keys are being disabled in #120575 until they are fixed in the schemachange workload. keeping #119288 open as the tracking issue for the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. P-1 Issues/test failures with a fix SLA of 1 month T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
No open projects
Status: Done
Development

No branches or pull requests

3 participants