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: tpchvec/direct_scans failed #120124

Closed
cockroach-teamcity opened this issue Mar 8, 2024 · 4 comments · Fixed by #120147
Closed

roachtest: tpchvec/direct_scans failed #120124

cockroach-teamcity opened this issue Mar 8, 2024 · 4 comments · Fixed by #120147
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. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-sql-queries SQL Queries Team
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Mar 8, 2024

roachtest.tpchvec/direct_scans failed with artifacts on master @ 559994e230ac3776dd1188e66678cce9205ab345:

(tpchvec.go:527).runTPCHVec: pq: internal error: restoring 8 TableDescriptors from 0 databases: restoring table desc and namespace entries: relation "region" (106): constraint ID was missing for constraint "primary"
test artifacts and logs in: /artifacts/tpchvec/direct_scans/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

/cc @cockroachdb/sql-queries

This test on roachdash | Improve this report!

Jira issue: CRDB-36497

@mgartner
Copy link
Collaborator

mgartner commented Mar 8, 2024

@rafiss Do you think #119947 could have cause these failures—at a glace it seems related to RESTORE which this error message points to:

pq: internal error: restoring 8 TableDescriptors from 0 databases:
  restoring table desc and namespace entries:
    relation "region" (106):
      constraint ID was missing for constraint "primary"

@rafiss
Copy link
Collaborator

rafiss commented Mar 8, 2024

This one was actually caused by #120008

@stevendanna realized that some tests are using backups that are multiple years old, which is something that CRDB no longer officially supports.

@mgartner
Copy link
Collaborator

mgartner commented Mar 8, 2024

Should we revert #120008 until we can fix those tests to silence these errors?

@rafiss
Copy link
Collaborator

rafiss commented Mar 8, 2024

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. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-sql-queries SQL Queries Team
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants