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

rangefeed: fix client side tests flakiness #111282

Merged

Conversation

aliher1911
Copy link
Contributor

kvclient rangefeed tests validate fixed sequence of events. This is much stricter than what rangefeed guarantees. Recent changes made rangefeeds restart internally more frequently which causes tests to fail.
This commit disables potential rangefeed restarts to make tests work until new data driven test suite is merged.

Epic: none
Fixes: #111161

Release note: None

kvclient rangefeed tests validate fixed sequence of events. This
is much stricter than what rangefeed guarantees. Recent changes
made rangefeeds restart internally more frequently which causes
tests to fail.
This commit disables potential rangefeed restarts to make tests
work until new data driven test suite is merged.

Epic: none
Fixes: cockroachdb#111161

Release note: None
@aliher1911 aliher1911 requested a review from a team September 26, 2023 16:46
@aliher1911 aliher1911 self-assigned this Sep 26, 2023
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@aliher1911
Copy link
Contributor Author

bors r=erikgrinaker

@craig
Copy link
Contributor

craig bot commented Sep 26, 2023

Build succeeded:

@craig craig bot merged commit 96c0868 into cockroachdb:master Sep 26, 2023
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.

kv/kvclient/rangefeed: TestWithOnDeleteRange failed
3 participants