Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions crates/nub-cli/tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4385,6 +4385,7 @@ fn worker_error_listener_capture_identity_not_a_false_fatality() {

#[test]
fn worker_without_inbound_listener_exits_naturally() {
// CI probe (#825): re-running this test on a stable matrix off main's tip.
// Regression (worker-polyfill delegation — worker-polyfill.md §4): the worker
// scope once held a persistent `parentPort.on("message")` forwarder, keeping
// every worker's event loop alive — a pure `node:worker_threads` worker that
Expand Down
Loading