Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
111975: roachtest: wait before calling WaitForRebalance in disagg-rebalance r=RaduBerinde a=itsbilal This change addresses a relatively rare flake seen in cockroachdb#111817 where waitForRebalance returned rightaway after being called after a node was added to the cluster, as it sees that the last replica movement on the cluster was before the node's addition and was sufficiently far in the past to consider the node rebalanced. This change waits for the new node to at least get one replica before calling `waitForRebalance` to avoid that race. Fixes cockroachdb#111817. Epic: none Release note: None Co-authored-by: Bilal Akhtar <[email protected]>
- Loading branch information