fix: always parse headers #14169
nodejs.yml
on: pull_request
Matrix: test-without-intl
Matrix: test
dependency-review
11s
Lint
30s
Fuzzing
3m 24s
Test TypeScript types
23s
automerge
0s
Annotations
103 errors and 120 notices
Test TypeScript types
Process completed with exit code 1.
|
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Process completed with exit code 1.
|
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Process completed with exit code 127.
|
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Process completed with exit code 1.
|
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Process completed with exit code 1.
|
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Process completed with exit code 1.
|
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Process completed with exit code 127.
|
test/node-test/client-dispatch.js:
test/node-test/client-dispatch.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Diagnostics channel - post:
test/node-test/diagnostics-channel/post.js#L104
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:01:00 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:519:28)
at node:diagnostics_channel:145:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:01:00 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /home/runner/work/undici/undici/test/node-test/diagnostics-channel/post.js:104:12
at Channel.publish (node:diagnostics_channel:142:9)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:243:24)
at Parser.onHeadersComplete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:494:27)
at wasm_on_headers_complete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:249:22)
at Parser.readMore (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:01:00 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
}
}
|
test/node-test/diagnostics-channel/post.js:
test/node-test/diagnostics-channel/post.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Diagnostics channel - post stream:
test/node-test/diagnostics-channel/post-stream.js#L106
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:01:03 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:519:28)
at node:diagnostics_channel:145:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:01:03 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /home/runner/work/undici/undici/test/node-test/diagnostics-channel/post-stream.js:106:12
at Channel.publish (node:diagnostics_channel:142:9)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:243:24)
at Parser.onHeadersComplete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:494:27)
at wasm_on_headers_complete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:249:22)
at Parser.readMore (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:01:03 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
}
}
|
test/node-test/diagnostics-channel/post-stream.js:
test/node-test/diagnostics-channel/post-stream.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Diagnostics channel - get:
test/node-test/diagnostics-channel/get.js#L104
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:01:28 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:519:28)
at node:diagnostics_channel:145:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:01:28 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /home/runner/work/undici/undici/test/node-test/diagnostics-channel/get.js:104:12
at Channel.publish (node:diagnostics_channel:142:9)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:243:24)
at Parser.onHeadersComplete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:494:27)
at wasm_on_headers_complete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:249:22)
at Parser.readMore (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:01:28 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
}
}
|
test/node-test/diagnostics-channel/get.js:
test/node-test/diagnostics-channel/get.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Process completed with exit code 1.
|
test/node-test/client-dispatch.js:
test/node-test/client-dispatch.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Diagnostics channel - post:
test/node-test/diagnostics-channel/post.js#L104
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:01:13 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:519:28)
at node:diagnostics_channel:146:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:01:13 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /home/runner/work/undici/undici/test/node-test/diagnostics-channel/post.js:104:12
at Channel.publish (node:diagnostics_channel:143:9)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:243:24)
at Parser.onHeadersComplete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:494:27)
at wasm_on_headers_complete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:249:22)
at Parser.readMore (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:01:13 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
}
}
|
test/node-test/diagnostics-channel/post.js:
test/node-test/diagnostics-channel/post.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Diagnostics channel - post stream:
test/node-test/diagnostics-channel/post-stream.js#L106
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:01:15 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:519:28)
at node:diagnostics_channel:146:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:01:15 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /home/runner/work/undici/undici/test/node-test/diagnostics-channel/post-stream.js:106:12
at Channel.publish (node:diagnostics_channel:143:9)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:243:24)
at Parser.onHeadersComplete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:494:27)
at wasm_on_headers_complete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:249:22)
at Parser.readMore (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:01:15 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
}
}
|
test/node-test/diagnostics-channel/post-stream.js:
test/node-test/diagnostics-channel/post-stream.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Diagnostics channel - get:
test/node-test/diagnostics-channel/get.js#L104
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:01:40 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:519:28)
at node:diagnostics_channel:146:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:01:40 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /home/runner/work/undici/undici/test/node-test/diagnostics-channel/get.js:104:12
at Channel.publish (node:diagnostics_channel:143:9)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:243:24)
at Parser.onHeadersComplete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:494:27)
at wasm_on_headers_complete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:249:22)
at Parser.readMore (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:01:40 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
}
}
|
test/node-test/diagnostics-channel/get.js:
test/node-test/diagnostics-channel/get.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Process completed with exit code 1.
|
test/node-test/client-dispatch.js:
test/node-test/client-dispatch.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Diagnostics channel - post:
test/node-test/diagnostics-channel/post.js#L104
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:01:35 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:519:28)
at node:diagnostics_channel:145:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:01:35 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /home/runner/work/undici/undici/test/node-test/diagnostics-channel/post.js:104:12
at Channel.publish (node:diagnostics_channel:142:9)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:243:24)
at Parser.onHeadersComplete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:494:27)
at wasm_on_headers_complete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:249:22)
at Parser.readMore (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:01:35 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
}
}
|
test/node-test/diagnostics-channel/post.js:
test/node-test/diagnostics-channel/post.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Diagnostics channel - post stream:
test/node-test/diagnostics-channel/post-stream.js#L106
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:01:37 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:519:28)
at node:diagnostics_channel:145:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:01:37 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /home/runner/work/undici/undici/test/node-test/diagnostics-channel/post-stream.js:106:12
at Channel.publish (node:diagnostics_channel:142:9)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:243:24)
at Parser.onHeadersComplete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:494:27)
at wasm_on_headers_complete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:249:22)
at Parser.readMore (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:01:37 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
}
}
|
test/node-test/diagnostics-channel/post-stream.js:
test/node-test/diagnostics-channel/post-stream.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Diagnostics channel - get:
test/node-test/diagnostics-channel/get.js#L104
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:02:03 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:519:28)
at node:diagnostics_channel:145:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:02:03 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /home/runner/work/undici/undici/test/node-test/diagnostics-channel/get.js:104:12
at Channel.publish (node:diagnostics_channel:142:9)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:243:24)
at Parser.onHeadersComplete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:494:27)
at wasm_on_headers_complete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:249:22)
at Parser.readMore (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:02:03 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
}
}
|
test/node-test/diagnostics-channel/get.js:
test/node-test/diagnostics-channel/get.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Test with Node.js 21 compiled --without-intl
Process completed with exit code 1.
|
test/node-test/client-dispatch.js:
test/node-test/client-dispatch.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Diagnostics channel - post:
test/node-test/diagnostics-channel/post.js#L104
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:01:34 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:520:28)
at node:diagnostics_channel:146:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:01:34 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /home/runner/work/undici/undici/test/node-test/diagnostics-channel/post.js:104:12
at Channel.publish (node:diagnostics_channel:143:9)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:243:24)
at Parser.onHeadersComplete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:494:27)
at wasm_on_headers_complete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:249:22)
at Parser.readMore (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:01:34 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
}
}
|
test/node-test/diagnostics-channel/post.js:
test/node-test/diagnostics-channel/post.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Diagnostics channel - post stream:
test/node-test/diagnostics-channel/post-stream.js#L106
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:01:36 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:520:28)
at node:diagnostics_channel:146:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:01:36 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /home/runner/work/undici/undici/test/node-test/diagnostics-channel/post-stream.js:106:12
at Channel.publish (node:diagnostics_channel:143:9)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:243:24)
at Parser.onHeadersComplete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:494:27)
at wasm_on_headers_complete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:249:22)
at Parser.readMore (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:01:36 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
}
}
|
test/node-test/diagnostics-channel/post-stream.js:
test/node-test/diagnostics-channel/post-stream.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Diagnostics channel - get:
test/node-test/diagnostics-channel/get.js#L104
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:02:02 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:520:28)
at node:diagnostics_channel:146:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:02:02 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /home/runner/work/undici/undici/test/node-test/diagnostics-channel/get.js:104:12
at Channel.publish (node:diagnostics_channel:143:9)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:243:24)
at Parser.onHeadersComplete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:494:27)
at wasm_on_headers_complete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:249:22)
at Parser.readMore (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:02:02 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
}
}
|
test/node-test/diagnostics-channel/get.js:
test/node-test/diagnostics-channel/get.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Test with Node.js 22 compiled --without-intl
Process completed with exit code 1.
|
test/node-test/client-dispatch.js:
test/node-test/client-dispatch.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Diagnostics channel - post:
test/node-test/diagnostics-channel/post.js#L104
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:01:42 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:519:28)
at node:diagnostics_channel:146:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:01:42 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /Users/runner/work/undici/undici/test/node-test/diagnostics-channel/post.js:104:12
at Channel.publish (node:diagnostics_channel:143:9)
at Request.onHeaders (/Users/runner/work/undici/undici/lib/core/request.js:243:24)
at Parser.onHeadersComplete (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:494:27)
at wasm_on_headers_complete (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:249:22)
at Parser.readMore (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:01:42 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
}
}
|
test/node-test/diagnostics-channel/post.js:
test/node-test/diagnostics-channel/post.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Diagnostics channel - post stream:
test/node-test/diagnostics-channel/post-stream.js#L106
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:02:06 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:519:28)
at node:diagnostics_channel:146:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:02:06 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /Users/runner/work/undici/undici/test/node-test/diagnostics-channel/post-stream.js:106:12
at Channel.publish (node:diagnostics_channel:143:9)
at Request.onHeaders (/Users/runner/work/undici/undici/lib/core/request.js:243:24)
at Parser.onHeadersComplete (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:494:27)
at wasm_on_headers_complete (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:249:22)
at Parser.readMore (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:02:06 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
}
}
|
test/node-test/diagnostics-channel/post-stream.js:
test/node-test/diagnostics-channel/post-stream.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Diagnostics channel - get:
test/node-test/diagnostics-channel/get.js#L104
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:02:12 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:519:28)
at node:diagnostics_channel:146:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:02:12 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /Users/runner/work/undici/undici/test/node-test/diagnostics-channel/get.js:104:12
at Channel.publish (node:diagnostics_channel:143:9)
at Request.onHeaders (/Users/runner/work/undici/undici/lib/core/request.js:243:24)
at Parser.onHeadersComplete (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:494:27)
at wasm_on_headers_complete (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:249:22)
at Parser.readMore (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:02:12 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
}
}
|
test/node-test/diagnostics-channel/get.js:
test/node-test/diagnostics-channel/get.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Process completed with exit code 1.
|
test/node-test/client-dispatch.js:
test/node-test/client-dispatch.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Diagnostics channel - post:
test/node-test/diagnostics-channel/post.js#L104
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:01:44 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:519:28)
at node:diagnostics_channel:145:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:01:44 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /Users/runner/work/undici/undici/test/node-test/diagnostics-channel/post.js:104:12
at Channel.publish (node:diagnostics_channel:142:9)
at Request.onHeaders (/Users/runner/work/undici/undici/lib/core/request.js:243:24)
at Parser.onHeadersComplete (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:494:27)
at wasm_on_headers_complete (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:249:22)
at Parser.readMore (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:01:44 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
}
}
|
test/node-test/diagnostics-channel/post.js:
test/node-test/diagnostics-channel/post.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Diagnostics channel - post stream:
test/node-test/diagnostics-channel/post-stream.js#L106
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:02:09 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:519:28)
at node:diagnostics_channel:145:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:02:09 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /Users/runner/work/undici/undici/test/node-test/diagnostics-channel/post-stream.js:106:12
at Channel.publish (node:diagnostics_channel:142:9)
at Request.onHeaders (/Users/runner/work/undici/undici/lib/core/request.js:243:24)
at Parser.onHeadersComplete (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:494:27)
at wasm_on_headers_complete (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:249:22)
at Parser.readMore (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:02:09 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
}
}
|
test/node-test/diagnostics-channel/post-stream.js:
test/node-test/diagnostics-channel/post-stream.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Diagnostics channel - get:
test/node-test/diagnostics-channel/get.js#L104
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:02:14 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:519:28)
at node:diagnostics_channel:145:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:02:14 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /Users/runner/work/undici/undici/test/node-test/diagnostics-channel/get.js:104:12
at Channel.publish (node:diagnostics_channel:142:9)
at Request.onHeaders (/Users/runner/work/undici/undici/lib/core/request.js:243:24)
at Parser.onHeadersComplete (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:494:27)
at wasm_on_headers_complete (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:249:22)
at Parser.readMore (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:02:14 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
}
}
|
test/node-test/diagnostics-channel/get.js:
test/node-test/diagnostics-channel/get.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Process completed with exit code 1.
|
test/node-test/client-dispatch.js:
test/node-test/client-dispatch.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Diagnostics channel - post:
test/node-test/diagnostics-channel/post.js#L104
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:01:44 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:519:28)
at node:diagnostics_channel:146:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:01:44 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /home/runner/work/undici/undici/test/node-test/diagnostics-channel/post.js:104:12
at Channel.publish (node:diagnostics_channel:143:9)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:243:24)
at Parser.onHeadersComplete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:494:27)
at wasm_on_headers_complete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:249:22)
at Parser.readMore (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:01:44 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
}
}
|
test/node-test/diagnostics-channel/post.js:
test/node-test/diagnostics-channel/post.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Diagnostics channel - post stream:
test/node-test/diagnostics-channel/post-stream.js#L106
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:01:46 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:519:28)
at node:diagnostics_channel:146:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:01:46 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /home/runner/work/undici/undici/test/node-test/diagnostics-channel/post-stream.js:106:12
at Channel.publish (node:diagnostics_channel:143:9)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:243:24)
at Parser.onHeadersComplete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:494:27)
at wasm_on_headers_complete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:249:22)
at Parser.readMore (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:01:46 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
}
}
|
test/node-test/diagnostics-channel/post-stream.js:
test/node-test/diagnostics-channel/post-stream.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Diagnostics channel - get:
test/node-test/diagnostics-channel/get.js#L104
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:02:11 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:519:28)
at node:diagnostics_channel:146:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:02:11 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /home/runner/work/undici/undici/test/node-test/diagnostics-channel/get.js:104:12
at Channel.publish (node:diagnostics_channel:143:9)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:243:24)
at Parser.onHeadersComplete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:494:27)
at wasm_on_headers_complete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:249:22)
at Parser.readMore (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:02:11 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
}
}
|
test/node-test/diagnostics-channel/get.js:
test/node-test/diagnostics-channel/get.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Test with Node.js 20 compiled --without-intl
Process completed with exit code 1.
|
test/node-test/client-dispatch.js:
test/node-test/client-dispatch.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms', code: 'ERR_TEST_FAILURE' }
|
Diagnostics channel - post:
test/node-test/diagnostics-channel/post.js#L104
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:02:10 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:517:28)
at node:diagnostics_channel:144:11 {
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:02:10 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /home/runner/work/undici/undici/test/node-test/diagnostics-channel/post.js:104:12
at Channel.publish (node:diagnostics_channel:141:9)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:243:24)
at Parser.onHeadersComplete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:494:27)
at wasm_on_headers_complete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:249:22)
at Parser.readMore (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:02:10 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
test/node-test/diagnostics-channel/post.js:
test/node-test/diagnostics-channel/post.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms', code: 'ERR_TEST_FAILURE' }
|
Diagnostics channel - post stream:
test/node-test/diagnostics-channel/post-stream.js#L106
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:02:12 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:517:28)
at node:diagnostics_channel:144:11 {
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:02:12 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /home/runner/work/undici/undici/test/node-test/diagnostics-channel/post-stream.js:106:12
at Channel.publish (node:diagnostics_channel:141:9)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:243:24)
at Parser.onHeadersComplete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:494:27)
at wasm_on_headers_complete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:249:22)
at Parser.readMore (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:02:12 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
test/node-test/diagnostics-channel/post-stream.js:
test/node-test/diagnostics-channel/post-stream.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms', code: 'ERR_TEST_FAILURE' }
|
Diagnostics channel - get:
test/node-test/diagnostics-channel/get.js#L104
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:02:31 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:517:28)
at node:diagnostics_channel:144:11 {
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:02:31 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /home/runner/work/undici/undici/test/node-test/diagnostics-channel/get.js:104:12
at Channel.publish (node:diagnostics_channel:141:9)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:243:24)
at Parser.onHeadersComplete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:494:27)
at wasm_on_headers_complete (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:249:22)
at Parser.readMore (/home/runner/work/undici/undici/lib/dispatcher/client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:02:31 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
test/node-test/diagnostics-channel/get.js:
test/node-test/diagnostics-channel/get.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms', code: 'ERR_TEST_FAILURE' }
|
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Process completed with exit code 1.
|
test/node-test/client-dispatch.js:
test/node-test/client-dispatch.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms', code: 'ERR_TEST_FAILURE' }
|
Diagnostics channel - post:
test/node-test/diagnostics-channel/post.js#L104
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:02:06 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:517:28)
at node:diagnostics_channel:144:11 {
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:02:06 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /Users/runner/work/undici/undici/test/node-test/diagnostics-channel/post.js:104:12
at Channel.publish (node:diagnostics_channel:141:9)
at Request.onHeaders (/Users/runner/work/undici/undici/lib/core/request.js:243:24)
at Parser.onHeadersComplete (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:494:27)
at wasm_on_headers_complete (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:249:22)
at Parser.readMore (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:02:06 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
test/node-test/diagnostics-channel/post.js:
test/node-test/diagnostics-channel/post.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms', code: 'ERR_TEST_FAILURE' }
|
Diagnostics channel - post stream:
test/node-test/diagnostics-channel/post-stream.js#L106
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:02:24 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:517:28)
at node:diagnostics_channel:144:11 {
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:02:24 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /Users/runner/work/undici/undici/test/node-test/diagnostics-channel/post-stream.js:106:12
at Channel.publish (node:diagnostics_channel:141:9)
at Request.onHeaders (/Users/runner/work/undici/undici/lib/core/request.js:243:24)
at Parser.onHeadersComplete (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:494:27)
at wasm_on_headers_complete (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:249:22)
at Parser.readMore (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:02:24 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
test/node-test/diagnostics-channel/post-stream.js:
test/node-test/diagnostics-channel/post-stream.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms', code: 'ERR_TEST_FAILURE' }
|
Diagnostics channel - get:
test/node-test/diagnostics-channel/get.js#L104
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:02:36 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:517:28)
at node:diagnostics_channel:144:11 {
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:02:36 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at /Users/runner/work/undici/undici/test/node-test/diagnostics-channel/get.js:104:12
at Channel.publish (node:diagnostics_channel:141:9)
at Request.onHeaders (/Users/runner/work/undici/undici/lib/core/request.js:243:24)
at Parser.onHeadersComplete (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:494:27)
at wasm_on_headers_complete (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:249:22)
at Parser.readMore (/Users/runner/work/undici/undici/lib/dispatcher/client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:02:36 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
test/node-test/diagnostics-channel/get.js:
test/node-test/diagnostics-channel/get.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms', code: 'ERR_TEST_FAILURE' }
|
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Process completed with exit code 1.
|
test\node-test\client-dispatch.js:
test\node-test\client-dispatch.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Diagnostics channel - post:
test\node-test\diagnostics-channel\post.js#L104
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:03:12 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:519:28)
at node:diagnostics_channel:145:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:03:12 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35)
at D:\a\undici\undici\test\node-test\diagnostics-channel\post.js:104:12
at Channel.publish (node:diagnostics_channel:142:9)
at Request.onHeaders (D:\a\undici\undici\lib\core\request.js:243:24)
at Parser.onHeadersComplete (D:\a\undici\undici\lib\dispatcher\client-h1.js:494:27)
at wasm_on_headers_complete (D:\a\undici\undici\lib\dispatcher\client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (D:\a\undici\undici\lib\dispatcher\client-h1.js:249:22)
at Parser.readMore (D:\a\undici\undici\lib\dispatcher\client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:03:12 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
}
}
|
test\node-test\diagnostics-channel\post.js:
test\node-test\diagnostics-channel\post.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Diagnostics channel - post stream:
test\node-test\diagnostics-channel\post-stream.js#L106
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:03:14 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:519:28)
at node:diagnostics_channel:145:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:03:14 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35)
at D:\a\undici\undici\test\node-test\diagnostics-channel\post-stream.js:106:12
at Channel.publish (node:diagnostics_channel:142:9)
at Request.onHeaders (D:\a\undici\undici\lib\core\request.js:243:24)
at Parser.onHeadersComplete (D:\a\undici\undici\lib\dispatcher\client-h1.js:494:27)
at wasm_on_headers_complete (D:\a\undici\undici\lib\dispatcher\client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (D:\a\undici\undici\lib\dispatcher\client-h1.js:249:22)
at Parser.readMore (D:\a\undici\undici\lib\dispatcher\client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:03:14 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
}
}
|
test\node-test\diagnostics-channel\post-stream.js:
test\node-test\diagnostics-channel\post-stream.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Diagnostics channel - get:
test\node-test\diagnostics-channel\get.js#L104
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:03:39 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:519:28)
at node:diagnostics_channel:145:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:03:39 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35)
at D:\a\undici\undici\test\node-test\diagnostics-channel\get.js:104:12
at Channel.publish (node:diagnostics_channel:142:9)
at Request.onHeaders (D:\a\undici\undici\lib\core\request.js:243:24)
at Parser.onHeadersComplete (D:\a\undici\undici\lib\dispatcher\client-h1.js:494:27)
at wasm_on_headers_complete (D:\a\undici\undici\lib\dispatcher\client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (D:\a\undici\undici\lib\dispatcher\client-h1.js:249:22)
at Parser.readMore (D:\a\undici\undici\lib\dispatcher\client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:03:39 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
}
}
|
test\node-test\diagnostics-channel\get.js:
test\node-test\diagnostics-channel\get.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Process completed with exit code 1.
|
test\node-test\client-dispatch.js:
test\node-test\client-dispatch.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Diagnostics channel - post:
test\node-test\diagnostics-channel\post.js#L104
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:03:57 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:519:28)
at node:diagnostics_channel:146:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:03:57 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35)
at D:\a\undici\undici\test\node-test\diagnostics-channel\post.js:104:12
at Channel.publish (node:diagnostics_channel:143:9)
at Request.onHeaders (D:\a\undici\undici\lib\core\request.js:243:24)
at Parser.onHeadersComplete (D:\a\undici\undici\lib\dispatcher\client-h1.js:494:27)
at wasm_on_headers_complete (D:\a\undici\undici\lib\dispatcher\client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (D:\a\undici\undici\lib\dispatcher\client-h1.js:249:22)
at Parser.readMore (D:\a\undici\undici\lib\dispatcher\client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:03:57 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
}
}
|
test\node-test\diagnostics-channel\post.js:
test\node-test\diagnostics-channel\post.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Diagnostics channel - post stream:
test\node-test\diagnostics-channel\post-stream.js#L106
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:03:58 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:519:28)
at node:diagnostics_channel:146:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:03:58 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35)
at D:\a\undici\undici\test\node-test\diagnostics-channel\post-stream.js:106:12
at Channel.publish (node:diagnostics_channel:143:9)
at Request.onHeaders (D:\a\undici\undici\lib\core\request.js:243:24)
at Parser.onHeadersComplete (D:\a\undici\undici\lib\dispatcher\client-h1.js:494:27)
at wasm_on_headers_complete (D:\a\undici\undici\lib\dispatcher\client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (D:\a\undici\undici\lib\dispatcher\client-h1.js:249:22)
at Parser.readMore (D:\a\undici\undici\lib\dispatcher\client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:03:58 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
}
}
|
test\node-test\diagnostics-channel\post-stream.js:
test\node-test\diagnostics-channel\post-stream.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Diagnostics channel - get:
test\node-test\diagnostics-channel\get.js#L104
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:04:23 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:519:28)
at node:diagnostics_channel:146:11 {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:04:23 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35)
at D:\a\undici\undici\test\node-test\diagnostics-channel\get.js:104:12
at Channel.publish (node:diagnostics_channel:143:9)
at Request.onHeaders (D:\a\undici\undici\lib\core\request.js:243:24)
at Parser.onHeadersComplete (D:\a\undici\undici\lib\dispatcher\client-h1.js:494:27)
at wasm_on_headers_complete (D:\a\undici\undici\lib\dispatcher\client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (D:\a\undici\undici\lib\dispatcher\client-h1.js:249:22)
at Parser.readMore (D:\a\undici\undici\lib\dispatcher\client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:04:23 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
}
}
|
test\node-test\diagnostics-channel\get.js:
test\node-test\diagnostics-channel\get.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Process completed with exit code 1.
|
test\node-test\client-dispatch.js:
test\node-test\client-dispatch.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms', code: 'ERR_TEST_FAILURE' }
|
Diagnostics channel - post:
test\node-test\diagnostics-channel\post.js#L104
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:04:37 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:517:28)
at node:diagnostics_channel:144:11 {
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:04:37 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35)
at D:\a\undici\undici\test\node-test\diagnostics-channel\post.js:104:12
at Channel.publish (node:diagnostics_channel:141:9)
at Request.onHeaders (D:\a\undici\undici\lib\core\request.js:243:24)
at Parser.onHeadersComplete (D:\a\undici\undici\lib\dispatcher\client-h1.js:494:27)
at wasm_on_headers_complete (D:\a\undici\undici\lib\dispatcher\client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (D:\a\undici\undici\lib\dispatcher\client-h1.js:249:22)
at Parser.readMore (D:\a\undici\undici\lib\dispatcher\client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:04:37 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
test\node-test\diagnostics-channel\post.js:
test\node-test\diagnostics-channel\post.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms', code: 'ERR_TEST_FAILURE' }
|
Diagnostics channel - post stream:
test\node-test\diagnostics-channel\post-stream.js#L106
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:04:38 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:517:28)
at node:diagnostics_channel:144:11 {
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:04:38 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35)
at D:\a\undici\undici\test\node-test\diagnostics-channel\post-stream.js:106:12
at Channel.publish (node:diagnostics_channel:141:9)
at Request.onHeaders (D:\a\undici\undici\lib\core\request.js:243:24)
at Parser.onHeadersComplete (D:\a\undici\undici\lib\dispatcher\client-h1.js:494:27)
at wasm_on_headers_complete (D:\a\undici\undici\lib\dispatcher\client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (D:\a\undici\undici\lib\dispatcher\client-h1.js:249:22)
at Parser.readMore (D:\a\undici\undici\lib\dispatcher\client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:04:38 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
test\node-test\diagnostics-channel\post-stream.js:
test\node-test\diagnostics-channel\post-stream.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms', code: 'ERR_TEST_FAILURE' }
|
Diagnostics channel - get:
test\node-test\diagnostics-channel\get.js#L104
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:04:58 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at process.emit (node:events:517:28)
at node:diagnostics_channel:144:11 {
failureType: 'uncaughtException',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
+ {
+ 'content-type': 'text/plain',
+ 'keep-alive': 'timeout=5',
+ 'transfer-encoding': 'chunked',
+ connection: 'keep-alive',
+ date: 'Fri, 19 Jul 2024 08:04:58 GMT',
+ trailer: 'foo'
+ }
...
- [
- Buffer(12) [Uint8Array] [
- 67,
- 111,
- 110,
- 116,
- 101,
- 110,
- 116,
- 45,
- 84,
- 121,
- 112,
- 101
- ],
- Buffer(10) [Uint8Array] [
- 116,
- 101,
- 120,
- 116,
- 47,
- 112,
- 108,
- 97,
- 105,
- 110
- ],
- Buffer(7) [Uint8Array] [
- 116,
- 114,
- 97,
- 105,
- 108,
- 101,
- 114
- ],
- Buffer(3) [Uint8Array] [
- 102,
- 111,
- 111
- ],
- Buffer(4) [Uint8Array] [
- 68,
...
at res.<computed> [as deepStrictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35)
at D:\a\undici\undici\test\node-test\diagnostics-channel\get.js:104:12
at Channel.publish (node:diagnostics_channel:141:9)
at Request.onHeaders (D:\a\undici\undici\lib\core\request.js:243:24)
at Parser.onHeadersComplete (D:\a\undici\undici\lib\dispatcher\client-h1.js:494:27)
at wasm_on_headers_complete (D:\a\undici\undici\lib\dispatcher\client-h1.js:108:30)
at wasm://wasm/00032d9a:wasm-function[10]:0x56f
at wasm://wasm/00032d9a:wasm-function[20]:0x7d57
at Parser.execute (D:\a\undici\undici\lib\dispatcher\client-h1.js:249:22)
at Parser.readMore (D:\a\undici\undici\lib\dispatcher\client-h1.js:218:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: { 'content-type': 'text/plain', trailer: 'foo', date: 'Fri, 19 Jul 2024 08:04:58 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'transfer-encoding': 'chunked' },
expected: [ <Buffer 43 6f 6e 74 65 6e 74 2d 54 79 70 65>, <Buffer 74 65 78 74 2f 70 6c 61 69 6e>, <Buffer 74 72 61 69 6c 65 72>, <Buffer 66 6f 6f>, <Buffer 44 61 74 65>, undefined, <Buffer 43 6f 6e 6e 65 63 74 69 6f 6e>, <Buffer 6b 65 65 70 2d 61 6c 69 76 65>, <Buffer 4b 65 65 70 2d 41 6c 69 76 65>, <Buffer 74 69 6d 65 6f 75 74 3d 35>, <Buffer 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67>, <Buffer 63 68 75 6e 6b 65 64> ],
operator: 'deepStrictEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
test\node-test\diagnostics-channel\get.js:
test\node-test\diagnostics-channel\get.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms', code: 'ERR_TEST_FAILURE' }
|
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Process completed with exit code 1.
|
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 957
Suites 📂: 74
Passed ✅: 953
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 4
Todo 📝: 0
Duration 🕐: 27189.867ms
|
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 189
Suites 📂: 6
Passed ✅: 176
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 2979.196ms
|
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 3
Suites 📂: 0
Passed ✅: 3
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 110.863ms
|
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 89
Suites 📂: 0
Passed ✅: 89
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 6295.363ms
|
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 369
Suites 📂: 12
Passed ✅: 369
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 34847.855ms
|
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 18
Suites 📂: 4
Passed ✅: 18
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 147.943ms
|
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 1
Suites 📂: 1
Passed ✅: 1
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 118.153ms
|
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 66
Suites 📂: 6
Passed ✅: 66
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 1449.467ms
|
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 95
Suites 📂: 16
Passed ✅: 95
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 10925.189ms
|
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 74
Suites 📂: 12
Passed ✅: 74
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 3773.216ms
|
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 957
Suites 📂: 74
Passed ✅: 952
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 5
Todo 📝: 0
Duration 🕐: 28359.027ms
|
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 189
Suites 📂: 6
Passed ✅: 176
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 3054.107ms
|
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 3
Suites 📂: 0
Passed ✅: 3
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 111.243ms
|
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 89
Suites 📂: 0
Passed ✅: 89
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 6313.040ms
|
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 369
Suites 📂: 12
Passed ✅: 369
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 37570.089ms
|
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 18
Suites 📂: 4
Passed ✅: 18
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 136.779ms
|
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 1
Suites 📂: 1
Passed ✅: 1
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 128.566ms
|
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 66
Suites 📂: 6
Passed ✅: 66
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 1387.684ms
|
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 95
Suites 📂: 16
Passed ✅: 95
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 10999.549ms
|
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 74
Suites 📂: 12
Passed ✅: 74
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 4033.321ms
|
Test with Node.js 21 compiled --without-intl
Total Tests: 957
Suites 📂: 74
Passed ✅: 953
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 4
Todo 📝: 0
Duration 🕐: 27404.831ms
|
Test with Node.js 21 compiled --without-intl
Total Tests: 189
Suites 📂: 6
Passed ✅: 176
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 2987.419ms
|
Test with Node.js 21 compiled --without-intl
Total Tests: 369
Suites 📂: 12
Passed ✅: 369
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 45221.427ms
|
Test with Node.js 21 compiled --without-intl
Total Tests: 18
Suites 📂: 4
Passed ✅: 18
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 138.477ms
|
Test with Node.js 21 compiled --without-intl
Total Tests: 1
Suites 📂: 1
Passed ✅: 1
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 151.824ms
|
Test with Node.js 21 compiled --without-intl
Total Tests: 3
Suites 📂: 0
Passed ✅: 3
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 110.834ms
|
Test with Node.js 21 compiled --without-intl
Total Tests: 89
Suites 📂: 0
Passed ✅: 89
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 6314.235ms
|
Test with Node.js 21 compiled --without-intl
Total Tests: 66
Suites 📂: 6
Passed ✅: 66
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 1469.676ms
|
Test with Node.js 21 compiled --without-intl
Total Tests: 95
Suites 📂: 16
Passed ✅: 95
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 10957.961ms
|
Test with Node.js 21 compiled --without-intl
Total Tests: 185
Suites 📂: 3
Passed ✅: 177
Failed ❌: 3
Canceled 🚫: 4
Skipped ⏭️: 1
Todo 📝: 0
Duration 🕐: 60419.147ms
|
Test with Node.js 22 compiled --without-intl
Total Tests: 957
Suites 📂: 74
Passed ✅: 952
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 5
Todo 📝: 0
Duration 🕐: 27533.861ms
|
Test with Node.js 22 compiled --without-intl
Total Tests: 189
Suites 📂: 6
Passed ✅: 176
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 3007.500ms
|
Test with Node.js 22 compiled --without-intl
Total Tests: 369
Suites 📂: 12
Passed ✅: 369
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 42358.815ms
|
Test with Node.js 22 compiled --without-intl
Total Tests: 18
Suites 📂: 4
Passed ✅: 18
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 156.258ms
|
Test with Node.js 22 compiled --without-intl
Total Tests: 1
Suites 📂: 1
Passed ✅: 1
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 150.739ms
|
Test with Node.js 22 compiled --without-intl
Total Tests: 3
Suites 📂: 0
Passed ✅: 3
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 120.820ms
|
Test with Node.js 22 compiled --without-intl
Total Tests: 89
Suites 📂: 0
Passed ✅: 89
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 6299.128ms
|
Test with Node.js 22 compiled --without-intl
Total Tests: 66
Suites 📂: 6
Passed ✅: 66
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 1512.107ms
|
Test with Node.js 22 compiled --without-intl
Total Tests: 95
Suites 📂: 16
Passed ✅: 95
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 10975.201ms
|
Test with Node.js 22 compiled --without-intl
Total Tests: 185
Suites 📂: 3
Passed ✅: 177
Failed ❌: 3
Canceled 🚫: 4
Skipped ⏭️: 1
Todo 📝: 0
Duration 🕐: 60451.085ms
|
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 957
Suites 📂: 74
Passed ✅: 952
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 5
Todo 📝: 0
Duration 🕐: 34952.731ms
|
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 189
Suites 📂: 6
Passed ✅: 176
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 2875.661ms
|
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 3
Suites 📂: 0
Passed ✅: 3
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 120.088ms
|
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 89
Suites 📂: 0
Passed ✅: 89
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 6266.919ms
|
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 369
Suites 📂: 12
Passed ✅: 369
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 69615.160ms
|
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 18
Suites 📂: 4
Passed ✅: 18
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 106.645ms
|
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 1
Suites 📂: 1
Passed ✅: 1
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 81.015ms
|
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 66
Suites 📂: 6
Passed ✅: 66
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 883.540ms
|
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 95
Suites 📂: 16
Passed ✅: 95
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 13243.496ms
|
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 74
Suites 📂: 12
Passed ✅: 74
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 3718.012ms
|
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 957
Suites 📂: 74
Passed ✅: 953
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 4
Todo 📝: 0
Duration 🕐: 34296.843ms
|
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 189
Suites 📂: 6
Passed ✅: 176
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 2834.696ms
|
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 3
Suites 📂: 0
Passed ✅: 3
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 121.338ms
|
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 89
Suites 📂: 0
Passed ✅: 89
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 6234.742ms
|
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 369
Suites 📂: 12
Passed ✅: 369
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 77173.789ms
|
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 18
Suites 📂: 4
Passed ✅: 18
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 107.597ms
|
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 1
Suites 📂: 1
Passed ✅: 1
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 80.300ms
|
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 66
Suites 📂: 6
Passed ✅: 66
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 877.831ms
|
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 95
Suites 📂: 16
Passed ✅: 95
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 13187.068ms
|
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 74
Suites 📂: 12
Passed ✅: 74
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 3586.756ms
|
Test with Node.js 20 compiled --without-intl
Total Tests: 957
Suites 📂: 74
Passed ✅: 952
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 5
Todo 📝: 0
Duration 🕐: 28775.394ms
|
Test with Node.js 20 compiled --without-intl
Total Tests: 189
Suites 📂: 6
Passed ✅: 176
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 3042.814ms
|
Test with Node.js 20 compiled --without-intl
Total Tests: 369
Suites 📂: 12
Passed ✅: 369
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 50342.823ms
|
Test with Node.js 20 compiled --without-intl
Total Tests: 18
Suites 📂: 4
Passed ✅: 18
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 151.135ms
|
Test with Node.js 20 compiled --without-intl
Total Tests: 1
Suites 📂: 1
Passed ✅: 1
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 140.153ms
|
Test with Node.js 20 compiled --without-intl
Total Tests: 3
Suites 📂: 0
Passed ✅: 3
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 128.396ms
|
Test with Node.js 20 compiled --without-intl
Total Tests: 89
Suites 📂: 0
Passed ✅: 89
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 6315.220ms
|
Test with Node.js 20 compiled --without-intl
Total Tests: 66
Suites 📂: 6
Passed ✅: 66
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 1570.351ms
|
Test with Node.js 20 compiled --without-intl
Total Tests: 95
Suites 📂: 16
Passed ✅: 95
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 11046.849ms
|
Test with Node.js 20 compiled --without-intl
Total Tests: 185
Suites 📂: 3
Passed ✅: 177
Failed ❌: 3
Canceled 🚫: 4
Skipped ⏭️: 1
Todo 📝: 0
Duration 🕐: 60480.594ms
|
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 957
Suites 📂: 74
Passed ✅: 953
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 4
Todo 📝: 0
Duration 🕐: 34493.311ms
|
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 189
Suites 📂: 6
Passed ✅: 176
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 3031.637ms
|
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 3
Suites 📂: 0
Passed ✅: 3
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 128.474ms
|
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 89
Suites 📂: 0
Passed ✅: 89
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 11675.927ms
|
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 369
Suites 📂: 12
Passed ✅: 367
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 2
Todo 📝: 0
Duration 🕐: 65360.915ms
|
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 18
Suites 📂: 4
Passed ✅: 18
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 173.831ms
|
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 1
Suites 📂: 1
Passed ✅: 1
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 147.991ms
|
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 66
Suites 📂: 6
Passed ✅: 66
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 1517.136ms
|
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 95
Suites 📂: 16
Passed ✅: 95
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 16590.096ms
|
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 74
Suites 📂: 12
Passed ✅: 74
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 4079.865ms
|
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 957
Suites 📂: 74
Passed ✅: 953
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 4
Todo 📝: 0
Duration 🕐: 42712.361ms
|
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 189
Suites 📂: 6
Passed ✅: 176
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 2795.509ms
|
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 3
Suites 📂: 0
Passed ✅: 3
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 117.806ms
|
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 89
Suites 📂: 0
Passed ✅: 89
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 11905.605ms
|
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 369
Suites 📂: 12
Passed ✅: 367
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 2
Todo 📝: 0
Duration 🕐: 62253.565ms
|
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 18
Suites 📂: 4
Passed ✅: 18
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 114.064ms
|
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 1
Suites 📂: 1
Passed ✅: 1
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 90.969ms
|
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 66
Suites 📂: 6
Passed ✅: 66
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 878.241ms
|
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 95
Suites 📂: 16
Passed ✅: 95
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 21961.862ms
|
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 74
Suites 📂: 12
Passed ✅: 74
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 3703.127ms
|
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 957
Suites 📂: 74
Passed ✅: 953
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 4
Todo 📝: 0
Duration 🕐: 30082.178ms
|
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 189
Suites 📂: 6
Passed ✅: 176
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 3261.197ms
|
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 3
Suites 📂: 0
Passed ✅: 3
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 154.561ms
|
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 80
Suites 📂: 0
Passed ✅: 80
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 6508.728ms
|
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 369
Suites 📂: 12
Passed ✅: 369
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 44929.646ms
|
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 18
Suites 📂: 4
Passed ✅: 18
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 203.905ms
|
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 1
Suites 📂: 1
Passed ✅: 1
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 194.293ms
|
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 66
Suites 📂: 6
Passed ✅: 66
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 1935.001ms
|
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 95
Suites 📂: 16
Passed ✅: 95
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 11337.267ms
|
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 74
Suites 📂: 12
Passed ✅: 74
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 4154.858ms
|
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 957
Suites 📂: 74
Passed ✅: 952
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 5
Todo 📝: 0
Duration 🕐: 32820.481ms
|
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 189
Suites 📂: 6
Passed ✅: 176
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 3473.677ms
|
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 3
Suites 📂: 0
Passed ✅: 3
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 381.675ms
|
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 80
Suites 📂: 0
Passed ✅: 80
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 6507.107ms
|
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 369
Suites 📂: 12
Passed ✅: 369
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 48531.439ms
|
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 18
Suites 📂: 4
Passed ✅: 18
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 250.102ms
|
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 1
Suites 📂: 1
Passed ✅: 1
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 301.289ms
|
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 66
Suites 📂: 6
Passed ✅: 66
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 2503.104ms
|
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 95
Suites 📂: 16
Passed ✅: 95
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 11335.622ms
|
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 74
Suites 📂: 12
Passed ✅: 74
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 4401.701ms
|
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 957
Suites 📂: 74
Passed ✅: 953
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 4
Todo 📝: 0
Duration 🕐: 37713.452ms
|
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 189
Suites 📂: 6
Passed ✅: 176
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 3420.019ms
|
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 3
Suites 📂: 0
Passed ✅: 3
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 803.462ms
|
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 80
Suites 📂: 0
Passed ✅: 80
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 11597.552ms
|
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 369
Suites 📂: 12
Passed ✅: 367
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 2
Todo 📝: 0
Duration 🕐: 69626.971ms
|
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 18
Suites 📂: 4
Passed ✅: 18
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 320.385ms
|
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 1
Suites 📂: 1
Passed ✅: 1
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 264.696ms
|
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 66
Suites 📂: 6
Passed ✅: 66
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 2387.458ms
|
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 95
Suites 📂: 16
Passed ✅: 95
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 16090.200ms
|
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 74
Suites 📂: 12
Passed ✅: 74
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 0
Todo 📝: 0
Duration 🕐: 4563.718ms
|