Skip to content

Commit

Permalink
storage: deflake TestReplicateQueueRebalance
Browse files Browse the repository at this point in the history
Temporarily disable the merge queue in this test.

Fixes cockroachdb#28563

Release note: None
  • Loading branch information
petermattis committed Aug 28, 2018
1 parent 226085d commit 04cfc87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/storage/replicate_queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ func TestReplicateQueueRebalance(t *testing.T) {
for _, server := range tc.Servers {
st := server.ClusterSettings()
st.Manual.Store(true)
// TODO(benesch): Figure out why the merge queue causes this test to flake.
storage.MergeQueueEnabled.Override(&st.SV, false)
storage.EnableStatsBasedRebalancing.Override(&st.SV, false)
}

Expand Down

0 comments on commit 04cfc87

Please sign in to comment.