Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kvserver: setup ranges in large unsplittable replicate test
`TestLargeUnsplittableRangeReplicate` would fail when the SQL query to show the table's replicas returned no results for the unsplittable range being tested. No results would be returned when the table split was delayed. Update the test to insert a split at the first row, as well as the existing split at the second row. This avoids the first range starting with 5 replicas and the test's reliance on timely span config splits. Resolves: #112774 Release note: None
- Loading branch information