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

cli/interactive_tests: deflake and accelerate test_multiple_nodes #40867

Merged
merged 1 commit into from
Sep 18, 2019

Conversation

knz
Copy link
Contributor

@knz knz commented Sep 18, 2019

Release justification: deflakes a test and makes CI run faster

Prior to this patch the test would attempt to shut down the cluster
gracefully after asserting that the 3 nodes are properly joined.

Unfortunately this wait is running into separate issue
#40834 and this makes
the test clean-up flaky.

Since this unit test is not about quitting a cluster but merely
checking that the join is successful, this patch both works around the
related issue and accelerates the test by simply killing the nodes.

Release note: None

Release justification: deflakes a test and makes CI run faster

Prior to this patch the test would attempt to shut down the cluster
gracefully after asserting that the 3 nodes are properly joined.

Unfortunately this wait is running into separate issue
cockroachdb#40834 and this makes
the test clean-up flaky.

Since this unit test is not about quitting a cluster but merely
checking that the join is successful, this patch both works around the
related issue and accelerates the test by simply killing the nodes.

Release note: None
@knz knz requested a review from a team as a code owner September 18, 2019 10:23
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Contributor

@andreimatei andreimatei left a comment

Choose a reason for hiding this comment

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

LGTM

Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained (waiting on @andreimatei and @jordanlewis)

@knz
Copy link
Contributor Author

knz commented Sep 18, 2019

TFYR!

bors r+

craig bot pushed a commit that referenced this pull request Sep 18, 2019
40867: cli/interactive_tests: deflake and accelerate test_multiple_nodes r=knz a=knz

Release justification: deflakes a test and makes CI run faster

Prior to this patch the test would attempt to shut down the cluster
gracefully after asserting that the 3 nodes are properly joined.

Unfortunately this wait is running into separate issue
#40834 and this makes
the test clean-up flaky.

Since this unit test is not about quitting a cluster but merely
checking that the join is successful, this patch both works around the
related issue and accelerates the test by simply killing the nodes.

Release note: None

Co-authored-by: Raphael 'kena' Poss <knz@thaumogen.net>
@craig
Copy link
Contributor

craig bot commented Sep 18, 2019

Build succeeded

@craig craig bot merged commit 2b06530 into cockroachdb:master Sep 18, 2019
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.

3 participants