Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testcluster: retry force repl scan on startup
There have been recent flakes on tests which use a `TestCluster`. These failures have occurred at startup, before much test specific logic. This patch mitigates the symptom by retrying on an error, rather than erroring out. The error looks like: ``` testcluster.go:485: unable to retrieve conf reader: span configs not available ``` It is caused by span configs not being available, which is checked via grabbing the `ConfReader` before forcing the replica queues to process. The root cause of this behavior change should still be determined and this should be considered temporary, although the root cause may be benign. informs: #137712 informs: #137762 Release note: None
- Loading branch information