Skip to content

Add ES2024 and WebSocket polyfills for Node.js test environments #43

Add ES2024 and WebSocket polyfills for Node.js test environments

Add ES2024 and WebSocket polyfills for Node.js test environments #43

Re-run triggered February 3, 2026 07:17
Status Failure
Total duration 4m 39s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
[unit] test/Task.test.ts > race > propagates external abort to all raced tasks: packages/common/test/Task.test.ts#L2994
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/Task.test.ts:2994:3
[unit] test/Task.test.ts > sleep > completes after duration: packages/common/test/Task.test.ts#L2829
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/Task.test.ts:2829:3
[unit] test/Task.test.ts > callback > provides RunnerDeps for testable time: packages/common/test/Task.test.ts#L2791
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/Task.test.ts:2791:3
[unit] test/Task.test.ts > Fiber > daemon > from nested task runs on root runner: packages/common/test/Task.test.ts#L1385
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/Task.test.ts:1385:5
[unit] test/Task.test.ts > Fiber > daemon > outlives parent task: packages/common/test/Task.test.ts#L1302
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/Task.test.ts:1302:5
[unit] test/Task.test.ts > Fiber > daemon > called directly on root runner: packages/common/test/Task.test.ts#L1278
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/Task.test.ts:1278:5
[unit] test/Task.test.ts > Fiber > abort > during run signals abort via AbortSignal: packages/common/test/Task.test.ts#L1136
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ test/Task.test.ts:1136:38
[unit] test/Task.test.ts > Runner > dispose > aborts all running fibers: packages/common/test/Task.test.ts#L729
AssertionError: expected [ Array(2) ] to deeply equal [ 'task1 aborted', 'task2 aborted' ] - Expected + Received [ - "task1 aborted", - "task2 aborted", + "task1 completed", + "task2 completed", ] ❯ test/Task.test.ts:729:23
[browser (webkit)] test/WebSocket.test.ts > WebSocketConnectionError behavior on abrupt termination: packages/common/test/WebSocket.test.ts#L382
Error: Snapshot `WebSocketConnectionError behavior on abrupt termination 1` mismatched - Expected + Received [ { - "type": "WebSocketConnectionError", - }, - { "attempts": 1, "causeType": "WebSocketConnectionCloseError", "type": "RetryError", }, ] ❯ test/WebSocket.test.ts:382:41
ci
@evolu/common#test: command (/home/runner/work/evolu-plan-b/evolu-plan-b/packages/common) /home/runner/.bun/bin/bun run test exited (1)