Skip to content

Commit

Permalink
kv: un-skip most of TestMergeQueue
Browse files Browse the repository at this point in the history
Informs cockroachdb#63009.
Informs cockroachdb#64056.

In cockroachdb#64199, we found that the flake was likely due to the non-collocated
subtest, so this commit un-skips the parent test and skips only this
single subtest.
  • Loading branch information
nvanbenschoten committed Jul 8, 2021
1 parent 5bedfa8 commit 9f7f62b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kv/kvserver/client_merge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4224,6 +4224,7 @@ func TestMergeQueue(t *testing.T) {
})

t.Run("non-collocated", func(t *testing.T) {
skip.WithIssue(t, 64056, "flaky test")
reset(t)
verifyUnmerged(t, store, lhsStartKey, rhsStartKey)
tc.AddVotersOrFatal(t, rhs().Desc().StartKey.AsRawKey(), tc.Target(1))
Expand Down

0 comments on commit 9f7f62b

Please sign in to comment.