You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix race condition in testFutureIsDoneAfterChildrenCompleted (#4165)
The `foo` coroutine could be cancelled before it's started, which
would immediately trigger the `expect(3)` in `foo.invokeOnCompletion`.
This could happen before `expect(2)` and fail the test.
0 commit comments