-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
storage: deflake TestReplicateQueueRebalance #29221
storage: deflake TestReplicateQueueRebalance #29221
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
pkg/storage/replicate_queue_test.go
Outdated
@@ -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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because we're doing manual splits on line 64, presumably.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep. I figured that out after adding this comment.
Disable the merge queue in this test as it interferes with the splits that are performed manually. Fixes cockroachdb#28563 Release note: None
04cfc87
to
f989f58
Compare
bors r=a-robinson |
29221: storage: deflake TestReplicateQueueRebalance r=a-robinson a=petermattis Temporarily disable the merge queue in this test. Fixes #28563 Release note: None Co-authored-by: Peter Mattis <[email protected]>
Build succeeded |
Thanks! 🙌 |
29237: backport-2.1: storage: deflake TestReplicateQueueRebalance r=tschottdorf a=benesch Backport 1/1 commits from #29221. /cc @cockroachdb/release --- Temporarily disable the merge queue in this test. Fixes #28563 Release note: None Co-authored-by: Peter Mattis <[email protected]>
Temporarily disable the merge queue in this test.
Fixes #28563
Release note: None