Skip to content

feat: sqlite add set and minor cleanup #15857

feat: sqlite add set and minor cleanup

feat: sqlite add set and minor cleanup #15857

Triggered via pull request January 20, 2025 19:13
@ronagronag
synchronize #4018
sqlite-cleanup
Status Failure
Total duration 6m 2s
Artifacts

nodejs.yml

on: pull_request
Matrix: test-without-intl
Matrix: test
Test with SQLite enabled
26s
Test with SQLite enabled
automerge
0s
automerge
Fit to window
Zoom out
Zoom in

Annotations

48 errors, 11 warnings, and 79 notices
caches request: test/cache-interceptor/cache-store-test-utils.js#L308
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:524:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:324:9) at Readable.<anonymous> (/home/runner/work/undici/undici/test/cache-interceptor/cache-store-test-utils.js:308:30) at Readable.emit (node:events:524:28) at Readable.read (node:internal/streams/readable:782:10) at flow (node:internal/streams/readable:1283:53) at resume_ (node:internal/streams/readable:1262:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { code: 'ERR_INVALID_ARG_TYPE' } }
returns stale response before deleteAt: test/cache-interceptor/cache-store-test-utils.js#L308
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:524:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:324:9) at Readable.<anonymous> (/home/runner/work/undici/undici/test/cache-interceptor/cache-store-test-utils.js:308:30) at Readable.emit (node:events:524:28) at Readable.read (node:internal/streams/readable:782:10) at flow (node:internal/streams/readable:1283:53) at resume_ (node:internal/streams/readable:1262:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { code: 'ERR_INVALID_ARG_TYPE' } }
vary directives used to decide which response to use: test/cache-interceptor/cache-store-test-utils.js#L308
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:524:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:324:9) at Readable.<anonymous> (/home/runner/work/undici/undici/test/cache-interceptor/cache-store-test-utils.js:308:30) at Readable.emit (node:events:524:28) at Readable.read (node:internal/streams/readable:782:10) at flow (node:internal/streams/readable:1283:53) at resume_ (node:internal/streams/readable:1262:3) at processTicksAndRejections (node:internal/process/task_queues:90:21) at runNextTicks (node:internal/process/task_queues:69:3) at process.processImmediate (node:internal/timers:459:9) { code: 'ERR_INVALID_ARG_TYPE' } }
SqliteCacheStore works nicely with multiple stores: test/cache-interceptor/sqlite-cache-store-tests.js#L23
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:524:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:324:9) at Readable.<anonymous> (/home/runner/work/undici/undici/test/cache-interceptor/cache-store-test-utils.js:308:30) at Readable.emit (node:events:524:28) at Readable.read (node:internal/streams/readable:782:10) at flow (node:internal/streams/readable:1283:53) at resume_ (node:internal/streams/readable:1262:3) at processTicksAndRejections (node:internal/process/task_queues:90:21) at runNextTicks (node:internal/process/task_queues:69:3) at process.processImmediate (node:internal/timers:459:9) { code: 'ERR_INVALID_ARG_TYPE' } }
SqliteCacheStore write & read: test/cache-interceptor/sqlite-cache-store-tests.js#L223
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected { + body: Uint8Array(3) [ - body: Buffer(3) [Uint8Array] [ 97, 115, 100 ], cacheControlDirectives: { ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected { + body: Uint8Array(3) [ - body: Buffer(3) [Uint8Array] [ 97, 115, 100 ], cacheControlDirectives: { at TestContext.<anonymous> (/home/runner/work/undici/undici/test/cache-interceptor/sqlite-cache-store-tests.js:223:3) at Test.runInAsyncScope (node:async_hooks:211:14) at Test.run (node:internal/test_runner/test:934:25) at Test.processPendingSubtests (node:internal/test_runner/test:633:18) at Test.postRun (node:internal/test_runner/test:1045:19) at Test.run (node:internal/test_runner/test:973:12) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: { body: [Uint8Array], statusCode: 200, statusMessage: '', headers: [Object], etag: undefined, vary: undefined, cacheControlDirectives: [Object], cachedAt: 1737400437533, staleAt: 1737400447533, deleteAt: 1737400457533 }, expected: { statusCode: 200, statusMessage: '', headers: [Object], cacheControlDirectives: [Object], cachedAt: 1737400437533, staleAt: 1737400447533, deleteAt: 1737400457533, body: <Buffer 61 73 64>, etag: undefined, vary: undefined }, operator: 'deepStrictEqual' } }
Test with SQLite enabled
Process completed with exit code 1.
caches request: test/cache-interceptor/cache-store-test-utils.js#L308
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:507:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:325:9) at Readable.<anonymous> (/home/runner/work/undici/undici/test/cache-interceptor/cache-store-test-utils.js:308:30) at Readable.emit (node:events:507:28) at Readable.read (node:internal/streams/readable:780:10) at flow (node:internal/streams/readable:1281:53) at resume_ (node:internal/streams/readable:1260:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { code: 'ERR_INVALID_ARG_TYPE' } }
returns stale response before deleteAt: test/cache-interceptor/cache-store-test-utils.js#L308
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:507:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:325:9) at Readable.<anonymous> (/home/runner/work/undici/undici/test/cache-interceptor/cache-store-test-utils.js:308:30) at Readable.emit (node:events:507:28) at Readable.read (node:internal/streams/readable:780:10) at flow (node:internal/streams/readable:1281:53) at resume_ (node:internal/streams/readable:1260:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { code: 'ERR_INVALID_ARG_TYPE' } }
vary directives used to decide which response to use: test/cache-interceptor/cache-store-test-utils.js#L308
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:507:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:325:9) at Readable.<anonymous> (/home/runner/work/undici/undici/test/cache-interceptor/cache-store-test-utils.js:308:30) at Readable.emit (node:events:507:28) at Readable.read (node:internal/streams/readable:780:10) at flow (node:internal/streams/readable:1281:53) at resume_ (node:internal/streams/readable:1260:3) at processTicksAndRejections (node:internal/process/task_queues:90:21) at runNextTicks (node:internal/process/task_queues:69:3) at process.processImmediate (node:internal/timers:479:9) { code: 'ERR_INVALID_ARG_TYPE' } }
SqliteCacheStore works nicely with multiple stores: test/cache-interceptor/sqlite-cache-store-tests.js#L23
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:507:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:325:9) at Readable.<anonymous> (/home/runner/work/undici/undici/test/cache-interceptor/cache-store-test-utils.js:308:30) at Readable.emit (node:events:507:28) at Readable.read (node:internal/streams/readable:780:10) at flow (node:internal/streams/readable:1281:53) at resume_ (node:internal/streams/readable:1260:3) at processTicksAndRejections (node:internal/process/task_queues:90:21) at runNextTicks (node:internal/process/task_queues:69:3) at process.processImmediate (node:internal/timers:479:9) { code: 'ERR_INVALID_ARG_TYPE' } }
SqliteCacheStore write & read: test/cache-interceptor/sqlite-cache-store-tests.js#L223
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected { + body: Uint8Array(3) [ - body: Buffer(3) [Uint8Array] [ 97, 115, 100 ], cacheControlDirectives: { ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected { + body: Uint8Array(3) [ - body: Buffer(3) [Uint8Array] [ 97, 115, 100 ], cacheControlDirectives: { at TestContext.<anonymous> (/home/runner/work/undici/undici/test/cache-interceptor/sqlite-cache-store-tests.js:223:3) at Test.runInAsyncScope (node:async_hooks:211:14) at Test.run (node:internal/test_runner/test:931:25) at Test.processPendingSubtests (node:internal/test_runner/test:629:18) at Test.postRun (node:internal/test_runner/test:1042:19) at Test.run (node:internal/test_runner/test:970:12) at async Test.processPendingSubtests (node:internal/test_runner/test:629:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: { body: [Uint8Array], statusCode: 200, statusMessage: '', headers: [Object], etag: undefined, vary: undefined, cacheControlDirectives: [Object], cachedAt: 1737400473309, staleAt: 1737400483309, deleteAt: 1737400493309 }, expected: { statusCode: 200, statusMessage: '', headers: [Object], cacheControlDirectives: [Object], cachedAt: 1737400473309, staleAt: 1737400483309, deleteAt: 1737400493309, body: <Buffer 61 73 64>, etag: undefined, vary: undefined }, operator: 'deepStrictEqual' } }
test (23, ubuntu-latest) / Test with Node.js 23 on ubuntu-latest
Process completed with exit code 1.
caches request: test/cache-interceptor/cache-store-test-utils.js#L308
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:507:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:325:9) at Readable.<anonymous> (/Users/runner/work/undici/undici/test/cache-interceptor/cache-store-test-utils.js:308:30) at Readable.emit (node:events:507:28) at Readable.read (node:internal/streams/readable:780:10) at flow (node:internal/streams/readable:1281:53) at resume_ (node:internal/streams/readable:1260:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { code: 'ERR_INVALID_ARG_TYPE' } }
returns stale response before deleteAt: test/cache-interceptor/cache-store-test-utils.js#L308
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:507:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:325:9) at Readable.<anonymous> (/Users/runner/work/undici/undici/test/cache-interceptor/cache-store-test-utils.js:308:30) at Readable.emit (node:events:507:28) at Readable.read (node:internal/streams/readable:780:10) at flow (node:internal/streams/readable:1281:53) at resume_ (node:internal/streams/readable:1260:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { code: 'ERR_INVALID_ARG_TYPE' } }
vary directives used to decide which response to use: test/cache-interceptor/cache-store-test-utils.js#L308
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:507:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:325:9) at Readable.<anonymous> (/Users/runner/work/undici/undici/test/cache-interceptor/cache-store-test-utils.js:308:30) at Readable.emit (node:events:507:28) at Readable.read (node:internal/streams/readable:780:10) at flow (node:internal/streams/readable:1281:53) at resume_ (node:internal/streams/readable:1260:3) at processTicksAndRejections (node:internal/process/task_queues:90:21) at runNextTicks (node:internal/process/task_queues:69:3) at process.processImmediate (node:internal/timers:479:9) { code: 'ERR_INVALID_ARG_TYPE' } }
SqliteCacheStore works nicely with multiple stores: test/cache-interceptor/sqlite-cache-store-tests.js#L23
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:507:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:325:9) at Readable.<anonymous> (/Users/runner/work/undici/undici/test/cache-interceptor/cache-store-test-utils.js:308:30) at Readable.emit (node:events:507:28) at Readable.read (node:internal/streams/readable:780:10) at flow (node:internal/streams/readable:1281:53) at resume_ (node:internal/streams/readable:1260:3) at processTicksAndRejections (node:internal/process/task_queues:90:21) at runNextTicks (node:internal/process/task_queues:69:3) at process.processImmediate (node:internal/timers:479:9) { code: 'ERR_INVALID_ARG_TYPE' } }
SqliteCacheStore write & read: test/cache-interceptor/sqlite-cache-store-tests.js#L223
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected { + body: Uint8Array(3) [ - body: Buffer(3) [Uint8Array] [ 97, 115, 100 ], cacheControlDirectives: { ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected { + body: Uint8Array(3) [ - body: Buffer(3) [Uint8Array] [ 97, 115, 100 ], cacheControlDirectives: { at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/cache-interceptor/sqlite-cache-store-tests.js:223:3) at Test.runInAsyncScope (node:async_hooks:211:14) at Test.run (node:internal/test_runner/test:931:25) at Test.processPendingSubtests (node:internal/test_runner/test:629:18) at Test.postRun (node:internal/test_runner/test:1042:19) at Test.run (node:internal/test_runner/test:970:12) at async Test.processPendingSubtests (node:internal/test_runner/test:629:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: { body: [Uint8Array], statusCode: 200, statusMessage: '', headers: [Object], etag: undefined, vary: undefined, cacheControlDirectives: [Object], cachedAt: 1737400494424, staleAt: 1737400504424, deleteAt: 1737400514424 }, expected: { statusCode: 200, statusMessage: '', headers: [Object], cacheControlDirectives: [Object], cachedAt: 1737400494424, staleAt: 1737400504424, deleteAt: 1737400514424, body: <Buffer 61 73 64>, etag: undefined, vary: undefined }, operator: 'deepStrictEqual' } }
test (23, macos-latest) / Test with Node.js 23 on macos-latest
Process completed with exit code 1.
caches request: test/cache-interceptor/cache-store-test-utils.js#L308
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:524:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:325:9) at Readable.<anonymous> (/Users/runner/work/undici/undici/test/cache-interceptor/cache-store-test-utils.js:308:30) at Readable.emit (node:events:524:28) at Readable.read (node:internal/streams/readable:782:10) at flow (node:internal/streams/readable:1283:53) at resume_ (node:internal/streams/readable:1262:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { code: 'ERR_INVALID_ARG_TYPE' } }
returns stale response before deleteAt: test/cache-interceptor/cache-store-test-utils.js#L308
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:524:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:325:9) at Readable.<anonymous> (/Users/runner/work/undici/undici/test/cache-interceptor/cache-store-test-utils.js:308:30) at Readable.emit (node:events:524:28) at Readable.read (node:internal/streams/readable:782:10) at flow (node:internal/streams/readable:1283:53) at resume_ (node:internal/streams/readable:1262:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { code: 'ERR_INVALID_ARG_TYPE' } }
vary directives used to decide which response to use: test/cache-interceptor/cache-store-test-utils.js#L308
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:524:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:325:9) at Readable.<anonymous> (/Users/runner/work/undici/undici/test/cache-interceptor/cache-store-test-utils.js:308:30) at Readable.emit (node:events:524:28) at Readable.read (node:internal/streams/readable:782:10) at flow (node:internal/streams/readable:1283:53) at resume_ (node:internal/streams/readable:1262:3) at processTicksAndRejections (node:internal/process/task_queues:90:21) at runNextTicks (node:internal/process/task_queues:69:3) at process.processImmediate (node:internal/timers:459:9) { code: 'ERR_INVALID_ARG_TYPE' } }
SqliteCacheStore works nicely with multiple stores: test/cache-interceptor/sqlite-cache-store-tests.js#L23
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:524:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:325:9) at Readable.<anonymous> (/Users/runner/work/undici/undici/test/cache-interceptor/cache-store-test-utils.js:308:30) at Readable.emit (node:events:524:28) at Readable.read (node:internal/streams/readable:782:10) at flow (node:internal/streams/readable:1283:53) at resume_ (node:internal/streams/readable:1262:3) at processTicksAndRejections (node:internal/process/task_queues:90:21) at runNextTicks (node:internal/process/task_queues:69:3) at process.processImmediate (node:internal/timers:459:9) { code: 'ERR_INVALID_ARG_TYPE' } }
SqliteCacheStore write & read: test/cache-interceptor/sqlite-cache-store-tests.js#L223
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected { + body: Uint8Array(3) [ - body: Buffer(3) [Uint8Array] [ 97, 115, 100 ], cacheControlDirectives: { ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected { + body: Uint8Array(3) [ - body: Buffer(3) [Uint8Array] [ 97, 115, 100 ], cacheControlDirectives: { at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/cache-interceptor/sqlite-cache-store-tests.js:223:3) at Test.runInAsyncScope (node:async_hooks:211:14) at Test.run (node:internal/test_runner/test:931:25) at Test.processPendingSubtests (node:internal/test_runner/test:629:18) at Test.postRun (node:internal/test_runner/test:1042:19) at Test.run (node:internal/test_runner/test:970:12) at async Test.processPendingSubtests (node:internal/test_runner/test:629:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: { body: [Uint8Array], statusCode: 200, statusMessage: '', headers: [Object], etag: undefined, vary: undefined, cacheControlDirectives: [Object], cachedAt: 1737400500367, staleAt: 1737400510367, deleteAt: 1737400520367 }, expected: { statusCode: 200, statusMessage: '', headers: [Object], cacheControlDirectives: [Object], cachedAt: 1737400500367, staleAt: 1737400510367, deleteAt: 1737400520367, body: <Buffer 61 73 64>, etag: undefined, vary: undefined }, operator: 'deepStrictEqual' } }
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Process completed with exit code 1.
caches request: test\cache-interceptor\cache-store-test-utils.js#L308
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:507:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:325:9) at Readable.<anonymous> (D:\a\undici\undici\test\cache-interceptor\cache-store-test-utils.js:308:30) at Readable.emit (node:events:507:28) at Readable.read (node:internal/streams/readable:780:10) at flow (node:internal/streams/readable:1281:53) at resume_ (node:internal/streams/readable:1260:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { code: 'ERR_INVALID_ARG_TYPE' } }
returns stale response before deleteAt: test\cache-interceptor\cache-store-test-utils.js#L308
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:507:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:325:9) at Readable.<anonymous> (D:\a\undici\undici\test\cache-interceptor\cache-store-test-utils.js:308:30) at Readable.emit (node:events:507:28) at Readable.read (node:internal/streams/readable:780:10) at flow (node:internal/streams/readable:1281:53) at resume_ (node:internal/streams/readable:1260:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { code: 'ERR_INVALID_ARG_TYPE' } }
vary directives used to decide which response to use: test\cache-interceptor\cache-store-test-utils.js#L308
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:507:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:325:9) at Readable.<anonymous> (D:\a\undici\undici\test\cache-interceptor\cache-store-test-utils.js:308:30) at Readable.emit (node:events:507:28) at Readable.read (node:internal/streams/readable:780:10) at flow (node:internal/streams/readable:1281:53) at resume_ (node:internal/streams/readable:1260:3) at processTicksAndRejections (node:internal/process/task_queues:90:21) at runNextTicks (node:internal/process/task_queues:69:3) at process.processImmediate (node:internal/timers:479:9) { code: 'ERR_INVALID_ARG_TYPE' } }
SqliteCacheStore works nicely with multiple stores: test\cache-interceptor\sqlite-cache-store-tests.js#L23
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:507:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:325:9) at Readable.<anonymous> (D:\a\undici\undici\test\cache-interceptor\cache-store-test-utils.js:308:30) at Readable.emit (node:events:507:28) at Readable.read (node:internal/streams/readable:780:10) at flow (node:internal/streams/readable:1281:53) at resume_ (node:internal/streams/readable:1260:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { code: 'ERR_INVALID_ARG_TYPE' } }
SqliteCacheStore write & read: test\cache-interceptor\sqlite-cache-store-tests.js#L223
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected { + body: Uint8Array(3) [ - body: Buffer(3) [Uint8Array] [ 97, 115, 100 ], cacheControlDirectives: { ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected { + body: Uint8Array(3) [ - body: Buffer(3) [Uint8Array] [ 97, 115, 100 ], cacheControlDirectives: { at TestContext.<anonymous> (D:\a\undici\undici\test\cache-interceptor\sqlite-cache-store-tests.js:223:3) at Test.runInAsyncScope (node:async_hooks:211:14) at Test.run (node:internal/test_runner/test:931:25) at Test.processPendingSubtests (node:internal/test_runner/test:629:18) at Test.postRun (node:internal/test_runner/test:1042:19) at Test.run (node:internal/test_runner/test:970:12) at async Test.processPendingSubtests (node:internal/test_runner/test:629:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: { body: [Uint8Array], statusCode: 200, statusMessage: '', headers: [Object], etag: undefined, vary: undefined, cacheControlDirectives: [Object], cachedAt: 1737400527289, staleAt: 1737400537289, deleteAt: 1737400547289 }, expected: { statusCode: 200, statusMessage: '', headers: [Object], cacheControlDirectives: [Object], cachedAt: 1737400527289, staleAt: 1737400537289, deleteAt: 1737400547289, body: <Buffer 61 73 64>, etag: undefined, vary: undefined }, operator: 'deepStrictEqual' } }
test (23, windows-latest) / Test with Node.js 23 on windows-latest
Process completed with exit code 1.
caches request: test/cache-interceptor/cache-store-test-utils.js#L308
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:507:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:325:9) at Readable.<anonymous> (/home/runner/work/undici/undici/test/cache-interceptor/cache-store-test-utils.js:308:30) at Readable.emit (node:events:507:28) at Readable.read (node:internal/streams/readable:780:10) at flow (node:internal/streams/readable:1281:53) at resume_ (node:internal/streams/readable:1260:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { code: 'ERR_INVALID_ARG_TYPE' } }
returns stale response before deleteAt: test/cache-interceptor/cache-store-test-utils.js#L308
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:507:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:325:9) at Readable.<anonymous> (/home/runner/work/undici/undici/test/cache-interceptor/cache-store-test-utils.js:308:30) at Readable.emit (node:events:507:28) at Readable.read (node:internal/streams/readable:780:10) at flow (node:internal/streams/readable:1281:53) at resume_ (node:internal/streams/readable:1260:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { code: 'ERR_INVALID_ARG_TYPE' } }
vary directives used to decide which response to use: test/cache-interceptor/cache-store-test-utils.js#L308
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:507:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:325:9) at Readable.<anonymous> (/home/runner/work/undici/undici/test/cache-interceptor/cache-store-test-utils.js:308:30) at Readable.emit (node:events:507:28) at Readable.read (node:internal/streams/readable:780:10) at flow (node:internal/streams/readable:1281:53) at resume_ (node:internal/streams/readable:1260:3) at processTicksAndRejections (node:internal/process/task_queues:90:21) at runNextTicks (node:internal/process/task_queues:69:3) at process.processImmediate (node:internal/timers:479:9) { code: 'ERR_INVALID_ARG_TYPE' } }
SqliteCacheStore works nicely with multiple stores: test/cache-interceptor/sqlite-cache-store-tests.js#L23
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:507:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:325:9) at Readable.<anonymous> (/home/runner/work/undici/undici/test/cache-interceptor/cache-store-test-utils.js:308:30) at Readable.emit (node:events:507:28) at Readable.read (node:internal/streams/readable:780:10) at flow (node:internal/streams/readable:1281:53) at resume_ (node:internal/streams/readable:1260:3) at processTicksAndRejections (node:internal/process/task_queues:90:21) at runNextTicks (node:internal/process/task_queues:69:3) at process.processImmediate (node:internal/timers:479:9) { code: 'ERR_INVALID_ARG_TYPE' } }
SqliteCacheStore write & read: test/cache-interceptor/sqlite-cache-store-tests.js#L223
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected { + body: Uint8Array(3) [ - body: Buffer(3) [Uint8Array] [ 97, 115, 100 ], cacheControlDirectives: { ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected { + body: Uint8Array(3) [ - body: Buffer(3) [Uint8Array] [ 97, 115, 100 ], cacheControlDirectives: { at TestContext.<anonymous> (/home/runner/work/undici/undici/test/cache-interceptor/sqlite-cache-store-tests.js:223:3) at Test.runInAsyncScope (node:async_hooks:211:14) at Test.run (node:internal/test_runner/test:931:25) at Test.processPendingSubtests (node:internal/test_runner/test:629:18) at Test.postRun (node:internal/test_runner/test:1042:19) at Test.run (node:internal/test_runner/test:970:12) at async Test.processPendingSubtests (node:internal/test_runner/test:629:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: { body: [Uint8Array], statusCode: 200, statusMessage: '', headers: [Object], etag: undefined, vary: undefined, cacheControlDirectives: [Object], cachedAt: 1737400523230, staleAt: 1737400533230, deleteAt: 1737400543230 }, expected: { statusCode: 200, statusMessage: '', headers: [Object], cacheControlDirectives: [Object], cachedAt: 1737400523230, staleAt: 1737400533230, deleteAt: 1737400543230, body: <Buffer 61 73 64>, etag: undefined, vary: undefined }, operator: 'deepStrictEqual' } }
Test with Node.js 23 compiled --without-intl
Process completed with exit code 1.
caches request: test/cache-interceptor/cache-store-test-utils.js#L308
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:524:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:325:9) at Readable.<anonymous> (/home/runner/work/undici/undici/test/cache-interceptor/cache-store-test-utils.js:308:30) at Readable.emit (node:events:524:28) at Readable.read (node:internal/streams/readable:782:10) at flow (node:internal/streams/readable:1283:53) at resume_ (node:internal/streams/readable:1262:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { code: 'ERR_INVALID_ARG_TYPE' } }
returns stale response before deleteAt: test/cache-interceptor/cache-store-test-utils.js#L308
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:524:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:325:9) at Readable.<anonymous> (/home/runner/work/undici/undici/test/cache-interceptor/cache-store-test-utils.js:308:30) at Readable.emit (node:events:524:28) at Readable.read (node:internal/streams/readable:782:10) at flow (node:internal/streams/readable:1283:53) at resume_ (node:internal/streams/readable:1262:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { code: 'ERR_INVALID_ARG_TYPE' } }
vary directives used to decide which response to use: test/cache-interceptor/cache-store-test-utils.js#L308
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:524:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:325:9) at Readable.<anonymous> (/home/runner/work/undici/undici/test/cache-interceptor/cache-store-test-utils.js:308:30) at Readable.emit (node:events:524:28) at Readable.read (node:internal/streams/readable:782:10) at flow (node:internal/streams/readable:1283:53) at resume_ (node:internal/streams/readable:1262:3) at processTicksAndRejections (node:internal/process/task_queues:90:21) at runNextTicks (node:internal/process/task_queues:69:3) at process.processImmediate (node:internal/timers:459:9) { code: 'ERR_INVALID_ARG_TYPE' } }
SqliteCacheStore works nicely with multiple stores: test/cache-interceptor/sqlite-cache-store-tests.js#L23
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:524:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:325:9) at Readable.<anonymous> (/home/runner/work/undici/undici/test/cache-interceptor/cache-store-test-utils.js:308:30) at Readable.emit (node:events:524:28) at Readable.read (node:internal/streams/readable:782:10) at flow (node:internal/streams/readable:1283:53) at resume_ (node:internal/streams/readable:1262:3) at processTicksAndRejections (node:internal/process/task_queues:90:21) at runNextTicks (node:internal/process/task_queues:69:3) at process.processImmediate (node:internal/timers:459:9) { code: 'ERR_INVALID_ARG_TYPE' } }
SqliteCacheStore write & read: test/cache-interceptor/sqlite-cache-store-tests.js#L223
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected { + body: Uint8Array(3) [ - body: Buffer(3) [Uint8Array] [ 97, 115, 100 ], cacheControlDirectives: { ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected { + body: Uint8Array(3) [ - body: Buffer(3) [Uint8Array] [ 97, 115, 100 ], cacheControlDirectives: { at TestContext.<anonymous> (/home/runner/work/undici/undici/test/cache-interceptor/sqlite-cache-store-tests.js:223:3) at Test.runInAsyncScope (node:async_hooks:211:14) at Test.run (node:internal/test_runner/test:931:25) at Test.processPendingSubtests (node:internal/test_runner/test:629:18) at Test.postRun (node:internal/test_runner/test:1042:19) at Test.run (node:internal/test_runner/test:970:12) at async Test.processPendingSubtests (node:internal/test_runner/test:629:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: { body: [Uint8Array], statusCode: 200, statusMessage: '', headers: [Object], etag: undefined, vary: undefined, cacheControlDirectives: [Object], cachedAt: 1737400531430, staleAt: 1737400541430, deleteAt: 1737400551430 }, expected: { statusCode: 200, statusMessage: '', headers: [Object], cacheControlDirectives: [Object], cachedAt: 1737400531430, staleAt: 1737400541430, deleteAt: 1737400551430, body: <Buffer 61 73 64>, etag: undefined, vary: undefined }, operator: 'deepStrictEqual' } }
Test with Node.js 22 compiled --without-intl
Process completed with exit code 1.
caches request: test\cache-interceptor\cache-store-test-utils.js#L308
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:524:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:325:9) at Readable.<anonymous> (D:\a\undici\undici\test\cache-interceptor\cache-store-test-utils.js:308:30) at Readable.emit (node:events:524:28) at Readable.read (node:internal/streams/readable:782:10) at flow (node:internal/streams/readable:1283:53) at resume_ (node:internal/streams/readable:1262:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { code: 'ERR_INVALID_ARG_TYPE' } }
returns stale response before deleteAt: test\cache-interceptor\cache-store-test-utils.js#L308
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:524:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:325:9) at Readable.<anonymous> (D:\a\undici\undici\test\cache-interceptor\cache-store-test-utils.js:308:30) at Readable.emit (node:events:524:28) at Readable.read (node:internal/streams/readable:782:10) at flow (node:internal/streams/readable:1283:53) at resume_ (node:internal/streams/readable:1262:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { code: 'ERR_INVALID_ARG_TYPE' } }
vary directives used to decide which response to use: test\cache-interceptor\cache-store-test-utils.js#L308
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:524:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:325:9) at Readable.<anonymous> (D:\a\undici\undici\test\cache-interceptor\cache-store-test-utils.js:308:30) at Readable.emit (node:events:524:28) at Readable.read (node:internal/streams/readable:782:10) at flow (node:internal/streams/readable:1283:53) at resume_ (node:internal/streams/readable:1262:3) at processTicksAndRejections (node:internal/process/task_queues:90:21) at runNextTicks (node:internal/process/task_queues:69:3) at process.processImmediate (node:internal/timers:459:9) { code: 'ERR_INVALID_ARG_TYPE' } }
SqliteCacheStore works nicely with multiple stores: test\cache-interceptor\sqlite-cache-store-tests.js#L23
Error [ERR_TEST_FAILURE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at process.emit (node:events:524:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received type number (97) at Function.from (node:buffer:325:9) at Readable.<anonymous> (D:\a\undici\undici\test\cache-interceptor\cache-store-test-utils.js:308:30) at Readable.emit (node:events:524:28) at Readable.read (node:internal/streams/readable:782:10) at flow (node:internal/streams/readable:1283:53) at resume_ (node:internal/streams/readable:1262:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { code: 'ERR_INVALID_ARG_TYPE' } }
SqliteCacheStore write & read: test\cache-interceptor\sqlite-cache-store-tests.js#L223
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected { + body: Uint8Array(3) [ - body: Buffer(3) [Uint8Array] [ 97, 115, 100 ], cacheControlDirectives: { ] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected { + body: Uint8Array(3) [ - body: Buffer(3) [Uint8Array] [ 97, 115, 100 ], cacheControlDirectives: { at TestContext.<anonymous> (D:\a\undici\undici\test\cache-interceptor\sqlite-cache-store-tests.js:223:3) at Test.runInAsyncScope (node:async_hooks:211:14) at Test.run (node:internal/test_runner/test:931:25) at Test.processPendingSubtests (node:internal/test_runner/test:629:18) at Test.postRun (node:internal/test_runner/test:1042:19) at Test.run (node:internal/test_runner/test:970:12) at async Test.processPendingSubtests (node:internal/test_runner/test:629:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: { body: [Uint8Array], statusCode: 200, statusMessage: '', headers: [Object], etag: undefined, vary: undefined, cacheControlDirectives: [Object], cachedAt: 1737400586045, staleAt: 1737400596045, deleteAt: 1737400606045 }, expected: { statusCode: 200, statusMessage: '', headers: [Object], cacheControlDirectives: [Object], cachedAt: 1737400586045, staleAt: 1737400596045, deleteAt: 1737400606045, body: <Buffer 61 73 64>, etag: undefined, vary: undefined }, operator: 'deepStrictEqual' } }
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Process completed with exit code 1.
dependency-review
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test with SQLite enabled
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test TypeScript types
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (23, ubuntu-latest) / Test with Node.js 23 on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test with Node.js 23 compiled --without-intl
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test with Node.js 22 compiled --without-intl
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Fuzzing
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test with Node.js 20 compiled --without-intl
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test with SQLite enabled
Total Tests: 33 Suites 📂: 5 Passed ✅: 28 Failed ❌: 5 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 145.674ms
test (23, ubuntu-latest) / Test with Node.js 23 on ubuntu-latest
Total Tests: 1018 Suites 📂: 92 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 28428.770ms
test (23, ubuntu-latest) / Test with Node.js 23 on ubuntu-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3016.340ms
test (23, ubuntu-latest) / Test with Node.js 23 on ubuntu-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 110.436ms
test (23, ubuntu-latest) / Test with Node.js 23 on ubuntu-latest
Total Tests: 33 Suites 📂: 5 Passed ✅: 28 Failed ❌: 5 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 148.766ms
test (23, macos-latest) / Test with Node.js 23 on macos-latest
Total Tests: 1018 Suites 📂: 92 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 36738.070ms
test (23, macos-latest) / Test with Node.js 23 on macos-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 2828.204ms
test (23, macos-latest) / Test with Node.js 23 on macos-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 101.887ms
test (23, macos-latest) / Test with Node.js 23 on macos-latest
Total Tests: 33 Suites 📂: 5 Passed ✅: 28 Failed ❌: 5 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 99.956ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 1018 Suites 📂: 92 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 37713.972ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 2822.994ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 131.646ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 33 Suites 📂: 5 Passed ✅: 28 Failed ❌: 5 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 139.741ms
test (23, windows-latest) / Test with Node.js 23 on windows-latest
Total Tests: 1018 Suites 📂: 92 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 35743.911ms
test (23, windows-latest) / Test with Node.js 23 on windows-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3297.213ms
test (23, windows-latest) / Test with Node.js 23 on windows-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 153.935ms
test (23, windows-latest) / Test with Node.js 23 on windows-latest
Total Tests: 33 Suites 📂: 5 Passed ✅: 28 Failed ❌: 5 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 202.324ms
Test with Node.js 23 compiled --without-intl
Total Tests: 1018 Suites 📂: 92 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 28681.748ms
Test with Node.js 23 compiled --without-intl
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3019.510ms
Test with Node.js 23 compiled --without-intl
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 110.974ms
Test with Node.js 23 compiled --without-intl
Total Tests: 33 Suites 📂: 5 Passed ✅: 28 Failed ❌: 5 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 148.451ms
Test with Node.js 22 compiled --without-intl
Total Tests: 1018 Suites 📂: 92 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 28984.693ms
Test with Node.js 22 compiled --without-intl
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3118.472ms
Test with Node.js 22 compiled --without-intl
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 111.370ms
Test with Node.js 22 compiled --without-intl
Total Tests: 33 Suites 📂: 5 Passed ✅: 28 Failed ❌: 5 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 146.851ms
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Total Tests: 1018 Suites 📂: 92 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 35903.785ms
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3417.085ms
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 162.149ms
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Total Tests: 33 Suites 📂: 5 Passed ✅: 28 Failed ❌: 5 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 217.201ms
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 1018 Suites 📂: 92 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 29347.026ms
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3056.203ms
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 111.935ms
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 30 Suites 📂: 4 Passed ✅: 25 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 131.694ms
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 142 Suites 📂: 2 Passed ✅: 142 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11455.796ms
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 406 Suites 📂: 17 Passed ✅: 405 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 1 Todo 📝: 0 Duration 🕐: 34853.407ms
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 158.672ms
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 278.285ms
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 76 Suites 📂: 8 Passed ✅: 76 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 1422.890ms
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 10996.672ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 1018 Suites 📂: 92 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 31430.477ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3143.147ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 145.274ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 30 Suites 📂: 4 Passed ✅: 25 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 147.419ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 142 Suites 📂: 2 Passed ✅: 142 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11532.963ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 406 Suites 📂: 17 Passed ✅: 405 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 1 Todo 📝: 0 Duration 🕐: 37555.556ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 192.322ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 329.053ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 76 Suites 📂: 8 Passed ✅: 76 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 1526.478ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11027.300ms
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 1018 Suites 📂: 92 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 39686.150ms
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 2873.084ms
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 115.560ms
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 30 Suites 📂: 4 Passed ✅: 25 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 110.530ms
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 142 Suites 📂: 2 Passed ✅: 142 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11416.809ms
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 406 Suites 📂: 17 Passed ✅: 405 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 1 Todo 📝: 0 Duration 🕐: 72717.229ms
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 127.459ms
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 168.404ms
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 76 Suites 📂: 8 Passed ✅: 76 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 934.291ms
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 13240.417ms
Test with Node.js 20 compiled --without-intl
Total Tests: 1018 Suites 📂: 92 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 29822.303ms
Test with Node.js 20 compiled --without-intl
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3089.988ms
Test with Node.js 20 compiled --without-intl
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 115.637ms
Test with Node.js 20 compiled --without-intl
Total Tests: 30 Suites 📂: 4 Passed ✅: 25 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 142.523ms
Test with Node.js 20 compiled --without-intl
Total Tests: 142 Suites 📂: 2 Passed ✅: 142 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11508.875ms
Test with Node.js 20 compiled --without-intl
Total Tests: 406 Suites 📂: 17 Passed ✅: 405 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 1 Todo 📝: 0 Duration 🕐: 35445.942ms
Test with Node.js 20 compiled --without-intl
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 156.586ms
Test with Node.js 20 compiled --without-intl
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 274.112ms
Test with Node.js 20 compiled --without-intl
Total Tests: 76 Suites 📂: 8 Passed ✅: 76 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 1427.494ms
Test with Node.js 20 compiled --without-intl
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11017.078ms
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 1018 Suites 📂: 92 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 33672.360ms
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3482.186ms
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 295.352ms
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 30 Suites 📂: 4 Passed ✅: 25 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 293.317ms
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 133 Suites 📂: 2 Passed ✅: 133 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11838.418ms
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 406 Suites 📂: 17 Passed ✅: 405 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 1 Todo 📝: 0 Duration 🕐: 47977.839ms
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 222.110ms
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 404.019ms
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 76 Suites 📂: 8 Passed ✅: 76 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 2337.397ms
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11374.548ms