-
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
kv/kvprober: TestProberDoesReadsAndWrites failed #109564
Comments
kv/kvprober.TestProberDoesReadsAndWrites failed with artifacts on master @ a900aa218054812b782c0b3d130b25296c0d14e3:
Parameters: |
kv/kvprober.TestProberDoesReadsAndWrites failed with artifacts on master @ 85cbfffeaa60c3d40e51eb6be7e49eca4dcc8a18:
Parameters: |
We see a data race between two concurrent
|
I don't immediately know why this started firing two days ago, but I think this is a true data race, since the planner is not thread-safe by design.
Should be a test-only bug, as in prod the manual call to I am primary SRE oncall this week, so I can't fix this immediately. I can fix it best-effort this week and def next week. |
I don't understand why, but a bisect is pointing at 41a0097 as the source of the new flakiness.
Thanks! I'll skip this test in the meantime. |
kv/kvprober.TestProberDoesReadsAndWrites failed with artifacts on master @ 36bd8296bad475a8183e474bf4aeb08bb83f8a2d:
Parameters: |
kv/kvprober.TestProberDoesReadsAndWrites failed with artifacts on master @ 6f589302865e24a3843a31cd7686514b5430f626:
Parameters: |
Informs cockroachdb#109564. Release note: None
109825: kv: skip TestProberDoesReadsAndWrites r=nvanbenschoten a=nvanbenschoten Informs #109564. Release note: None Co-authored-by: Nathan VanBenschoten <[email protected]>
110191: kvprober: make the planner thread-safe to fix test-only race r=nvanbenschoten a=joshimhoff #109564 **kvprober: make the planner thread-safe to fix test-only race** This commit makes the planner thread-safe, in order to fix a test-only data race. This commit also un-skips the test that was skipped, when this bug was discovered. Fixes: #109564 Release note: None. 110275: tenantcostclient: relax expectation in RU estimate test r=yuzefovich a=yuzefovich In #106769 we tightened the RU estimate test to use 0.05 allowance, but we just saw a case where the difference was on the order of 0.2, so this commit bumps the allowed delta to 0.25 (which is still much better than 0.75 before #106769). Fixes: #109732. Release note: None Co-authored-by: Josh Imhoff <[email protected]> Co-authored-by: Yahor Yuzefovich <[email protected]>
kv/kvprober.TestProberDoesReadsAndWrites failed with artifacts on master @ 671500be0c22d14d3cb0089313cb49c736631bac:
Parameters:
TAGS=bazel,gss,race
,stress=true
Help
See also: How To Investigate a Go Test Failure (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-30991
The text was updated successfully, but these errors were encountered: