Skip to content

Review feedback

Review feedback #2466

Re-run triggered September 11, 2025 12:34
Status Failure
Total duration 4m 27s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
tests/sync-stream.test.ts > Sync streams > unsubscribing multiple times has no effect: packages/node/tests/sync-stream.test.ts#L160
TypeError: this.locallyActiveSubscriptions.values.map is not a function or its return value is not iterable ❯ A.activeStreams ../common/lib/client/ConnectionManager.js:228:61 ❯ ../common/lib/client/ConnectionManager.js:124:41 ❯ A.connectInternal ../common/lib/client/ConnectionManager.js:108:38 ❯ tests/sync-stream.test.ts:160:5
tests/sync-stream.test.ts > Sync streams > unsubscribing multiple times has no effect: packages/node/tests/sync-stream.test.ts#L162
AssertionError: expected undefined to match object { streams: { …(2) } } - Expected: { "streams": { "include_defaults": true, "subscriptions": [ {}, ], }, } + Received: undefined ❯ tests/sync-stream.test.ts:162:47
tests/sync-stream.test.ts > Sync streams > changes subscriptions dynamically: packages/node/tests/sync-stream.test.ts#L110
TypeError: this.locallyActiveSubscriptions.values.map is not a function or its return value is not iterable ❯ A.activeStreams ../common/lib/client/ConnectionManager.js:228:61 ❯ ../common/lib/client/ConnectionManager.js:124:41 ❯ A.connectInternal ../common/lib/client/ConnectionManager.js:108:38 ❯ tests/sync-stream.test.ts:110:5
tests/sync-stream.test.ts > Sync streams > changes subscriptions dynamically: packages/node/tests/sync-stream.test.ts#L121
AssertionError: expected undefined to match object { streams: { …(2) } } - Expected: { "streams": { "include_defaults": true, "subscriptions": [ { "override_priority": null, "parameters": null, "stream": "a", }, ], }, } + Received: undefined ❯ tests/sync-stream.test.ts:121:49
tests/sync-stream.test.ts > Sync streams > reports default streams: packages/node/tests/sync-stream.test.ts#L85
TypeError: this.locallyActiveSubscriptions.values.map is not a function or its return value is not iterable ❯ A.activeStreams ../common/lib/client/ConnectionManager.js:228:61 ❯ ../common/lib/client/ConnectionManager.js:124:41 ❯ A.connectInternal ../common/lib/client/ConnectionManager.js:108:38 ❯ tests/sync-stream.test.ts:85:5
tests/sync-stream.test.ts > Sync streams > reports default streams: packages/node/tests/sync-stream.test.ts#L83
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". ❯ tests/sync-stream.test.ts:83:3
tests/sync-stream.test.ts > Sync streams > subscribes with streams: packages/node/tests/sync-stream.test.ts#L34
TypeError: this.locallyActiveSubscriptions.values.map is not a function or its return value is not iterable ❯ A.activeStreams ../common/lib/client/ConnectionManager.js:228:61 ❯ ../common/lib/client/ConnectionManager.js:124:41 ❯ A.connectInternal ../common/lib/client/ConnectionManager.js:108:38 ❯ tests/sync-stream.test.ts:34:5
tests/sync-stream.test.ts > Sync streams > subscribes with streams: packages/node/tests/sync-stream.test.ts#L36
AssertionError: expected undefined to match object { streams: { …(2) } } - Expected: { "streams": { "include_defaults": true, "subscriptions": [ { "override_priority": null, "parameters": { "foo": "a", }, "stream": "stream", }, { "override_priority": 1, "parameters": { "foo": "b", }, "stream": "stream", }, ], }, } + Received: undefined ❯ tests/sync-stream.test.ts:36:47
tests/sync-stream.test.ts > Sync streams > can disable default streams: packages/node/tests/sync-stream.test.ts#L16
TypeError: this.locallyActiveSubscriptions.values.map is not a function or its return value is not iterable ❯ A.activeStreams ../common/lib/client/ConnectionManager.js:228:61 ❯ ../common/lib/client/ConnectionManager.js:124:41 ❯ A.connectInternal ../common/lib/client/ConnectionManager.js:108:38 ❯ tests/sync-stream.test.ts:16:5
tests/sync-stream.test.ts > Sync streams > can disable default streams: packages/node/tests/sync-stream.test.ts#L21
AssertionError: expected undefined to match object { streams: { …(2) } } - Expected: { "streams": { "include_defaults": false, "subscriptions": [], }, } + Received: undefined ❯ tests/sync-stream.test.ts:21:47