Skip to content

Commit

Permalink
kvserver: deflake TestStoreRangeMergeAbandonedFollowersAutomaticallyG…
Browse files Browse the repository at this point in the history
…arbageCollected

Fixes #136597

Release note: None
  • Loading branch information
arulajmani committed Dec 3, 2024
1 parent 9e20aab commit 4902e8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/kv/kvserver/client_merge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3000,7 +3000,9 @@ func TestStoreRangeMergeAbandonedFollowersAutomaticallyGarbageCollected(t *testi
tc := testcluster.StartTestCluster(t, 3,
base.TestClusterArgs{
ReplicationMode: base.ReplicationManual,
ServerArgs: base.TestServerArgs{},
ServerArgs: base.TestServerArgs{
Settings: st,
},
})
defer tc.Stopper().Stop(ctx)
scratch := tc.ScratchRange(t)
Expand Down

0 comments on commit 4902e8b

Please sign in to comment.