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
fix: remove stale no-cover pragma and simplify regression test
The integration test now covers the Exception branch in _receive_loop,
so the pragma is no longer valid (caught by strict-no-cover on CI).
Also simplified the regression test: zero-buffer write stream + no
concurrent receiver makes it deterministic — send_log_message() would
block on send(), then raise ClosedResourceError when _receive_loop
exits and closes the stream. No concurrent task, no uncovered branches,
no sleeps.
0 commit comments