-
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
ccl/changefeedccl: TestChangefeedSchemaChangeAllowBackfill_Legacy failed #136407
Comments
There was a data race. Here's the full output:
|
Reassigning to KV given it looks like the data race is between two pieces of KV code. |
Also noting that this predates metamorphic enablement #136995 of the buffered sender for unit tests. But it's worth reviewing since we have been doing some code refactoring in this area before enabling it. |
We have a write here:
and a read here:
The span on the read side comes from the |
ccl/changefeedccl.TestChangefeedSchemaChangeAllowBackfill_Legacy failed on master @ 7d48198a57f014a8828194b90098699f70f0695a:
Parameters:
attempt=1
race=true
run=2
shard=15
Help
See also: How To Investigate a Go Test Failure (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-45024
The text was updated successfully, but these errors were encountered: