We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d2578 commit 579ed01Copy full SHA for 579ed01
1 file changed
tests/interaction/transports/test_hosting_resume.py
@@ -296,6 +296,10 @@ async def call() -> None:
296
assert received == snapshot(["before close", "after close"])
297
298
299
+@requirement("hosting:resume:close-stream")
300
+@requirement("transport:streamable-http:resumability")
301
+@requirement("client-transport:http:reconnect-post-priming")
302
+@requirement("client-transport:http:reconnect-retry-value")
303
async def test_a_call_whose_stream_closes_and_cannot_be_resumed_fails_instead_of_hanging() -> None:
304
"""If a resumable response stream disconnects and the server session is gone, the client fails
305
the request instead of hanging forever.
0 commit comments