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
This test tries to gracefully shutdown server while request is being handled. To consistently reproduce the error I have to use loop. This issue reproduces on v1.21.1 and not reproduces on v1.18.0. I've bisected to find the culprit and it is likely to be 32559e2.
What did you expect to see?
Tests shouldn't fail.
What did you see instead?
Tests fail flakily. I have ~3% fail rate on my laptop.
The text was updated successfully, but these errors were encountered:
Could you please try testing this with #2857 and see if your problems are resolved? If so, we could do a 1.21.2 patch release that includes this fix, or we will be releasing 1.22 tomorrow if you are OK with waiting.
What version of gRPC are you using?
v1.21.1
What version of Go are you using (
go version
)?go version go1.12.6 linux/amd64
What operating system (Linux, Windows, …) and version?
What did you do?
This test tries to gracefully shutdown server while request is being handled. To consistently reproduce the error I have to use loop. This issue reproduces on v1.21.1 and not reproduces on v1.18.0. I've bisected to find the culprit and it is likely to be 32559e2.
What did you expect to see?
Tests shouldn't fail.
What did you see instead?
Tests fail flakily. I have ~3% fail rate on my laptop.
The text was updated successfully, but these errors were encountered: