Skip to content
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

Receiving server timeout from grpcio >= 1.50.0 results in exceptional shutdown #57

Open
stephenc-pace opened this issue Sep 22, 2023 · 0 comments

Comments

@stephenc-pace
Copy link
Collaborator

The test test_timeout_while_streaming_result fails intermittently against versions of grpcio >= 1.50.0 and I would expect others to as well.

From debugging, we appear to receive multiple frames from the server with deadline exceeded headers which results in h2 throwing a StreamClosed exception after the first frame.

I've pinned (will pin) the version of grpcio we're testing against to prevent flakey tests for now but this would cause issues running against servers using these versions of grpcio.

As a side note, I'm not sure the test TestDeadlineExceededAtClient.test_timeout_while_streaming_result is good as the server also times out.

@stephenc-pace stephenc-pace changed the title Receiving server timeout from grpcio > results in exceptional shutdown Receiving server timeout from grpcio >= 1.50.0 results in exceptional shutdown Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant