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
[v1.x] test(stdio): regression test for #1960 BrokenResourceError race
Covers the fix in the previous commit. Spawns a subprocess that emits a
burst of valid JSONRPC notifications, exits the stdio_client context
immediately, asserts no exception propagates. Fails before the fix
(ExceptionGroup / BrokenResourceError), passes after. Wrapped in
anyio.fail_after(5.0) per AGENTS.md.
Github-Issue:#1960
0 commit comments