Skip to content

Commit 8099525

Browse files
craig[bot]iskettaneh
andcommitted
Merge #140391
140391: kvserver: deflake TestClosedTimestampFrozenAfterSubsumption r=iskettaneh a=iskettaneh In very rare cases under deadlock, it seems that the timing causes the storeliveness support to get withdrawn at times when the test doesn't expect. Fixes: #140323 Release note: None Co-authored-by: Ibrahim Kettaneh <[email protected]>
2 parents 09e2de5 + 81c0574 commit 8099525

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/kv/kvserver/closed_timestamp_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,7 @@ func TestClosedTimestampFrozenAfterSubsumption(t *testing.T) {
625625
defer log.Scope(t).Close(t)
626626

627627
skip.UnderRace(t)
628+
skip.UnderDeadlock(t)
628629

629630
for _, test := range []struct {
630631
name string

0 commit comments

Comments
 (0)