Set pipelining to 4 by default #15405
Annotations
2 errors and 1 notice
Run tests:
test/connect-timeout.js#L19
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
+ actual - expected
+ 'UND_ERR_CONNECT_TIMEOUT'
- 'ENOTFOUND'
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'UND_ERR_CONNECT_TIMEOUT'
- 'ENOTFOUND'
at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /home/runner/work/undici/undici/test/connect-timeout.js:19:9
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'UND_ERR_CONNECT_TIMEOUT',
expected: 'ENOTFOUND',
operator: 'strictEqual'
}
}
|
Run tests
Process completed with exit code 1.
|
Run tests
Total Tests: 1030
Suites 📂: 78
Passed ✅: 1026
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 4
Todo 📝: 0
Duration 🕐: 28586.554ms
|
Loading