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

lease: fix flakey TestRangefeedUpdatesHandledProperlyInTheFaceOfRaces #49681

Conversation

ajwerner
Copy link
Contributor

When this test was introduced, the cluster version override was added to
ensure that rangefeeds would be used. This was not necessary given the
other testing knob which this change adopts. The problem with overrriding
the version is that it can happen after the automatic version upgrade already
occurs leading to a fatal error due to trying to downgrade the cluster
version.

Release note: None

@cockroach-teamcity
Copy link
Member

This change is Reviewable

When this test was introduced, the cluster version override was added to
ensure that rangefeeds would be used. This was not necessary given the
other testing knob which this change adopts. The problem with overrriding
the version is that it can happen after the automatic version upgrade already
occurs leading to a fatal error due to trying to downgrade the cluster
version.

Fixes cockroachdb#49632.

Release note: None
@ajwerner ajwerner force-pushed the ajwerner/fix-flakey-test-due-to-version-upgrade branch from 6b873f9 to 5e33b5c Compare May 29, 2020 04:49
@ajwerner ajwerner marked this pull request as ready for review May 29, 2020 04:49
@ajwerner ajwerner requested a review from thoszhang May 29, 2020 04:49
Copy link
Contributor

@thoszhang thoszhang left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained

@ajwerner
Copy link
Contributor Author

TFTR!

bors r+

@craig
Copy link
Contributor

craig bot commented May 29, 2020

Build succeeded

@craig craig bot merged commit 980fc7e into cockroachdb:master May 29, 2020
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