Add "decompress" response utility #14969
Annotations
11 errors and 1 notice
|
Run tests with coverage:
test/proxy-agent.js#L535
[Error [ERR_TEST_FAILURE]: webidl.converters.USVString is not a function] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: TypeError [Error]: webidl.converters.USVString is not a function
at fetch (/home/runner/work/undici/undici/index.js:111:13)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async TestContext.<anonymous> (/home/runner/work/undici/undici/test/proxy-agent.js:535:3)
at async Test.run (node:internal/test_runner/test:931:9)
at async Test.processPendingSubtests (node:internal/test_runner/test:629:7)
}
|
Run tests with coverage:
test/proxy-agent.js#L591
[Error [ERR_TEST_FAILURE]: The expression evaluated to a falsy value:
assert[method](...args)
] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert[method](...args)
at res.<computed> [as ok] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35)
at TestContext.<anonymous> (/home/runner/work/undici/undici/test/proxy-agent.js:591:7)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Test.run (node:internal/test_runner/test:931:9)
at async Test.processPendingSubtests (node:internal/test_runner/test:629:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
}
|
Run tests with coverage:
test/proxy-agent.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
|
Run tests with coverage:
test/mock-utils.js#L217
[Error [ERR_TEST_FAILURE]: isValidHeaderName is not a function] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: TypeError [Error]: isValidHeaderName is not a function
at appendHeader (/home/runner/work/undici/undici/lib/web/fetch/headers.js:94:8)
at fill (/home/runner/work/undici/undici/lib/web/fetch/headers.js:62:7)
at new Headers (/home/runner/work/undici/undici/lib/web/fetch/headers.js:455:7)
at TestContext.<anonymous> (/home/runner/work/undici/undici/test/mock-utils.js:217:19)
at Test.runInAsyncScope (node:async_hooks:211:14)
at Test.run (node:internal/test_runner/test:930:25)
at Test.processPendingSubtests (node:internal/test_runner/test:629:18)
at Test.postRun (node:internal/test_runner/test:1026:19)
at Test.run (node:internal/test_runner/test:969:12)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
}
|
Run tests with coverage:
test/mock-pool.js#L348
[Error [ERR_TEST_FAILURE]: webidl.converters.USVString is not a function] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: TypeError [Error]: webidl.converters.USVString is not a function
at fetch (/home/runner/work/undici/undici/index.js:111:13)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async TestContext.<anonymous> (/home/runner/work/undici/undici/test/mock-pool.js:348:3)
at async Test.run (node:internal/test_runner/test:931:9)
at async Test.processPendingSubtests (node:internal/test_runner/test:629:7)
}
|
Run tests with coverage:
test/mock-interceptor.js#L283
Error [ERR_TEST_FAILURE]: webidl.converters.USVString is not a function
at async Promise.all (index 0) {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: TypeError [Error]: webidl.converters.USVString is not a function
at webidl.converters.RequestInfo (/home/runner/work/undici/undici/lib/web/fetch/request.js:1003:28)
at new Request (/home/runner/work/undici/undici/lib/web/fetch/request.js:104:31)
at fetch (/home/runner/work/undici/undici/lib/web/fetch/index.js:145:21)
at TestContext.<anonymous> (/home/runner/work/undici/undici/test/mock-interceptor.js:283:25)
at Test.runInAsyncScope (node:async_hooks:211:14)
at Test.run (node:internal/test_runner/test:930:25)
at Test.start (node:internal/test_runner/test:829:17)
at node:internal/test_runner/test:1293:71
at node:internal/per_context/primordials:483:82
at new Promise (<anonymous>)
}
|
Run tests with coverage:
test/mock-interceptor.js#L297
[Error [ERR_TEST_FAILURE]: webidl.converters.USVString is not a function] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: TypeError [Error]: webidl.converters.USVString is not a function
at webidl.converters.RequestInfo (/home/runner/work/undici/undici/lib/web/fetch/request.js:1003:28)
at new Request (/home/runner/work/undici/undici/lib/web/fetch/request.js:104:31)
at fetch (/home/runner/work/undici/undici/lib/web/fetch/index.js:145:21)
at TestContext.<anonymous> (/home/runner/work/undici/undici/test/mock-interceptor.js:297:25)
at Test.runInAsyncScope (node:async_hooks:211:14)
at Test.run (node:internal/test_runner/test:930:25)
at Suite.processPendingSubtests (node:internal/test_runner/test:629:18)
at Test.postRun (node:internal/test_runner/test:1026:19)
at Test.run (node:internal/test_runner/test:969:12)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
}
|
Run tests with coverage:
test/mock-interceptor.js#L315
[Error [ERR_TEST_FAILURE]: webidl.converters.USVString is not a function] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: TypeError [Error]: webidl.converters.USVString is not a function
at webidl.converters.RequestInfo (/home/runner/work/undici/undici/lib/web/fetch/request.js:1003:28)
at new Request (/home/runner/work/undici/undici/lib/web/fetch/request.js:104:31)
at fetch (/home/runner/work/undici/undici/lib/web/fetch/index.js:145:21)
at TestContext.<anonymous> (/home/runner/work/undici/undici/test/mock-interceptor.js:315:27)
at Test.runInAsyncScope (node:async_hooks:211:14)
at Test.run (node:internal/test_runner/test:930:25)
at Suite.processPendingSubtests (node:internal/test_runner/test:629:18)
at Test.postRun (node:internal/test_runner/test:1026:19)
at Test.run (node:internal/test_runner/test:969:12)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
}
|
Run tests with coverage:
test/mock-interceptor.js#L283
[Error [ERR_TEST_FAILURE]: webidl.converters.USVString is not a function] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: TypeError [Error]: webidl.converters.USVString is not a function
at webidl.converters.RequestInfo (/home/runner/work/undici/undici/lib/web/fetch/request.js:1003:28)
at new Request (/home/runner/work/undici/undici/lib/web/fetch/request.js:104:31)
at fetch (/home/runner/work/undici/undici/lib/web/fetch/index.js:145:21)
at TestContext.<anonymous> (/home/runner/work/undici/undici/test/mock-interceptor.js:283:25)
at Test.runInAsyncScope (node:async_hooks:211:14)
at Test.run (node:internal/test_runner/test:930:25)
at Suite.processPendingSubtests (node:internal/test_runner/test:629:18)
at Test.postRun (node:internal/test_runner/test:1026:19)
at Test.run (node:internal/test_runner/test:969:12)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
}
|
Run tests with coverage:
test/mock-interceptor.js#L297
[Error [ERR_TEST_FAILURE]: webidl.converters.USVString is not a function] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: TypeError [Error]: webidl.converters.USVString is not a function
at webidl.converters.RequestInfo (/home/runner/work/undici/undici/lib/web/fetch/request.js:1003:28)
at new Request (/home/runner/work/undici/undici/lib/web/fetch/request.js:104:31)
at fetch (/home/runner/work/undici/undici/lib/web/fetch/index.js:145:21)
at TestContext.<anonymous> (/home/runner/work/undici/undici/test/mock-interceptor.js:297:25)
at Test.runInAsyncScope (node:async_hooks:211:14)
at Test.run (node:internal/test_runner/test:930:25)
at Suite.processPendingSubtests (node:internal/test_runner/test:629:18)
at Test.postRun (node:internal/test_runner/test:1026:19)
at Test.run (node:internal/test_runner/test:969:12)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
}
|
Run tests with coverage
Total Tests: 1024
Suites 📂: 78
Passed ✅: 927
Failed ❌: 87
Canceled 🚫: 5
Skipped ⏭️: 5
Todo 📝: 0
Duration 🕐: 77202.801ms
|
Loading