Add "decompress" response utility #14207
nodejs.yml
on: pull_request
Matrix: test-without-intl
Matrix: test
dependency-review
10s
Lint
30s
Fuzzing
3m 25s
Test TypeScript types
29s
automerge
0s
Annotations
45 errors and 30 notices
should skip decompression if unsupported:
test/node-fetch/main.js#L689
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "sdch"
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "sdch"
at decompressStream (/home/runner/work/undici/undici/lib/web/fetch/decompress.js:80:13)
at decompress (/home/runner/work/undici/undici/lib/web/fetch/decompress.js:31:10)
at Object.onHeaders (/home/runner/work/undici/undici/lib/web/fetch/index.js:2125:19)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:244:29)
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)
}
|
should skip decompression if unsupported codings:
test/node-fetch/main.js#L700
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "asd"
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "asd"
at decompressStream (/home/runner/work/undici/undici/lib/web/fetch/decompress.js:80:13)
at decompress (/home/runner/work/undici/undici/lib/web/fetch/decompress.js:31:10)
at Object.onHeaders (/home/runner/work/undici/undici/lib/web/fetch/index.js:2125:19)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:244:29)
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)
}
|
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Process completed with exit code 1.
|
should skip decompression if unsupported:
test/node-fetch/main.js#L689
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "sdch"
at process.emit (node:events:520:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "sdch"
at decompressStream (/home/runner/work/undici/undici/lib/web/fetch/decompress.js:80:13)
at decompress (/home/runner/work/undici/undici/lib/web/fetch/decompress.js:31:10)
at Object.onHeaders (/home/runner/work/undici/undici/lib/web/fetch/index.js:2125:19)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:244:29)
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)
}
|
should skip decompression if unsupported codings:
test/node-fetch/main.js#L700
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "asd"
at process.emit (node:events:520:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "asd"
at decompressStream (/home/runner/work/undici/undici/lib/web/fetch/decompress.js:80:13)
at decompress (/home/runner/work/undici/undici/lib/web/fetch/decompress.js:31:10)
at Object.onHeaders (/home/runner/work/undici/undici/lib/web/fetch/index.js:2125:19)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:244:29)
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)
}
|
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Process completed with exit code 1.
|
should skip decompression if unsupported:
test/node-fetch/main.js#L689
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "sdch"
at process.emit (node:events:517:28) {
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "sdch"
at decompressStream (/home/runner/work/undici/undici/lib/web/fetch/decompress.js:80:13)
at decompress (/home/runner/work/undici/undici/lib/web/fetch/decompress.js:31:10)
at Object.onHeaders (/home/runner/work/undici/undici/lib/web/fetch/index.js:2125:19)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:244:29)
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),
code: 'ERR_TEST_FAILURE'
}
|
should skip decompression if unsupported codings:
test/node-fetch/main.js#L700
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "asd"
at process.emit (node:events:517:28) {
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "asd"
at decompressStream (/home/runner/work/undici/undici/lib/web/fetch/decompress.js:80:13)
at decompress (/home/runner/work/undici/undici/lib/web/fetch/decompress.js:31:10)
at Object.onHeaders (/home/runner/work/undici/undici/lib/web/fetch/index.js:2125:19)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:244:29)
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),
code: 'ERR_TEST_FAILURE'
}
|
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Process completed with exit code 1.
|
should skip decompression if unsupported:
test/node-fetch/main.js#L689
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "sdch"
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "sdch"
at decompressStream (/home/runner/work/undici/undici/lib/web/fetch/decompress.js:80:13)
at decompress (/home/runner/work/undici/undici/lib/web/fetch/decompress.js:31:10)
at Object.onHeaders (/home/runner/work/undici/undici/lib/web/fetch/index.js:2125:19)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:244:29)
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)
}
|
should skip decompression if unsupported codings:
test/node-fetch/main.js#L700
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "asd"
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "asd"
at decompressStream (/home/runner/work/undici/undici/lib/web/fetch/decompress.js:80:13)
at decompress (/home/runner/work/undici/undici/lib/web/fetch/decompress.js:31:10)
at Object.onHeaders (/home/runner/work/undici/undici/lib/web/fetch/index.js:2125:19)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:244:29)
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)
}
|
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Process completed with exit code 1.
|
should skip decompression if unsupported:
test/node-fetch/main.js#L689
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "sdch"
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "sdch"
at decompressStream (/Users/runner/work/undici/undici/lib/web/fetch/decompress.js:80:13)
at decompress (/Users/runner/work/undici/undici/lib/web/fetch/decompress.js:31:10)
at Object.onHeaders (/Users/runner/work/undici/undici/lib/web/fetch/index.js:2125:19)
at Request.onHeaders (/Users/runner/work/undici/undici/lib/core/request.js:244:29)
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)
}
|
should skip decompression if unsupported codings:
test/node-fetch/main.js#L700
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "asd"
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "asd"
at decompressStream (/Users/runner/work/undici/undici/lib/web/fetch/decompress.js:80:13)
at decompress (/Users/runner/work/undici/undici/lib/web/fetch/decompress.js:31:10)
at Object.onHeaders (/Users/runner/work/undici/undici/lib/web/fetch/index.js:2125:19)
at Request.onHeaders (/Users/runner/work/undici/undici/lib/core/request.js:244:29)
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)
}
|
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Process completed with exit code 1.
|
should skip decompression if unsupported:
test/node-fetch/main.js#L689
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "sdch"
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "sdch"
at decompressStream (/Users/runner/work/undici/undici/lib/web/fetch/decompress.js:80:13)
at decompress (/Users/runner/work/undici/undici/lib/web/fetch/decompress.js:31:10)
at Object.onHeaders (/Users/runner/work/undici/undici/lib/web/fetch/index.js:2125:19)
at Request.onHeaders (/Users/runner/work/undici/undici/lib/core/request.js:244:29)
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)
}
|
should skip decompression if unsupported codings:
test/node-fetch/main.js#L700
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "asd"
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "asd"
at decompressStream (/Users/runner/work/undici/undici/lib/web/fetch/decompress.js:80:13)
at decompress (/Users/runner/work/undici/undici/lib/web/fetch/decompress.js:31:10)
at Object.onHeaders (/Users/runner/work/undici/undici/lib/web/fetch/index.js:2125:19)
at Request.onHeaders (/Users/runner/work/undici/undici/lib/core/request.js:244:29)
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)
}
|
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Process completed with exit code 1.
|
should skip decompression if unsupported:
test/node-fetch/main.js#L689
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "sdch"
at process.emit (node:events:520:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "sdch"
at decompressStream (/Users/runner/work/undici/undici/lib/web/fetch/decompress.js:80:13)
at decompress (/Users/runner/work/undici/undici/lib/web/fetch/decompress.js:31:10)
at Object.onHeaders (/Users/runner/work/undici/undici/lib/web/fetch/index.js:2125:19)
at Request.onHeaders (/Users/runner/work/undici/undici/lib/core/request.js:244:29)
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)
}
|
should skip decompression if unsupported codings:
test/node-fetch/main.js#L700
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "asd"
at process.emit (node:events:520:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "asd"
at decompressStream (/Users/runner/work/undici/undici/lib/web/fetch/decompress.js:80:13)
at decompress (/Users/runner/work/undici/undici/lib/web/fetch/decompress.js:31:10)
at Object.onHeaders (/Users/runner/work/undici/undici/lib/web/fetch/index.js:2125:19)
at Request.onHeaders (/Users/runner/work/undici/undici/lib/core/request.js:244:29)
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)
}
|
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Process completed with exit code 1.
|
should skip decompression if unsupported:
test/node-fetch/main.js#L689
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "sdch"
at process.emit (node:events:517:28) {
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "sdch"
at decompressStream (/Users/runner/work/undici/undici/lib/web/fetch/decompress.js:80:13)
at decompress (/Users/runner/work/undici/undici/lib/web/fetch/decompress.js:31:10)
at Object.onHeaders (/Users/runner/work/undici/undici/lib/web/fetch/index.js:2125:19)
at Request.onHeaders (/Users/runner/work/undici/undici/lib/core/request.js:244:29)
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),
code: 'ERR_TEST_FAILURE'
}
|
should skip decompression if unsupported codings:
test/node-fetch/main.js#L700
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "asd"
at process.emit (node:events:517:28) {
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "asd"
at decompressStream (/Users/runner/work/undici/undici/lib/web/fetch/decompress.js:80:13)
at decompress (/Users/runner/work/undici/undici/lib/web/fetch/decompress.js:31:10)
at Object.onHeaders (/Users/runner/work/undici/undici/lib/web/fetch/index.js:2125:19)
at Request.onHeaders (/Users/runner/work/undici/undici/lib/core/request.js:244:29)
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),
code: 'ERR_TEST_FAILURE'
}
|
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Process completed with exit code 1.
|
should skip decompression if unsupported:
test\node-fetch\main.js#L689
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "sdch"
at process.emit (node:events:520:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "sdch"
at decompressStream (D:\a\undici\undici\lib\web\fetch\decompress.js:80:13)
at decompress (D:\a\undici\undici\lib\web\fetch\decompress.js:31:10)
at Object.onHeaders (D:\a\undici\undici\lib\web\fetch\index.js:2125:19)
at Request.onHeaders (D:\a\undici\undici\lib\core\request.js:244:29)
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)
}
|
should skip decompression if unsupported codings:
test\node-fetch\main.js#L700
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "asd"
at process.emit (node:events:520:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "asd"
at decompressStream (D:\a\undici\undici\lib\web\fetch\decompress.js:80:13)
at decompress (D:\a\undici\undici\lib\web\fetch\decompress.js:31:10)
at Object.onHeaders (D:\a\undici\undici\lib\web\fetch\index.js:2125:19)
at Request.onHeaders (D:\a\undici\undici\lib\core\request.js:244:29)
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)
}
|
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Process completed with exit code 1.
|
should skip decompression if unsupported:
test\node-fetch\main.js#L689
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "sdch"
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "sdch"
at decompressStream (D:\a\undici\undici\lib\web\fetch\decompress.js:80:13)
at decompress (D:\a\undici\undici\lib\web\fetch\decompress.js:31:10)
at Object.onHeaders (D:\a\undici\undici\lib\web\fetch\index.js:2125:19)
at Request.onHeaders (D:\a\undici\undici\lib\core\request.js:244:29)
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)
}
|
should skip decompression if unsupported codings:
test\node-fetch\main.js#L700
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "asd"
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "asd"
at decompressStream (D:\a\undici\undici\lib\web\fetch\decompress.js:80:13)
at decompress (D:\a\undici\undici\lib\web\fetch\decompress.js:31:10)
at Object.onHeaders (D:\a\undici\undici\lib\web\fetch\index.js:2125:19)
at Request.onHeaders (D:\a\undici\undici\lib\core\request.js:244:29)
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)
}
|
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Process completed with exit code 1.
|
should skip decompression if unsupported:
test\node-fetch\main.js#L689
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "sdch"
at process.emit (node:events:517:28) {
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "sdch"
at decompressStream (D:\a\undici\undici\lib\web\fetch\decompress.js:80:13)
at decompress (D:\a\undici\undici\lib\web\fetch\decompress.js:31:10)
at Object.onHeaders (D:\a\undici\undici\lib\web\fetch\index.js:2125:19)
at Request.onHeaders (D:\a\undici\undici\lib\core\request.js:244:29)
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),
code: 'ERR_TEST_FAILURE'
}
|
should skip decompression if unsupported codings:
test\node-fetch\main.js#L700
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "asd"
at process.emit (node:events:517:28) {
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "asd"
at decompressStream (D:\a\undici\undici\lib\web\fetch\decompress.js:80:13)
at decompress (D:\a\undici\undici\lib\web\fetch\decompress.js:31:10)
at Object.onHeaders (D:\a\undici\undici\lib\web\fetch\index.js:2125:19)
at Request.onHeaders (D:\a\undici\undici\lib\core\request.js:244:29)
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),
code: 'ERR_TEST_FAILURE'
}
|
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Process completed with exit code 1.
|
should skip decompression if unsupported:
test\node-fetch\main.js#L689
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "sdch"
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "sdch"
at decompressStream (D:\a\undici\undici\lib\web\fetch\decompress.js:80:13)
at decompress (D:\a\undici\undici\lib\web\fetch\decompress.js:31:10)
at Object.onHeaders (D:\a\undici\undici\lib\web\fetch\index.js:2125:19)
at Request.onHeaders (D:\a\undici\undici\lib\core\request.js:244:29)
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)
}
|
should skip decompression if unsupported codings:
test\node-fetch\main.js#L700
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "asd"
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "asd"
at decompressStream (D:\a\undici\undici\lib\web\fetch\decompress.js:80:13)
at decompress (D:\a\undici\undici\lib\web\fetch\decompress.js:31:10)
at Object.onHeaders (D:\a\undici\undici\lib\web\fetch\index.js:2125:19)
at Request.onHeaders (D:\a\undici\undici\lib\core\request.js:244:29)
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)
}
|
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Process completed with exit code 1.
|
should skip decompression if unsupported:
test/node-fetch/main.js#L689
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "sdch"
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "sdch"
at decompressStream (/home/runner/work/undici/undici/lib/web/fetch/decompress.js:80:13)
at decompress (/home/runner/work/undici/undici/lib/web/fetch/decompress.js:31:10)
at Object.onHeaders (/home/runner/work/undici/undici/lib/web/fetch/index.js:2125:19)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:244:29)
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)
}
|
should skip decompression if unsupported codings:
test/node-fetch/main.js#L700
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "asd"
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "asd"
at decompressStream (/home/runner/work/undici/undici/lib/web/fetch/decompress.js:80:13)
at decompress (/home/runner/work/undici/undici/lib/web/fetch/decompress.js:31:10)
at Object.onHeaders (/home/runner/work/undici/undici/lib/web/fetch/index.js:2125:19)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:244:29)
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)
}
|
Test with Node.js 21 compiled --without-intl
Process completed with exit code 1.
|
should skip decompression if unsupported:
test/node-fetch/main.js#L689
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "sdch"
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "sdch"
at decompressStream (/home/runner/work/undici/undici/lib/web/fetch/decompress.js:80:13)
at decompress (/home/runner/work/undici/undici/lib/web/fetch/decompress.js:31:10)
at Object.onHeaders (/home/runner/work/undici/undici/lib/web/fetch/index.js:2125:19)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:244:29)
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)
}
|
should skip decompression if unsupported codings:
test/node-fetch/main.js#L700
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "asd"
at process.emit (node:events:519:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "asd"
at decompressStream (/home/runner/work/undici/undici/lib/web/fetch/decompress.js:80:13)
at decompress (/home/runner/work/undici/undici/lib/web/fetch/decompress.js:31:10)
at Object.onHeaders (/home/runner/work/undici/undici/lib/web/fetch/index.js:2125:19)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:244:29)
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)
}
|
Test with Node.js 20 compiled --without-intl
Process completed with exit code 1.
|
should skip decompression if unsupported:
test/node-fetch/main.js#L689
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "sdch"
at process.emit (node:events:520:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "sdch"
at decompressStream (/home/runner/work/undici/undici/lib/web/fetch/decompress.js:80:13)
at decompress (/home/runner/work/undici/undici/lib/web/fetch/decompress.js:31:10)
at Object.onHeaders (/home/runner/work/undici/undici/lib/web/fetch/index.js:2125:19)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:244:29)
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)
}
|
should skip decompression if unsupported codings:
test/node-fetch/main.js#L700
Error [ERR_TEST_FAILURE]: Failed to decompress stream: unsupported encoding "asd"
at process.emit (node:events:520:28) {
code: 'ERR_TEST_FAILURE',
failureType: 'uncaughtException',
cause: Error: Failed to decompress stream: unsupported encoding "asd"
at decompressStream (/home/runner/work/undici/undici/lib/web/fetch/decompress.js:80:13)
at decompress (/home/runner/work/undici/undici/lib/web/fetch/decompress.js:31:10)
at Object.onHeaders (/home/runner/work/undici/undici/lib/web/fetch/index.js:2125:19)
at Request.onHeaders (/home/runner/work/undici/undici/lib/core/request.js:244:29)
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)
}
|
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: 958
Suites 📂: 74
Passed ✅: 954
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 4
Todo 📝: 0
Duration 🕐: 27256.718ms
|
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 189
Suites 📂: 6
Passed ✅: 174
Failed ❌: 2
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 2625.729ms
|
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 958
Suites 📂: 74
Passed ✅: 953
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 5
Todo 📝: 0
Duration 🕐: 30434.630ms
|
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 189
Suites 📂: 6
Passed ✅: 174
Failed ❌: 2
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 3248.511ms
|
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 958
Suites 📂: 74
Passed ✅: 954
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 4
Todo 📝: 0
Duration 🕐: 34463.340ms
|
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 189
Suites 📂: 6
Passed ✅: 174
Failed ❌: 2
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 3081.851ms
|
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 958
Suites 📂: 74
Passed ✅: 953
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 5
Todo 📝: 0
Duration 🕐: 28429.284ms
|
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 189
Suites 📂: 6
Passed ✅: 174
Failed ❌: 2
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 3046.224ms
|
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 958
Suites 📂: 74
Passed ✅: 953
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 5
Todo 📝: 0
Duration 🕐: 35583.705ms
|
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 189
Suites 📂: 6
Passed ✅: 174
Failed ❌: 2
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 2941.016ms
|
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 958
Suites 📂: 74
Passed ✅: 954
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 4
Todo 📝: 0
Duration 🕐: 34085.319ms
|
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 189
Suites 📂: 6
Passed ✅: 174
Failed ❌: 2
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 2303.161ms
|
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 958
Suites 📂: 74
Passed ✅: 953
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 5
Todo 📝: 0
Duration 🕐: 35178.118ms
|
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 189
Suites 📂: 6
Passed ✅: 174
Failed ❌: 2
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 2861.246ms
|
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 958
Suites 📂: 74
Passed ✅: 954
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 4
Todo 📝: 0
Duration 🕐: 42933.692ms
|
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 189
Suites 📂: 6
Passed ✅: 174
Failed ❌: 2
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 2304.900ms
|
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Total Tests: 958
Suites 📂: 74
Passed ✅: 953
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 5
Todo 📝: 0
Duration 🕐: 29800.352ms
|
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Total Tests: 189
Suites 📂: 6
Passed ✅: 174
Failed ❌: 2
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 3297.769ms
|
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 958
Suites 📂: 74
Passed ✅: 953
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 5
Todo 📝: 0
Duration 🕐: 31990.525ms
|
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 189
Suites 📂: 6
Passed ✅: 174
Failed ❌: 2
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 3413.094ms
|
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 958
Suites 📂: 74
Passed ✅: 954
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 4
Todo 📝: 0
Duration 🕐: 37645.240ms
|
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 189
Suites 📂: 6
Passed ✅: 174
Failed ❌: 2
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 3447.850ms
|
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 958
Suites 📂: 74
Passed ✅: 954
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 4
Todo 📝: 0
Duration 🕐: 30307.446ms
|
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 189
Suites 📂: 6
Passed ✅: 174
Failed ❌: 2
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 2795.129ms
|
Test with Node.js 21 compiled --without-intl
Total Tests: 958
Suites 📂: 74
Passed ✅: 954
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 4
Todo 📝: 0
Duration 🕐: 27122.205ms
|
Test with Node.js 21 compiled --without-intl
Total Tests: 189
Suites 📂: 6
Passed ✅: 174
Failed ❌: 2
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 2511.863ms
|
Test with Node.js 20 compiled --without-intl
Total Tests: 958
Suites 📂: 74
Passed ✅: 953
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 5
Todo 📝: 0
Duration 🕐: 28580.747ms
|
Test with Node.js 20 compiled --without-intl
Total Tests: 189
Suites 📂: 6
Passed ✅: 174
Failed ❌: 2
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 3074.725ms
|
Test with Node.js 22 compiled --without-intl
Total Tests: 958
Suites 📂: 74
Passed ✅: 953
Failed ❌: 0
Canceled 🚫: 0
Skipped ⏭️: 5
Todo 📝: 0
Duration 🕐: 27826.582ms
|
Test with Node.js 22 compiled --without-intl
Total Tests: 189
Suites 📂: 6
Passed ✅: 174
Failed ❌: 2
Canceled 🚫: 0
Skipped ⏭️: 13
Todo 📝: 0
Duration 🕐: 3004.789ms
|