Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speculative fix for flakey AsyncTestingEventLoop test (#2873)
### Motivation: We're seeing some very rare failures from this test in CI runs but I cannot reproduce locally. The test relies on timing to some degree and the interaction of scheduling tasks at shutdown. ### Modifications: The `AsyncTestingEventLoop` has an `executeInContext` function which puts the closure on the backing dispatch queue and blocks. In this instance it might be a good way to make sure that all the previous work has happened. ### Result: (Hopefully) less flakey test.
- Loading branch information