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

pkg/ccl/testccl/workload/schemachange/schemachange_test: TestWorkload failed #137979

Open
cockroach-teamcity opened this issue Dec 25, 2024 · 3 comments
Labels
branch-release-23.2.19-rc C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Dec 25, 2024

pkg/ccl/testccl/workload/schemachange/schemachange_test.TestWorkload failed with artifacts on release-23.2.19-rc @ 49acfe2ec569eee317e7100954ba3f340a5ecf08:

1, 29, replication_critical_localities, 26
1, 29, replication_stats, 27
1, 29, reports_meta, 28
1, 29, role_id_seq, 48
1, 29, role_members, 23
1, 29, role_options, 33
1, 29, scheduled_jobs, 37
1, 29, settings, 6
1, 29, span_configurations, 47
1, 29, span_stats_buckets, 55
1, 29, span_stats_samples, 56
1, 29, span_stats_tenant_boundaries, 57
1, 29, span_stats_unique_keys, 54
1, 29, sql_instances, 46
1, 29, sqlliveness, 39
1, 29, statement_activity, 60
1, 29, statement_bundle_chunks, 34
1, 29, statement_diagnostics, 36
1, 29, statement_diagnostics_requests, 35
1, 29, statement_execution_insights, 65
1, 29, statement_statistics, 42
1, 29, table_statistics, 20
1, 29, task_payloads, 58
1, 29, tenant_id_seq, 62
1, 29, tenant_settings, 50
1, 29, tenant_tasks, 59
1, 29, tenant_usage, 45
1, 29, tenants, 8
1, 29, transaction_activity, 61
1, 29, transaction_execution_insights, 64
1, 29, transaction_statistics, 43
1, 29, ui, 14
1, 29, users, 4
1, 29, web_sessions, 19
1, 29, zones, 5
100, 0, public, 101
102, 0, public, 103
104, 0, public, 105
104, 105, _enum346, 149
104, 105, enum346, 148
104, 105, table223, 137
104, 105, table237, 138
104, 105, table270, 139
104, 105, table294, 141
104, 105, table342, 147
104, 105, table350, 151
    schema_change_external_test.go:79: backup in /artifacts/tmp/_tmp/fcba020ca7cb44bf8385bd0e13bcbe2d/logTestWorkload3724759211
    panic.go:523: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/fcba020ca7cb44bf8385bd0e13bcbe2d/logTestWorkload3724759211
--- FAIL: TestWorkload (157.91s)

Parameters:

  • TAGS=bazel,gss,deadlock
  • stress=true
Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

/cc @cockroachdb/sql-foundations

This test on roachdash | Improve this report!

Jira issue: CRDB-45832

@cockroach-teamcity cockroach-teamcity added branch-release-23.2.19-rc C-test-failure Broken test (automatically or manually discovered). 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 Dec 25, 2024
@cockroach-teamcity cockroach-teamcity added this to the 23.2 milestone Dec 25, 2024
@annrpom
Copy link
Contributor

annrpom commented Dec 26, 2024

E241225 10:27:02.346842 12889775 jobs/registry.go:1677 â‹® [T1,Vsystem,n3] 10129  NEW SCHEMA CHANGE job
 1032362284406177793: stepping through state reverting with unexpected error: failed to read descriptors [137 142] for the 
declarative schema change state: referenced descriptor ID 142: looking up ID 142: descriptor not found

@annrpom
Copy link
Contributor

annrpom commented Dec 26, 2024

ah found the workload op:

{
 "workerId": 0,
 "clientTimestamp": "10:26:05.72153",
 "ops": [
  "BEGIN",
  {
   "sql": "DROP VIEW public.view347 CASCADE"
  },
  "COMMIT"
 ],
 "expectedExecErrors": "",
 "expectedCommitErrors": "",
 "message": "***UNEXPECTED COMMIT ERROR; Received an unexpected commit error: ERROR: transaction committed but schema change aborted with error: (XXUUU): failed to read descriptors [137 142] for the declarative schema change state: referenced descriptor ID 142: looking up ID 142: descriptor not found (SQLSTATE XXUUU)",

@annrpom annrpom added branch-release-23.2.19-rc and removed branch-release-23.2.19-rc release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. labels Dec 26, 2024
@annrpom
Copy link
Contributor

annrpom commented Dec 26, 2024

seems to be a dupe of #137487; we aren't backporting the fix to this branch. i'll leave this open until this branch is axed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-release-23.2.19-rc C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
None yet
Development

No branches or pull requests

2 participants