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: muck with TestGossipHandlesReplacedNode #32697

Merged

Conversation

andreimatei
Copy link
Contributor

The test was using manual replication, although it didn't have any good
reason to do so. What it does care about is having all the data be
replicated before it does something, but that's the case after cluster
startup with regular replication too.
The test used to take 2.2s, now it takes 3s. Not sure why, but in any
case I'm trying to speed up cluster creation separately, so hopefully
the delta with go away. Even with the delta, I think the test is better
the more vanilla it is.
And I've also skipped the test for testshort.

Release note: None

The test was using manual replication, although it didn't have any good
reason to do so. What it does care about is having all the data be
replicated before it does something, but that's the case after cluster
startup with regular replication too.
The test used to take 2.2s, now it takes 3s. Not sure why, but in any
case I'm trying to speed up cluster creation separately, so hopefully
the delta with go away. Even with the delta, I think the test is better
the more vanilla it is.
And I've also skipped the test for testshort.

Release note: None
@andreimatei andreimatei requested a review from a team November 28, 2018 22:51
@cockroach-teamcity
Copy link
Member

This change is Reviewable

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

@andreimatei
Copy link
Contributor Author

andreimatei commented Nov 28, 2018 via email

craig bot pushed a commit that referenced this pull request Nov 28, 2018
32697: storage: muck with TestGossipHandlesReplacedNode r=andreimatei a=andreimatei

The test was using manual replication, although it didn't have any good
reason to do so. What it does care about is having all the data be
replicated before it does something, but that's the case after cluster
startup with regular replication too.
The test used to take 2.2s, now it takes 3s. Not sure why, but in any
case I'm trying to speed up cluster creation separately, so hopefully
the delta with go away. Even with the delta, I think the test is better
the more vanilla it is.
And I've also skipped the test for testshort.

Release note: None

Co-authored-by: Andrei Matei <[email protected]>
@craig
Copy link
Contributor

craig bot commented Nov 29, 2018

Build succeeded

@craig craig bot merged commit 28b4508 into cockroachdb:master Nov 29, 2018
@andreimatei andreimatei deleted the storage.TestGossipHandlesReplacedNode branch December 10, 2018 16:09
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