Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
105190: roachtest: let `failover` clusters recover r=erikgrinaker a=erikgrinaker Previously, `failover` tests would begin teardown as soon as the last node was recovered. However, it didn't actually give the node time to recover. This could cause problems with post-test assertions, e.g. if replica circuit breakers were still tripped. We'd also like to get proper data for the last failure. This patch adds a 1 minute wait after recovering the final node, allowing the cluster to recover. Resolves #104694. Resolves #105099. Epic: none Release note: None Co-authored-by: Erik Grinaker <[email protected]>
- Loading branch information