Commit e7943b7
Merge #153627
153627: explain_test: deflake TestContentionTimeOnWrites r=mw5h a=mw5h
This test that introduces contention on writes for testing purposes wasn't retrying retriable errors. In this case, it appears that the wait we inserted to ensure the we can see the contention in the second worker has pushed us over the limit into "too old" territory.
Because of the non-trivial amount of semaphore logic, we just tear the whole thing down and retry it instead of localizing the retry logic in the worker getting these errors.
Fixes: #153394
Release note: None
Co-authored-by: Matt White <matt.white@cockroachlabs.com>1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| 234 | + | |
| 235 | + | |
234 | 236 | | |
235 | 237 | | |
236 | 238 | | |
| |||
0 commit comments