Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
112123: roachtest: initialize system before restricting lease transfers r=andrewbaptist a=andrewbaptist The test would previously set the parameter `COCKROACH_DISABLE_LEADER_FOLLOWS_LEASEHOLDER` prior to initializing the kv workload wth 1K splits. This would occasionally fail due to rebalancing of ranges post-split. This commit allows all the splits and rebalances to happen prior to setting this flat. Epic: none Fixes: #111068 Fixes: #110842 Release note: None Co-authored-by: Andrew Baptist <[email protected]>
- Loading branch information