-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
migration/migrations: TestEnsureSpanConfigReconciliation failed [SettingsWatcher data race] #75849
Comments
|
migration/migrations.TestEnsureSpanConfigReconciliation failed with artifacts on master @ 0e5eb08368020e7633142fd60f0f818fcd46510d:
Help
See also: How To Investigate a Go Test Failure (internal)
|
Refs: cockroachdb#75849 Reason: flaky test Generated by bin/skip-test. Release justification: non-production code changes Release note: None
75854: sql: update SHOW GRANTS ON DATABASE to include grant options r=RichardJCai a=ecwall refs #73394 Release note (sql): SHOW GRANTS ON DATABASE includes is_grantable column 75892: distsql: cleanup log tag annotation r=andreimatei a=andreimatei A context annotation was not doing what it wanted; it was inadvertently a no-op. This patch also makes FlowCtx.AmbientCtx not be embedded. Embedded AmbientCtxs are annoying because one can't easily find where they're used. Release note: None 75901: distsql: improve flow cleanup r=andreimatei a=andreimatei FlowBase.Cleanup(ctx) was closing the tracing span from ctx, if any. This was assuming that the respective ctx is the one associated with the flow, and that the flow always has a span. These are brittle assumptions; in particular, I intend to avoid opening spans for local flows when there's no particular reason to (i.e. when not collecting stats), to save on their cost. This patch has the Flow explicitly keep track of which Span it owns, if any. Release note: None 75910: migration/migrations: skip TestEnsureSpanConfigReconciliation r=irfansharif a=otan Refs: #75849 Reason: flaky test Generated by bin/skip-test. Release justification: non-production code changes Release note: None Co-authored-by: Evan Wall <wall@cockroachlabs.com> Co-authored-by: Andrei Matei <andrei@cockroachlabs.com> Co-authored-by: Oliver Tan <otan@cockroachlabs.com>
Refs: cockroachdb#75849 Reason: flaky test Generated by bin/skip-test. Release justification: non-production code changes Release note: None
Fixes cockroachdb#75849. Release note: None
@irfansharif I see that you pushed a commit fixing this on Feb 12 but it doesn't seem to have made it into a PR. Is that coming? @nvanbenschoten should this be KV Stability? |
The fix made it into #76466, but that hasn't been merged. I'll mark as a GA-blocker for now. |
Fixes #75849. Release note: None
Fixes cockroachdb#75849. Release note: None
migration/migrations.TestEnsureSpanConfigReconciliation failed with artifacts on master @ a434c8418c36dbeb64e73588bcd4dd5b248c3238:
Help
See also: How To Investigate a Go Test Failure (internal)
Parameters in this failure:
This test on roachdash | Improve this report!
Jira issue: CRDB-12857
The text was updated successfully, but these errors were encountered: