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

kvserver: skip TestCheckConsistencyInconsistent under race #82042

Merged

Conversation

erikgrinaker
Copy link
Contributor

The test is rather slow and also timing-dependent, which can result in
false positives. Furthermore, the call to TestingSetRedactable
triggers the race detector. This patch therefore disables the test under
the race detector.

Touches #81819.

Release note: None

@erikgrinaker erikgrinaker requested a review from a team May 29, 2022 13:10
@erikgrinaker erikgrinaker requested a review from a team as a code owner May 29, 2022 13:10
@erikgrinaker erikgrinaker self-assigned this May 29, 2022
@cockroach-teamcity
Copy link
Member

This change is Reviewable

The test is rather slow and also timing-dependent, which can result in
false positives. Furthermore, the call to `TestingSetRedactable`
triggers the race detector. This patch therefore disables the test under
the race detector.

Release note: None
@erikgrinaker
Copy link
Contributor Author

bors r=tbg

@craig
Copy link
Contributor

craig bot commented May 31, 2022

Build failed:

@erikgrinaker
Copy link
Contributor Author

bors retry

@craig
Copy link
Contributor

craig bot commented May 31, 2022

Build succeeded:

@craig craig bot merged commit e04187f into cockroachdb:master May 31, 2022
@erikgrinaker erikgrinaker deleted the skip-consistency-test-under-race branch June 4, 2022 16:04
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