mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 14:00:29 +00:00
f825e0b0a1
The regression temporarily replaces zerolog's global logger. A prior WebSocket handler can still be finishing after its own test returns, so joining only this probe's handler does not prevent a race with that earlier log write. Run the hook in a bounded child invocation of the same race-instrumented test binary. Change-source: pulse-maintainer