Description
Test
test-diagnostics-channel-net
Platform
Linux x64
Console output
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 CI Reliability 2022-08-05 reliability#337
Additional information
- Potentially only happens in
worker
test suite? - Could not reproduce locally with:
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 "
- Not clear to me which callback is not getting invoked.