Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Test Failure in testMasterFailOverWithQueuedDeletes (#76865)
We can have a freak situation here where running the get snapshots request concurrently with a delete produces a missing snapshot exception if a snasphot is deleted just as its metadata is fetched. This is a known issue and a fix is tricky (SLM etc. work around this issue in tests and prod code by using the ignore-unavailable flag for example). In this test we can easily fix the problem by just using the deterministic waiting on cluster state before asserting that the snapshots are gone from the repo. closes #76549
- Loading branch information