fix: interceptor back-pressure #14069
Annotations
3 errors and 1 notice
test/pool.js#L413
[Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
2 !== 1
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
2 !== 1
at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/pool.js:413:5)
at Test.runInAsyncScope (node:async_hooks:206:9)
at Test.run (node:internal/test_runner/test:687:25)
at Test.processPendingSubtests (node:internal/test_runner/test:420:18)
at Test.postRun (node:internal/test_runner/test:783:19)
at Test.run (node:internal/test_runner/test:729:12)
at async Test.processPendingSubtests (node:internal/test_runner/test:420:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 2,
expected: 1,
operator: 'strictEqual'
}
}
|
test/pool.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
|
|
The logs for this run have expired and are no longer available.
Loading