Skip to content

Commit 1b3f335

Browse files
committed
kvserver: skip TestTxnReadWithinUncertaintyIntervalAfterRangeMerge under duress
This test has always been flaky under deadlock since its introduction. Due to its complexity, we are not going to spend time on improving it now. Informs: #143563 Release note: None
1 parent dc53d9e commit 1b3f335

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkg/kv/kvserver/client_replica_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -930,6 +930,11 @@ func TestTxnReadWithinUncertaintyIntervalAfterLeaseTransfer(t *testing.T) {
930930
func TestTxnReadWithinUncertaintyIntervalAfterRangeMerge(t *testing.T) {
931931
defer leaktest.AfterTest(t)()
932932
defer log.Scope(t).Close(t)
933+
934+
// This test has always been flaky under deadlock since its introduction. Due
935+
// to its complexity, we are not going to spend time on improving it now.
936+
skip.UnderDuress(t)
937+
933938
run := func(t *testing.T, alignLeaseholders bool, alsoSplit bool) {
934939

935940
// The stores 0 and 1 are the "LHS", and the stores 2 and 3 are the RHS.

0 commit comments

Comments
 (0)