-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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: TestPromoteNonVoterInAddVoter
flaked on release-23.1
#105883
Comments
Seems different from #101519. I should open a backport for that anyway. |
This will be inherently flaky under race/stress. The test requires the range count to be balanced initially. This isn't the behavior the test is interested in. Opened a PR to skip under race. |
@kvoli don't we need this on master as well? I just hit this on |
#106514 is the master PR. I'll merge today. |
106514: kvserver: skip promote non voter under race r=erikgrinaker a=kvoli TestPromoteNonVoterInAddVoter requires that the initial range count of each store is balanced. Under stress/race builds this takes much longer and may time out before achieved. TestPromoteNonVoterInAddVoter was already skipped under stress, also skip the test under race. Resolves: #105883 Release note: None 106615: authors: add Annie Pompa to authors r=<andyyang890> a=annrpom Release note: None Epic: None Co-authored-by: Austen McClernon <[email protected]> Co-authored-by: Annie Pompa <[email protected]>
TestPromoteNonVoterInAddVoter requires that the initial range count of each store is balanced. Under stress/race builds this takes much longer and may time out before achieved. TestPromoteNonVoterInAddVoter was already skipped under stress, also skip the test under race. Resolves: #105883 Release note: None
Will be closed on #106628 |
Resolved by #106628. |
Seen in a CI failure.
Jira issue: CRDB-29255
The text was updated successfully, but these errors were encountered: