net: add new connection attempts events #46606
Triggered via pull request
December 4, 2023 15:58
Status
Failure
Total duration
1h 26m 23s
Artifacts
–
Annotations
2 errors
test-macOS:
test/parallel/test-net-autoselectfamily-timeout-cancelling.js#L1
--- stderr ---
node:assert:173
throw err;
^
AssertionError [ERR_ASSERTION]: function should not have been called at /Users/runner/work/node/node/test/parallel/test-net-autoselectfamily-timeout-cancelling.js:95
at Socket.mustNotCall (/Users/runner/work/node/node/test/common/index.js:554:12)
at Socket.emit (node:events:519:28)
at afterConnect (node:net:1581:10)
at afterConnectMultiple (node:net:1682:3) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: undefined,
operator: 'fail'
}
Node.js v22.0.0-pre
Command: out/Release/node --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /Users/runner/work/node/node/test/parallel/test-net-autoselectfamily-timeout-cancelling.js
|
test-macOS
Process completed with exit code 2.
|