Commit 2c1b868
Merge #155434
155434: sql/inspect: deflake TestDetectIndexConsistencyErrors by disabling MVCC GC wait r=spilchen a=spilchen
We noticed a timeout in TestDetectIndexConsistencyErrors. The stacks where waiting for the MVCC GC to complete. Since that's not critical to the test, and there is a knob to avoid waiting for that, I am going to fix the flake by using the knob.
Fixes #155044
Epic: none
Release note: none
Co-authored-by: Matt Spilchen <[email protected]>1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
127 | 130 | | |
128 | 131 | | |
129 | 132 | | |
| |||
0 commit comments