-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
137031: sqlstatsccl: speed up and deflake TestSQLStatsRegions r=xinhaoz a=dhartunian Previously, this test would run quite slowly and occasionally flake out when the time limits for leaseholder distribution would run out. The test has been modified in a few ways to improve performance: - Use 9 nodes instead of 3 - Increase the `kv.snapshot_rebalance.max_rate` - Remove randomization from test and instead expand to distsql on/off cases - Remove extra `SucceedsSoon` section which forces range splits. This appeared unnecessary as the subsequent section will already wait anyway. Resolves: #133651 Epic: None Release note: None Co-authored-by: David Hartunian <[email protected]>
- Loading branch information
Showing
1 changed file
with
50 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters