Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
132087: sql: Add SucceedsSoon to TestRaceWithBackfill r=fqazi a=spilchen We've occasionally seen TestRaceWithBackfill fail with an error like this: ``` pq: scrub-unique: batch timestamp 1727324575.845086785,0 must be after replica GC threshold 1727324575.977490760,0 ``` This is likely caused by the test using an excessively aggressive GC TTL setting. To improve the test's stability, I wrapped the scrub-unique operation in a SucceedsSoon block. Epic: None Release note: None Resolves cockroachdb#131401, resolves cockroachdb#130436 Co-authored-by: Matt Spilchen <[email protected]>
- Loading branch information