Skip to content

pass initData in

pass initData in #391

Triggered via push January 14, 2026 22:43
Status Failure
Total duration 1m 18s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Test
Process completed with exit code 1.
test/rules.test.ts > rules > async rule resolution > sync top level > should resolve async nested in sync wrapper: packages/auth0/test/rules.test.ts#L270
Error: Test timed out in 5000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". ❯ test/rules.test.ts:270:7
test/rules.test.ts > rules > async rule resolution > async top level > should resolve async top level: packages/auth0/test/rules.test.ts#L233
Error: Test timed out in 5000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". ❯ test/rules.test.ts:233:7
Unhandled error: packages/foundation/src/index.ts#L434
Error: listen EADDRINUSE: address already in use :::4420 ❯ Server.setupListenHandle [as _listen2] node:net:1908:16 ❯ listenInCluster node:net:1965:12 ❯ Server.listen node:net:2067:7 ❯ Object.listen ../foundation/src/index.ts:434:41 ❯ createSimulation test/rules.test.ts:50:26 ❯ test/rules.test.ts:271:32 ❯ ../../node_modules/@vitest/runner/dist/chunk-hooks.js:752:20 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 4420 } This error originated in "test/rules.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should resolve async nested in sync wrapper". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.