Skip to content

Commit

Permalink
Merge #119599
Browse files Browse the repository at this point in the history
119599: kvserver: skip `TestStoreRangeSplitAndMergeWithGlobalReads` r=rail a=rickystewart

Flaky. See #119230

Epic: none
Release note: None

Co-authored-by: Ricky Stewart <[email protected]>
  • Loading branch information
craig[bot] and rickystewart committed Feb 23, 2024
2 parents ec70230 + 44778e6 commit c2a8f4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/kv/kvserver/client_split_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3601,6 +3601,8 @@ func TestStoreRangeSplitAndMergeWithGlobalReads(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)

skip.WithIssue(t, 119230)

// Detect splits and merges over the global read ranges. Assert that the split
// and merge transactions commit with pushed write timestamps, and that the
// commit-wait sleep for these transactions is performed before running their
Expand Down

0 comments on commit c2a8f4a

Please sign in to comment.