Skip to content

fix: handle missing vary header values #15922

fix: handle missing vary header values

fix: handle missing vary header values #15922

Triggered via pull request February 2, 2025 19:43
Status Failure
Total duration 5m 7s
Artifacts

nodejs.yml

on: pull_request
Matrix: test-without-intl
Matrix: test
dependency-review
9s
dependency-review
Lint
32s
Lint
Fuzzing
3m 29s
Fuzzing
Test TypeScript types
32s
Test TypeScript types
Test with SQLite enabled
24s
Test with SQLite enabled
automerge
0s
automerge
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 85 notices
should cache response with SqliteCacheStore when Vary header exists but request header is missing: test/issue-3959.js#L61
[Error [ERR_TEST_FAILURE]: No such built-in module: node:sqlite] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: node:sqlite at Module._load (node:internal/modules/cjs/loader:1044:13) at Module.require (node:internal/modules/cjs/loader:1311:19) at require (node:internal/modules/helpers:179:18) at new SqliteCacheStore (/home/runner/work/undici/undici/lib/cache/sqlite-cache-store.js:113:22) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/issue-3959.js:61:25) at Test.runInAsyncScope (node:async_hooks:206:9) at Test.run (node:internal/test_runner/test:796:25) at Suite.processPendingSubtests (node:internal/test_runner/test:527:18) at Test.postRun (node:internal/test_runner/test:889:19) at Test.run (node:internal/test_runner/test:835:12) { code: 'ERR_UNKNOWN_BUILTIN_MODULE' } }
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Process completed with exit code 1.
should cache response with SqliteCacheStore when Vary header exists but request header is missing: test/issue-3959.js#L61
[Error [ERR_TEST_FAILURE]: No such built-in module: node:sqlite] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: node:sqlite at Module._load (node:internal/modules/cjs/loader:1044:13) at Module.require (node:internal/modules/cjs/loader:1311:19) at require (node:internal/modules/helpers:179:18) at new SqliteCacheStore (/Users/runner/work/undici/undici/lib/cache/sqlite-cache-store.js:113:22) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/issue-3959.js:61:25) at Test.runInAsyncScope (node:async_hooks:206:9) at Test.run (node:internal/test_runner/test:796:25) at Suite.processPendingSubtests (node:internal/test_runner/test:527:18) at Test.postRun (node:internal/test_runner/test:889:19) at Test.run (node:internal/test_runner/test:835:12) { code: 'ERR_UNKNOWN_BUILTIN_MODULE' } }
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Process completed with exit code 1.
should cache response with SqliteCacheStore when Vary header exists but request header is missing: test\issue-3959.js#L61
[Error [ERR_TEST_FAILURE]: No such built-in module: node:sqlite] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: node:sqlite at Module._load (node:internal/modules/cjs/loader:1044:13) at Module.require (node:internal/modules/cjs/loader:1311:19) at require (node:internal/modules/helpers:179:18) at new SqliteCacheStore (D:\a\undici\undici\lib\cache\sqlite-cache-store.js:113:22) at TestContext.<anonymous> (D:\a\undici\undici\test\issue-3959.js:61:25) at Test.runInAsyncScope (node:async_hooks:206:9) at Test.run (node:internal/test_runner/test:796:25) at Suite.processPendingSubtests (node:internal/test_runner/test:527:18) at Test.postRun (node:internal/test_runner/test:889:19) at Test.run (node:internal/test_runner/test:835:12) { code: 'ERR_UNKNOWN_BUILTIN_MODULE' } }
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Process completed with exit code 1.
should cache response with SqliteCacheStore when Vary header exists but request header is missing: test/issue-3959.js#L61
[Error [ERR_TEST_FAILURE]: No such built-in module: node:sqlite] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: node:sqlite at Module._load (node:internal/modules/cjs/loader:1044:13) at Module.require (node:internal/modules/cjs/loader:1311:19) at require (node:internal/modules/helpers:179:18) at new SqliteCacheStore (/home/runner/work/undici/undici/lib/cache/sqlite-cache-store.js:113:22) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/issue-3959.js:61:25) at Test.runInAsyncScope (node:async_hooks:206:9) at Test.run (node:internal/test_runner/test:796:25) at Suite.processPendingSubtests (node:internal/test_runner/test:527:18) at Test.postRun (node:internal/test_runner/test:889:19) at Test.run (node:internal/test_runner/test:835:12) { code: 'ERR_UNKNOWN_BUILTIN_MODULE' } }
Test with Node.js 20 compiled --without-intl
Process completed with exit code 1.
test (23, windows-latest) / Test with Node.js 23 on windows-latest
Process completed with exit code 1.
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Process completed with exit code 1.
Test with SQLite enabled
Total Tests: 37 Suites 📂: 5 Passed ✅: 37 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 143.150ms
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 1020 Suites 📂: 93 Passed ✅: 1014 Failed ❌: 1 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 29880.056ms
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 1020 Suites 📂: 93 Passed ✅: 1014 Failed ❌: 1 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 38261.919ms
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 1020 Suites 📂: 93 Passed ✅: 1014 Failed ❌: 1 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 34085.796ms
Test with Node.js 20 compiled --without-intl
Total Tests: 1020 Suites 📂: 93 Passed ✅: 1014 Failed ❌: 1 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 29886.318ms
test (23, windows-latest) / Test with Node.js 23 on windows-latest
Total Tests: 1020 Suites 📂: 93 Passed ✅: 1015 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 34544.333ms
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 🕐: 3317.354ms
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 🕐: 155.366ms
test (23, windows-latest) / Test with Node.js 23 on windows-latest
Total Tests: 37 Suites 📂: 5 Passed ✅: 37 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 201.240ms
test (23, windows-latest) / Test with Node.js 23 on windows-latest
Total Tests: 133 Suites 📂: 2 Passed ✅: 133 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11772.742ms
test (23, windows-latest) / Test with Node.js 23 on windows-latest
Total Tests: 406 Suites 📂: 17 Passed ✅: 405 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 1 Todo 📝: 0 Duration 🕐: 45017.924ms
test (23, windows-latest) / Test with Node.js 23 on windows-latest
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 223.720ms
test (23, windows-latest) / Test with Node.js 23 on windows-latest
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 414.390ms
test (23, windows-latest) / Test with Node.js 23 on windows-latest
Total Tests: 76 Suites 📂: 8 Passed ✅: 76 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 1875.953ms
test (23, windows-latest) / Test with Node.js 23 on windows-latest
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11321.483ms
test (23, macos-latest) / Test with Node.js 23 on macos-latest
Total Tests: 1020 Suites 📂: 93 Passed ✅: 1015 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 36877.738ms
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 🕐: 2899.148ms
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 🕐: 117.044ms
test (23, macos-latest) / Test with Node.js 23 on macos-latest
Total Tests: 37 Suites 📂: 5 Passed ✅: 37 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 111.949ms
test (23, macos-latest) / Test with Node.js 23 on macos-latest
Total Tests: 142 Suites 📂: 2 Passed ✅: 142 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11369.428ms
test (23, macos-latest) / Test with Node.js 23 on macos-latest
Total Tests: 406 Suites 📂: 17 Passed ✅: 405 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 1 Todo 📝: 0 Duration 🕐: 25941.413ms
test (23, macos-latest) / Test with Node.js 23 on macos-latest
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 133.725ms
test (23, macos-latest) / Test with Node.js 23 on macos-latest
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 196.969ms
test (23, macos-latest) / Test with Node.js 23 on macos-latest
Total Tests: 76 Suites 📂: 8 Passed ✅: 76 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 1120.810ms
test (23, macos-latest) / Test with Node.js 23 on macos-latest
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 13320.540ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 1020 Suites 📂: 93 Passed ✅: 1015 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 37648.665ms
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 🕐: 2870.746ms
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.886ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 37 Suites 📂: 5 Passed ✅: 37 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 176.308ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 142 Suites 📂: 2 Passed ✅: 142 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11414.014ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 406 Suites 📂: 17 Passed ✅: 405 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 1 Todo 📝: 0 Duration 🕐: 26959.105ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 132.874ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 180.774ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 76 Suites 📂: 8 Passed ✅: 76 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 892.119ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 13321.739ms
test (23, ubuntu-latest) / Test with Node.js 23 on ubuntu-latest
Total Tests: 1020 Suites 📂: 93 Passed ✅: 1015 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 28341.529ms
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 🕐: 2979.452ms
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 🕐: 106.050ms
test (23, ubuntu-latest) / Test with Node.js 23 on ubuntu-latest
Total Tests: 37 Suites 📂: 5 Passed ✅: 37 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 144.005ms
test (23, ubuntu-latest) / Test with Node.js 23 on ubuntu-latest
Total Tests: 142 Suites 📂: 2 Passed ✅: 142 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11439.243ms
test (23, ubuntu-latest) / Test with Node.js 23 on ubuntu-latest
Total Tests: 406 Suites 📂: 17 Passed ✅: 405 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 1 Todo 📝: 0 Duration 🕐: 32481.620ms
test (23, ubuntu-latest) / Test with Node.js 23 on ubuntu-latest
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 144.508ms
test (23, ubuntu-latest) / Test with Node.js 23 on ubuntu-latest
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 253.789ms
test (23, ubuntu-latest) / Test with Node.js 23 on ubuntu-latest
Total Tests: 76 Suites 📂: 8 Passed ✅: 76 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 1338.115ms
test (23, ubuntu-latest) / Test with Node.js 23 on ubuntu-latest
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 10897.182ms
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Total Tests: 1020 Suites 📂: 93 Passed ✅: 1015 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 40738.826ms
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 🕐: 3453.462ms
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 🕐: 290.899ms
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Total Tests: 37 Suites 📂: 5 Passed ✅: 37 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 242.072ms
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Total Tests: 133 Suites 📂: 2 Passed ✅: 133 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11857.789ms
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Total Tests: 406 Suites 📂: 17 Passed ✅: 405 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 1 Todo 📝: 0 Duration 🕐: 47403.938ms
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 302.589ms
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 513.858ms
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Total Tests: 76 Suites 📂: 8 Passed ✅: 76 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 2069.714ms
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11431.139ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 1020 Suites 📂: 93 Passed ✅: 1015 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 31449.555ms
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 🕐: 3149.642ms
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.698ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 37 Suites 📂: 5 Passed ✅: 37 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 175.632ms
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 🕐: 11512.109ms
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 🕐: 37408.686ms
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 🕐: 180.396ms
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 🕐: 344.755ms
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 🕐: 1496.461ms
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 🕐: 11061.183ms
Test with Node.js 23 compiled --without-intl
Total Tests: 1020 Suites 📂: 93 Passed ✅: 1015 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 28419.786ms
Test with Node.js 23 compiled --without-intl
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3027.566ms
Test with Node.js 23 compiled --without-intl
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 111.026ms
Test with Node.js 23 compiled --without-intl
Total Tests: 37 Suites 📂: 5 Passed ✅: 37 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 143.352ms
Test with Node.js 23 compiled --without-intl
Total Tests: 142 Suites 📂: 2 Passed ✅: 142 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11426.053ms
Test with Node.js 23 compiled --without-intl
Total Tests: 406 Suites 📂: 17 Passed ✅: 405 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 1 Todo 📝: 0 Duration 🕐: 32679.153ms
Test with Node.js 23 compiled --without-intl
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 156.989ms
Test with Node.js 23 compiled --without-intl
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 262.670ms
Test with Node.js 23 compiled --without-intl
Total Tests: 76 Suites 📂: 8 Passed ✅: 76 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 1387.673ms
Test with Node.js 23 compiled --without-intl
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 10937.269ms
Test with Node.js 22 compiled --without-intl
Total Tests: 1020 Suites 📂: 93 Passed ✅: 1015 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 28754.450ms
Test with Node.js 22 compiled --without-intl
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3016.940ms
Test with Node.js 22 compiled --without-intl
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 109.081ms
Test with Node.js 22 compiled --without-intl
Total Tests: 37 Suites 📂: 5 Passed ✅: 37 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 148.414ms
Test with Node.js 22 compiled --without-intl
Total Tests: 142 Suites 📂: 2 Passed ✅: 142 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11451.516ms
Test with Node.js 22 compiled --without-intl
Total Tests: 406 Suites 📂: 17 Passed ✅: 405 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 1 Todo 📝: 0 Duration 🕐: 32928.467ms
Test with Node.js 22 compiled --without-intl
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 145.192ms
Test with Node.js 22 compiled --without-intl
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 262.406ms
Test with Node.js 22 compiled --without-intl
Total Tests: 76 Suites 📂: 8 Passed ✅: 76 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 1516.843ms
Test with Node.js 22 compiled --without-intl
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 10915.610ms