feat: implement BodyReadable.bytes
#14112
nodejs.yml
on: pull_request
Matrix: test-without-intl
Matrix: test
dependency-review
10s
Lint
32s
Fuzzing
3m 28s
Test TypeScript types
32s
automerge
0s
Annotations
75 errors and 15 notices
.arrayBuffer():
test/readable.js#L83
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at TestContext.<anonymous> (/home/runner/work/undici/undici/test/readable.js:83:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:640:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:382:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: ArrayBuffer { [Uint8Contents]: <>, byteLength: 0 },
expected: ArrayBuffer { [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>, byteLength: 11 },
operator: 'deepStrictEqual'
}
}
|
request arrayBuffer:
test/client-request.js#L651
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at Server.<anonymous> (/home/runner/work/undici/undici/test/client-request.js:651:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: <Buffer >,
operator: 'deepStrictEqual'
}
}
|
request bytes:
test/client-request.js#L677
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at Server.<anonymous> (/home/runner/work/undici/undici/test/client-request.js:677:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: Uint8Array(0) [],
operator: 'deepStrictEqual'
}
}
|
test/client-request.js:
test/client-request.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.
|
.arrayBuffer():
test/readable.js#L83
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at TestContext.<anonymous> (/home/runner/work/undici/undici/test/readable.js:83:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:857:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:565:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: ArrayBuffer { [Uint8Contents]: <>, byteLength: 0 },
expected: ArrayBuffer { [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>, byteLength: 11 },
operator: 'deepStrictEqual'
}
}
|
request arrayBuffer:
test/client-request.js#L651
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at process.emit (node:events:520:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at Server.<anonymous> (/home/runner/work/undici/undici/test/client-request.js:651:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: <Buffer >,
operator: 'deepStrictEqual'
}
}
|
request bytes:
test/client-request.js#L677
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at process.emit (node:events:520:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at Server.<anonymous> (/home/runner/work/undici/undici/test/client-request.js:677:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: Uint8Array(0) [],
operator: 'deepStrictEqual'
}
}
|
test/client-request.js:
test/client-request.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Process completed with exit code 1.
|
.arrayBuffer():
test/readable.js#L83
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at TestContext.<anonymous> (/home/runner/work/undici/undici/test/readable.js:83:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:765:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:492:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: ArrayBuffer { [Uint8Contents]: <>, byteLength: 0 },
expected: ArrayBuffer { [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>, byteLength: 11 },
operator: 'deepStrictEqual'
}
}
|
request arrayBuffer:
test/client-request.js#L651
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at Server.<anonymous> (/home/runner/work/undici/undici/test/client-request.js:651:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: <Buffer >,
operator: 'deepStrictEqual'
}
}
|
request bytes:
test/client-request.js#L677
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at Server.<anonymous> (/home/runner/work/undici/undici/test/client-request.js:677:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: Uint8Array(0) [],
operator: 'deepStrictEqual'
}
}
|
test/client-request.js:
test/client-request.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.
|
.arrayBuffer():
test/readable.js#L83
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}] {
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at TestContext.<anonymous> (/home/runner/work/undici/undici/test/readable.js:83:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:632:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:374:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: ArrayBuffer { [Uint8Contents]: <>, byteLength: 0 },
expected: ArrayBuffer { [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>, byteLength: 11 },
operator: 'deepStrictEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
request arrayBuffer:
test/client-request.js#L651
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at process.emit (node:events:517:28) {
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at Server.<anonymous> (/home/runner/work/undici/undici/test/client-request.js:651:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: <Buffer >,
operator: 'deepStrictEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
request bytes:
test/client-request.js#L677
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at process.emit (node:events:517:28) {
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at Server.<anonymous> (/home/runner/work/undici/undici/test/client-request.js:677:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: Uint8Array(0) [],
operator: 'deepStrictEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
test/client-request.js:
test/client-request.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.
|
.arrayBuffer():
test/readable.js#L83
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}
at res.<computed> [as deepStrictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/readable.js:83:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:765:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:492:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: ArrayBuffer { [Uint8Contents]: <>, byteLength: 0 },
expected: ArrayBuffer { [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>, byteLength: 11 },
operator: 'deepStrictEqual'
}
}
|
request arrayBuffer:
test/client-request.js#L651
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at res.<computed> [as deepStrictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at Server.<anonymous> (/Users/runner/work/undici/undici/test/client-request.js:651:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: <Buffer >,
operator: 'deepStrictEqual'
}
}
|
request bytes:
test/client-request.js#L677
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at res.<computed> [as deepStrictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at Server.<anonymous> (/Users/runner/work/undici/undici/test/client-request.js:677:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: Uint8Array(0) [],
operator: 'deepStrictEqual'
}
}
|
test/client-request.js:
test/client-request.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.
|
.arrayBuffer():
test/readable.js#L83
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}
at res.<computed> [as deepStrictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/readable.js:83:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:857:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:565:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: ArrayBuffer { [Uint8Contents]: <>, byteLength: 0 },
expected: ArrayBuffer { [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>, byteLength: 11 },
operator: 'deepStrictEqual'
}
}
|
request arrayBuffer:
test/client-request.js#L651
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at process.emit (node:events:520:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at res.<computed> [as deepStrictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at Server.<anonymous> (/Users/runner/work/undici/undici/test/client-request.js:651:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: <Buffer >,
operator: 'deepStrictEqual'
}
}
|
request bytes:
test/client-request.js#L677
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at process.emit (node:events:520:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at res.<computed> [as deepStrictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at Server.<anonymous> (/Users/runner/work/undici/undici/test/client-request.js:677:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: Uint8Array(0) [],
operator: 'deepStrictEqual'
}
}
|
test/client-request.js:
test/client-request.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Process completed with exit code 1.
|
.arrayBuffer():
test/readable.js#L83
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}
at res.<computed> [as deepStrictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/readable.js:83:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:640:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:382:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: ArrayBuffer { [Uint8Contents]: <>, byteLength: 0 },
expected: ArrayBuffer { [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>, byteLength: 11 },
operator: 'deepStrictEqual'
}
}
|
request arrayBuffer:
test/client-request.js#L651
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at res.<computed> [as deepStrictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at Server.<anonymous> (/Users/runner/work/undici/undici/test/client-request.js:651:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: <Buffer >,
operator: 'deepStrictEqual'
}
}
|
request bytes:
test/client-request.js#L677
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at res.<computed> [as deepStrictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at Server.<anonymous> (/Users/runner/work/undici/undici/test/client-request.js:677:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: Uint8Array(0) [],
operator: 'deepStrictEqual'
}
}
|
test/client-request.js:
test/client-request.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.
|
.arrayBuffer():
test/readable.js#L83
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}] {
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}
at res.<computed> [as deepStrictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/readable.js:83:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:632:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:374:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: ArrayBuffer { [Uint8Contents]: <>, byteLength: 0 },
expected: ArrayBuffer { [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>, byteLength: 11 },
operator: 'deepStrictEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
request arrayBuffer:
test/client-request.js#L651
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at process.emit (node:events:517:28) {
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at res.<computed> [as deepStrictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at Server.<anonymous> (/Users/runner/work/undici/undici/test/client-request.js:651:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: <Buffer >,
operator: 'deepStrictEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
request bytes:
test/client-request.js#L677
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at process.emit (node:events:517:28) {
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at res.<computed> [as deepStrictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at Server.<anonymous> (/Users/runner/work/undici/undici/test/client-request.js:677:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: Uint8Array(0) [],
operator: 'deepStrictEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
test/client-request.js:
test/client-request.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.
|
.arrayBuffer():
test\readable.js#L83
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}
at res.<computed> [as deepStrictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35)
at TestContext.<anonymous> (D:\a\undici\undici\test\readable.js:83:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:857:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:565:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: ArrayBuffer { [Uint8Contents]: <>, byteLength: 0 },
expected: ArrayBuffer { [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>, byteLength: 11 },
operator: 'deepStrictEqual'
}
}
|
request arrayBuffer:
test\client-request.js#L651
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at process.emit (node:events:520:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at res.<computed> [as deepStrictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35)
at Server.<anonymous> (D:\a\undici\undici\test\client-request.js:651:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: <Buffer >,
operator: 'deepStrictEqual'
}
}
|
request bytes:
test\client-request.js#L677
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at process.emit (node:events:520:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at res.<computed> [as deepStrictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35)
at Server.<anonymous> (D:\a\undici\undici\test\client-request.js:677:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: Uint8Array(0) [],
operator: 'deepStrictEqual'
}
}
|
test\client-request.js:
test\client-request.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Process completed with exit code 1.
|
.arrayBuffer():
test\readable.js#L83
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}] {
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}
at res.<computed> [as deepStrictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35)
at TestContext.<anonymous> (D:\a\undici\undici\test\readable.js:83:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:632:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:374:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: ArrayBuffer { [Uint8Contents]: <>, byteLength: 0 },
expected: ArrayBuffer { [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>, byteLength: 11 },
operator: 'deepStrictEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
request arrayBuffer:
test\client-request.js#L651
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at process.emit (node:events:517:28) {
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at res.<computed> [as deepStrictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35)
at Server.<anonymous> (D:\a\undici\undici\test\client-request.js:651:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: <Buffer >,
operator: 'deepStrictEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
request bytes:
test\client-request.js#L677
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at process.emit (node:events:517:28) {
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at res.<computed> [as deepStrictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35)
at Server.<anonymous> (D:\a\undici\undici\test\client-request.js:677:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: Uint8Array(0) [],
operator: 'deepStrictEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
test\client-request.js:
test\client-request.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.
|
.arrayBuffer():
test\readable.js#L83
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}
at res.<computed> [as deepStrictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35)
at TestContext.<anonymous> (D:\a\undici\undici\test\readable.js:83:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:640:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:382:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: ArrayBuffer { [Uint8Contents]: <>, byteLength: 0 },
expected: ArrayBuffer { [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>, byteLength: 11 },
operator: 'deepStrictEqual'
}
}
|
request arrayBuffer:
test\client-request.js#L651
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at res.<computed> [as deepStrictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35)
at Server.<anonymous> (D:\a\undici\undici\test\client-request.js:651:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: <Buffer >,
operator: 'deepStrictEqual'
}
}
|
request bytes:
test\client-request.js#L677
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at res.<computed> [as deepStrictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35)
at Server.<anonymous> (D:\a\undici\undici\test\client-request.js:677:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: Uint8Array(0) [],
operator: 'deepStrictEqual'
}
}
|
test\client-request.js:
test\client-request.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.
|
.arrayBuffer():
test\readable.js#L83
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}
at res.<computed> [as deepStrictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35)
at TestContext.<anonymous> (D:\a\undici\undici\test\readable.js:83:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:765:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:492:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: ArrayBuffer { [Uint8Contents]: <>, byteLength: 0 },
expected: ArrayBuffer { [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>, byteLength: 11 },
operator: 'deepStrictEqual'
}
}
|
request arrayBuffer:
test\client-request.js#L651
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at res.<computed> [as deepStrictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35)
at Server.<anonymous> (D:\a\undici\undici\test\client-request.js:651:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: <Buffer >,
operator: 'deepStrictEqual'
}
}
|
request bytes:
test\client-request.js#L677
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at res.<computed> [as deepStrictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35)
at Server.<anonymous> (D:\a\undici\undici\test\client-request.js:677:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: Uint8Array(0) [],
operator: 'deepStrictEqual'
}
}
|
test\client-request.js:
test\client-request.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.
|
.arrayBuffer():
test/readable.js#L83
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at TestContext.<anonymous> (/home/runner/work/undici/undici/test/readable.js:83:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:765:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:492:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: ArrayBuffer { [Uint8Contents]: <>, byteLength: 0 },
expected: ArrayBuffer { [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>, byteLength: 11 },
operator: 'deepStrictEqual'
}
}
|
request arrayBuffer:
test/client-request.js#L651
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at Server.<anonymous> (/home/runner/work/undici/undici/test/client-request.js:651:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: <Buffer >,
operator: 'deepStrictEqual'
}
}
|
request bytes:
test/client-request.js#L677
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at Server.<anonymous> (/home/runner/work/undici/undici/test/client-request.js:677:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: Uint8Array(0) [],
operator: 'deepStrictEqual'
}
}
|
test/client-request.js:
test/client-request.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.
|
.arrayBuffer():
test/readable.js#L83
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at TestContext.<anonymous> (/home/runner/work/undici/undici/test/readable.js:83:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:640:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:382:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: ArrayBuffer { [Uint8Contents]: <>, byteLength: 0 },
expected: ArrayBuffer { [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>, byteLength: 11 },
operator: 'deepStrictEqual'
}
}
|
request arrayBuffer:
test/client-request.js#L651
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at Server.<anonymous> (/home/runner/work/undici/undici/test/client-request.js:651:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: <Buffer >,
operator: 'deepStrictEqual'
}
}
|
request bytes:
test/client-request.js#L677
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at Server.<anonymous> (/home/runner/work/undici/undici/test/client-request.js:677:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: Uint8Array(0) [],
operator: 'deepStrictEqual'
}
}
|
test/client-request.js:
test/client-request.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.
|
.arrayBuffer():
test/readable.js#L83
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
ArrayBuffer {
+ [Uint8Contents]: <>,
+ byteLength: 0
- [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>,
- byteLength: 11
}
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at TestContext.<anonymous> (/home/runner/work/undici/undici/test/readable.js:83:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Test.run (node:internal/test_runner/test:857:9)
at async Suite.processPendingSubtests (node:internal/test_runner/test:565:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: ArrayBuffer { [Uint8Contents]: <>, byteLength: 0 },
expected: ArrayBuffer { [Uint8Contents]: <68 65 6c 6c 6f 20 77 6f 72 6c 64>, byteLength: 11 },
operator: 'deepStrictEqual'
}
}
|
request arrayBuffer:
test/client-request.js#L651
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at process.emit (node:events:520:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Buffer(0) [Uint8Array] []
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at Server.<anonymous> (/home/runner/work/undici/undici/test/client-request.js:651:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: <Buffer >,
operator: 'deepStrictEqual'
}
}
|
request bytes:
test/client-request.js#L677
Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at process.emit (node:events:520:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Buffer(12) [Uint8Array] [
+ 123,
+ 34,
+ 97,
+ 115,
+ 100,
+ 34,
+ 58,
+ 116,
+ 114,
+ 117,
+ 101,
+ 125
+ ]
- Uint8Array(0) []
at res.<computed> [as deepStrictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at Server.<anonymous> (/home/runner/work/undici/undici/test/client-request.js:677:7)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: <Buffer 7b 22 61 73 64 22 3a 74 72 75 65 7d>,
expected: Uint8Array(0) [],
operator: 'deepStrictEqual'
}
}
|
test/client-request.js:
test/client-request.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 (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 964
Suites 📂: 76
Passed ✅: 956
Failed ❌: 3
Canceled 🚫: 1
Skipped ⏭️: 4
Todo 📝: 0
Duration 🕐: 52441.299ms
|
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 964
Suites 📂: 76
Passed ✅: 955
Failed ❌: 3
Canceled 🚫: 1
Skipped ⏭️: 5
Todo 📝: 0
Duration 🕐: 54975.239ms
|
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 964
Suites 📂: 76
Passed ✅: 955
Failed ❌: 3
Canceled 🚫: 1
Skipped ⏭️: 5
Todo 📝: 0
Duration 🕐: 53271.592ms
|
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 964
Suites 📂: 76
Passed ✅: 956
Failed ❌: 3
Canceled 🚫: 1
Skipped ⏭️: 4
Todo 📝: 0
Duration 🕐: 63676.528ms
|
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 964
Suites 📂: 76
Passed ✅: 955
Failed ❌: 3
Canceled 🚫: 1
Skipped ⏭️: 5
Todo 📝: 0
Duration 🕐: 60304.717ms
|
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 964
Suites 📂: 76
Passed ✅: 955
Failed ❌: 3
Canceled 🚫: 1
Skipped ⏭️: 5
Todo 📝: 0
Duration 🕐: 59999.715ms
|
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 964
Suites 📂: 76
Passed ✅: 956
Failed ❌: 3
Canceled 🚫: 1
Skipped ⏭️: 4
Todo 📝: 0
Duration 🕐: 62364.856ms
|
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 964
Suites 📂: 76
Passed ✅: 956
Failed ❌: 3
Canceled 🚫: 1
Skipped ⏭️: 4
Todo 📝: 0
Duration 🕐: 74700.857ms
|
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Total Tests: 964
Suites 📂: 76
Passed ✅: 955
Failed ❌: 3
Canceled 🚫: 1
Skipped ⏭️: 5
Todo 📝: 0
Duration 🕐: 54769.173ms
|
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 964
Suites 📂: 76
Passed ✅: 956
Failed ❌: 3
Canceled 🚫: 1
Skipped ⏭️: 4
Todo 📝: 0
Duration 🕐: 66325.736ms
|
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 964
Suites 📂: 76
Passed ✅: 956
Failed ❌: 3
Canceled 🚫: 1
Skipped ⏭️: 4
Todo 📝: 0
Duration 🕐: 55787.942ms
|
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 964
Suites 📂: 76
Passed ✅: 955
Failed ❌: 3
Canceled 🚫: 1
Skipped ⏭️: 5
Todo 📝: 0
Duration 🕐: 56940.382ms
|
Test with Node.js 20 compiled --without-intl
Total Tests: 964
Suites 📂: 76
Passed ✅: 955
Failed ❌: 3
Canceled 🚫: 1
Skipped ⏭️: 5
Todo 📝: 0
Duration 🕐: 53777.479ms
|
Test with Node.js 21 compiled --without-intl
Total Tests: 964
Suites 📂: 76
Passed ✅: 956
Failed ❌: 3
Canceled 🚫: 1
Skipped ⏭️: 4
Todo 📝: 0
Duration 🕐: 53239.527ms
|
Test with Node.js 22 compiled --without-intl
Total Tests: 964
Suites 📂: 76
Passed ✅: 955
Failed ❌: 3
Canceled 🚫: 1
Skipped ⏭️: 5
Todo 📝: 0
Duration 🕐: 53606.071ms
|