-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
sql: flake in TestExperimentalRelocateNonVoters and TestRelocateNonVoters #95201
Comments
Flaked here too - https://teamcity.cockroachdb.com/viewLog.html?buildId=8564093&buildTypeId=Cockroach_UnitTests_BazelUnitTests @ecwall can you take a look at this, please? Or we can skip the test while you investigate. |
Hi @ajstorm, please add branch-* labels to identify which branch(es) this release-blocker affects. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
I think this is caused by this, but I will need help from KV:
cockroach/pkg/sql/relocate_range.go Line 157 in e4924e2
|
Fixing the rangeIDs not matching by ignoring them. The other error that occurs randomly is #95252 (comment). I think this one is related to the comment by aayush. |
98617: sql: fix data race in MemberOfWithAdminOption r=rafiss a=andyyang890 This patch fixes a race condition in MemberOfWithAdminOption by using a fresh transaction within the singleflight call. Fixes #95642 Fixes #96539 Release note: None 98801: multitenant: unskip multitenant_admin_function_test r=knz a=ecwall Fixes #95201 This test was flaking because it was verifying exact range start keys which are non-deterministic. This was fixed as part of #98483 which allows any value for the range start key and can now be unskipped. Release note: None Co-authored-by: Andy Yang <[email protected]> Co-authored-by: Evan Wall <[email protected]>
Describe the problem
Also: #96343
Found here: https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_BazelExtendedCi/8305842?showRootCauses=false&expandBuildChangesSection=true&expandBuildProblemsSection=true&expandBuildTestsSection=true
See error details below. Maybe this problem exists because of the random insertion of a test tenant?
Jira issue: CRDB-23398
Epic CRDB-23344
The text was updated successfully, but these errors were encountered: