Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Alerting] fix flaky test for index threshold grouping (#60792)
resolves #60744 This is a fairly complex test, with alerts that run actions that write to an index which we then do queries over. The tests didn't account for some slop in all that async activity, but now should be about as flake-free as they can be.
- Loading branch information