Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
125909: kvfollowerreadsccl: deflake TestFollowerReadsWithStaleDescriptor r=arulajmani a=arulajmani This test wants to tightly control where leases are placed to make assertions about follower reads. Most of this is achieved by running the cluster in replication mode manual, which disables the lease queue. However, we're still susceptible to load based rebalancing transferring leases unexpectedly, which could cause the test to fail. Disable the store rebalancer. While here, we also do the same for TestSecondaryTenantFollowerReadsRouting which could also run into this. Closes cockroachdb#125898 Release note: None Co-authored-by: Arul Ajmani <[email protected]>
- Loading branch information