Skip to content
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

Conversation

petermattis
Copy link
Collaborator

Temporarily disable the merge queue in this test.

Fixes #28563

Release note: None

@petermattis petermattis requested a review from a team August 28, 2018 22:30
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@petermattis petermattis requested a review from benesch August 28, 2018 22:30
Copy link
Contributor

@a-robinson a-robinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -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.
Copy link
Contributor

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.

Copy link
Collaborator Author

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
@petermattis petermattis force-pushed the pmattis/deflake-test-replicate-queue-rebalance branch from 04cfc87 to f989f58 Compare August 29, 2018 01:40
@petermattis
Copy link
Collaborator Author

bors r=a-robinson

craig bot pushed a commit that referenced this pull request Aug 29, 2018
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]>
@craig
Copy link
Contributor

craig bot commented Aug 29, 2018

Build succeeded

@craig craig bot merged commit f989f58 into cockroachdb:master Aug 29, 2018
@petermattis petermattis deleted the pmattis/deflake-test-replicate-queue-rebalance branch August 29, 2018 02:08
@benesch
Copy link
Contributor

benesch commented Aug 29, 2018

Thanks! 🙌

craig bot pushed a commit that referenced this pull request Aug 29, 2018
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants