Skip to content

Commit ac090a8

Browse files
committed
kvserver: use Duress
1 parent 8b1e1a9 commit ac090a8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pkg/kv/kvserver/replicate_queue_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2154,9 +2154,7 @@ func TestPromoteNonVoterInAddVoter(t *testing.T) {
21542154
// This test is slow under stress/race and can time out when upreplicating /
21552155
// rebalancing to ensure all stores have the same range count initially, due
21562156
// to slow heartbeats.
2157-
skip.UnderStress(t)
2158-
skip.UnderDeadlock(t)
2159-
skip.UnderRace(t)
2157+
skip.UnderDuress(t)
21602158

21612159
defer testutils.StartExecTrace(t, scope.GetDirectory()).Finish(t)
21622160

0 commit comments

Comments
 (0)