Skip to content

feat(pubsub): sync backplane #869

feat(pubsub): sync backplane

feat(pubsub): sync backplane #869

Triggered via pull request June 30, 2026 20:18
@pi0xpi0x
synchronize #192
feat/sync
Status Failure
Total duration 1m 22s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test/adapters/cloudflare.test.ts > cloudflare > get peers from peer: test/tests.ts#L176
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". ❯ wsTests test/tests.ts:176:3 ❯ wsTestsExec test/_utils.ts:194:3 ❯ test/adapters/cloudflare.test.ts:5:3
test/adapters/cloudflare.test.ts > cloudflare > get peers from adapter: test/tests.ts#L168
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". ❯ wsTests test/tests.ts:168:3 ❯ wsTestsExec test/_utils.ts:194:3 ❯ test/adapters/cloudflare.test.ts:5:3
test/adapters/cloudflare.test.ts > cloudflare > peer.websocket: test/tests.ts#L137
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". ❯ wsTests test/tests.ts:137:3 ❯ wsTestsExec test/_utils.ts:194:3 ❯ test/adapters/cloudflare.test.ts:5:3
test/adapters/cloudflare.test.ts > cloudflare > peer.waitForDrain: test/tests.ts#L131
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". ❯ wsTests test/tests.ts:131:3 ❯ wsTestsExec test/_utils.ts:194:3 ❯ test/adapters/cloudflare.test.ts:5:3
test/adapters/cloudflare.test.ts > cloudflare > peer.bufferedAmount: test/tests.ts#L122
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". ❯ wsTests test/tests.ts:122:3 ❯ wsTestsExec test/_utils.ts:194:3 ❯ test/adapters/cloudflare.test.ts:5:3
test/adapters/cloudflare.test.ts > cloudflare > peer.request (headers, url, remoteAddress): test/tests.ts#L89
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". ❯ wsTests test/tests.ts:89:3 ❯ wsTestsExec test/_utils.ts:194:3 ❯ test/adapters/cloudflare.test.ts:5:3
test/adapters/cloudflare.test.ts > cloudflare > negotiate sub-protocol: test/tests.ts#L63
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". ❯ wsTests test/tests.ts:63:37 ❯ wsTestsExec test/_utils.ts:194:3 ❯ test/adapters/cloudflare.test.ts:5:3
test/adapters/cloudflare.test.ts > cloudflare > upgrade response headers: test/tests.ts#L55
AssertionError: expected { Object (transfer-encoding, date, ...) } to match object { connection: StringMatching{…}, …(3) } (3 matching properties omitted from actual) - Expected + Received { - "connection": StringMatching /^upgrade$/i, - "sec-websocket-accept": Any<String>, - "set-cookie": "cross-ws=1; SameSite=None; Secure", - "x-powered-by": "cross-ws", + "content-encoding": "gzip", + "date": "Tue, 30 Jun 2026 20:19:37 GMT", + "transfer-encoding": "chunked", } ❯ test/tests.ts:55:34
test/adapters/cloudflare.test.ts > cloudflare > binary message: test/tests.ts#L45
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". ❯ wsTests test/tests.ts:45:3 ❯ wsTestsExec test/_utils.ts:194:3 ❯ test/adapters/cloudflare.test.ts:5:3
test/adapters/cloudflare.test.ts > cloudflare > send message: test/tests.ts#L27
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". ❯ wsTests test/tests.ts:27:3 ❯ wsTestsExec test/_utils.ts:194:3 ❯ test/adapters/cloudflare.test.ts:5:3
ci
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/