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
Commit 5b5db75,
"Add generic gRPC stream forwarding (#306)",
introduced a flakiness in the grpc_test due to calling
`errgroup.Go(func() error { return err })` when an error had occurred in
a go routine that was asynchrounous to the errgroup.Wait() call. This
could lead to `errgroup.Go()` being called just when `errgroup.Wait()`
was about to return, which is not allowed.
0 commit comments