-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade coroutines version to 1.6.1. #327
Conversation
Looks like we are still waiting on a |
Coroutines
|
Thanks for the work to upgrade coroutines to 1.6.1. Is there any ETA when this will be merged? |
We just need to get the Bazel build updated then will roll a new release. |
Co-authored-by: Jesse Schalken <[email protected]>
Looks like a flake locally. I think we can merge this. |
I can't reproduce the failure locally either and the failures kinda move around. Here is one:
And another:
We could put a CI retry on it but the flakiness concerns me. Why is CI different than local? |
I don't think I'm super surprised by flakiness in general, though since writing some of these tests I know more about how to avoid flakiness. I think we should probably go ahead and merge? |
This is a necessary start on using
CopyableThreadContextElement
to interact with the thread-local gRPC context.