Adding diagnostics channels to Fetch #12760
Annotations
3 errors and 3 notices
Run tests:
test/fetch/issue-2828.js#L20
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ undefined
- 'hello'
at process.emit (node:events:518:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ undefined
- 'hello'
at res.<computed> (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at Server.<anonymous> (/home/runner/work/undici/undici/test/fetch/issue-2828.js:20:5)
at Server.emit (node:events:518:28)
at parserOnIncoming (node:_http_server:1151:12)
at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: undefined,
expected: 'hello',
operator: 'deepStrictEqual'
}
}
|
Run tests:
test/fetch/issue-2828.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Run tests
Process completed with exit code 1.
|
Run tests
Total Tests: 720
Suites 📂: 49
Passed ✅: 717
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 3
Todo 📝: 0
Duration 🕐: 36115.690ms
|
Run tests
Total Tests: 189
Suites 📂: 6
Passed ✅: 176
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 3174.868ms
|
Run tests
Total Tests: 343
Suites 📂: 8
Passed ✅: 341
Failed ❌: 1
Canceled 🚫: 1
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 32288.293ms
|
Loading