Skip to content

Make pool read-only, with a single write connection. #2571

Make pool read-only, with a single write connection.

Make pool read-only, with a single write connection. #2571

Triggered via pull request January 16, 2025 22:14
Status Failure
Total duration 4m 51s
Artifacts

test-node-bindings.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
test/Conversations.test.ts > Conversations > should stream all groups: bindings_node/test/Conversations.test.ts#L419
AssertionError: expected [ undefined, undefined, undefined ] to deeply equal [ Array(3) ] - Expected + Received Array [ - Conversation {}, - Conversation {}, - Conversation {}, + undefined, + undefined, + undefined, ] ❯ test/Conversations.test.ts:419:20
test/Conversations.test.ts > Conversations > should only stream group chats: bindings_node/test/Conversations.test.ts#L446
AssertionError: expected 3 to be 2 // Object.is equality - Expected + Received - 2 + 3 ❯ test/Conversations.test.ts:446:27
test/Conversations.test.ts > Conversations > should only stream dm groups: bindings_node/test/Conversations.test.ts#L474
AssertionError: expected 3 to be 1 // Object.is equality - Expected + Received - 1 + 3 ❯ test/Conversations.test.ts:474:27
Test
Process completed with exit code 1.