Skip to content

Commit 6e387b6

Browse files
committed
kvserver: deflake TestProcessSplitAfterRightHandSideHasBeenRemoved
Epic: none Release note: none
1 parent 412e2bd commit 6e387b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkg/kv/kvserver/client_raft_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5396,6 +5396,11 @@ func TestProcessSplitAfterRightHandSideHasBeenRemoved(t *testing.T) {
53965396
// Newly-started stores (including the "rogue" one) should not GC
53975397
// their replicas. We'll turn this back on when needed.
53985398
DisableReplicaGCQueue: true,
5399+
// Some subtests, e.g. (4), expect that n1 catches up on the raft
5400+
// log after a partition, and runs the split trigger. Disable raft
5401+
// log truncation to make sure that it doesn't miss the split
5402+
// trigger by being caught up by a later snapshot. See #154313.
5403+
DisableRaftLogQueue: true,
53995404
TestingProposalFilter: testingProposalFilter,
54005405
},
54015406
},

0 commit comments

Comments
 (0)