### Test test-diagnostics-channel-net ### Platform Linux x64 ### Console output ```console 00:32:11 not ok 653 parallel/test-diagnostics-channel-net 00:32:11 --- 00:32:11 duration_ms: 0.269 00:32:11 severity: fail 00:32:11 exitcode: 1 00:32:11 stack: |- 00:32:11 Mismatched <anonymous> function calls. Expected exactly 1, actual 0. 00:32:11 ... ``` ### Build links - https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/26384/ - https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/26354/ - https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/26384/ - Around 7% of failures in https://github.com/nodejs/reliability/issues/337 ### Additional information 1. Potentially only happens in `worker` test suite? 2. Could not reproduce locally with: ```bash for i in {1..10000}; do ./node --abort-on-uncaught-exception \ ./tools/run-worker.js test/parallel/test-diagnostics-channel-net.js \ || echo "fail $i" & done |& grep "fail " ``` 3. Not clear to me _which_ callback is not getting invoked.
Test
test-diagnostics-channel-net
Platform
Linux x64
Console output
Build links
Additional information
workertest suite?