chore: Bump undici from 6.21.3 to 7.13.0 #567
Annotations
3 errors and 1 notice
Verify coverage meets thresholds
Process completed with exit code 1.
|
Verify coverage meets thresholds:
test/close-pipelining.test.js#L63
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
+ actual - expected
+ 'rejected'
- 'fulfilled'
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'rejected'
- 'fulfilled'
at assert.<computed> [as strictEqual] (node:internal/test_runner/test:320:18)
at TestContext.<anonymous> (/home/runner/work/fastify/fastify/test/close-pipelining.test.js:63:12)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Test.run (node:internal/test_runner/test:1054:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:744:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'rejected',
expected: 'fulfilled',
operator: 'strictEqual'
}
}
|
Verify coverage meets thresholds:
test/close-pipelining.test.js#L7
[Error [ERR_TEST_FAILURE]: ] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AggregateError [ECONNREFUSED]:
at internalConnectMultiple (node:net:1134:18)
at afterConnectMultiple (node:net:1715:7) {
code: 'ECONNREFUSED',
[errors]: [
Error: connect ECONNREFUSED ::1:44091
at createConnectionError (node:net:1678:14)
at afterConnectMultiple (node:net:1708:16),
Error: connect ECONNREFUSED 127.0.0.1:44091
at createConnectionError (node:net:1678:14)
at afterConnectMultiple (node:net:1708:16)
]
}
}
|
Verify coverage meets thresholds
Total Tests: 5179
Suites π: 930
Passed β
: 5167
Failed β: 2
Canceled π«: 0
Skipped βοΈ: 10
Todo π: 0
Duration π: 36926.371ms
|
Loading