Commit 16d4030
committed
kvserver: deflake TestReplicateRestartAfterTruncationWithRemoveAndReAdd
This test could spend >10s with non-live nodes (at least under stress), so it
would trip the timeout in a check in `executeChangeReplicasTxn` that tries to
ensure that we don't replicate into an unavailable configuration.
Instead of skipping these tests under stress, we enable the testing knob that
disables the check.
Closes cockroachdb#157203.
Closes cockroachdb#156689.1 parent 72e5734 commit 16d4030
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
2294 | 2294 | | |
2295 | 2295 | | |
2296 | 2296 | | |
| 2297 | + | |
| 2298 | + | |
| 2299 | + | |
| 2300 | + | |
| 2301 | + | |
| 2302 | + | |
2297 | 2303 | | |
2298 | 2304 | | |
2299 | 2305 | | |
| |||
0 commit comments