Skip to content

Add state machine to ReconnectingWebSocket #1822

Add state machine to ReconnectingWebSocket

Add state machine to ReconnectingWebSocket #1822

Triggered via pull request January 21, 2026 22:59
Status Failure
Total duration 45s
Artifacts

ci.yaml

on: pull_request
Matrix: test-integration
Matrix: test-unit
Package
0s
Package
Fit to window
Zoom out
Zoom in

Annotations

16 errors
Integration Test (VS Code stable)
Process completed with exit code 2.
Integration Test (VS Code stable): test/unit/websocket/reconnectingWebSocket.test.ts#L618
Property 'isDisconnected' does not exist on type 'ReconnectingWebSocket<unknown>'. Did you mean 'disconnect'?
Integration Test (VS Code stable): test/unit/websocket/reconnectingWebSocket.test.ts#L591
Property 'isDisconnected' does not exist on type 'ReconnectingWebSocket<unknown>'. Did you mean 'disconnect'?
Integration Test (VS Code stable): test/unit/websocket/reconnectingWebSocket.test.ts#L574
Property 'isDisconnected' does not exist on type 'ReconnectingWebSocket<unknown>'. Did you mean 'disconnect'?
Unit Test (Electron latest)
Process completed with exit code 1.
test/unit/websocket/reconnectingWebSocket.test.ts > ReconnectingWebSocket > Certificate Refresh > skips refresh for non-refreshable errors (unknown_ca): test/unit/websocket/reconnectingWebSocket.test.ts#L618
AssertionError: expected undefined to be true // Object.is equality - Expected: true + Received: undefined ❯ test/unit/websocket/reconnectingWebSocket.test.ts:618:53
test/unit/websocket/reconnectingWebSocket.test.ts > ReconnectingWebSocket > Certificate Refresh > only refreshes once per connection cycle (retry-once): test/unit/websocket/reconnectingWebSocket.test.ts#L591
AssertionError: expected undefined to be true // Object.is equality - Expected: true + Received: undefined ❯ test/unit/websocket/reconnectingWebSocket.test.ts:591:53
test/unit/websocket/reconnectingWebSocket.test.ts > ReconnectingWebSocket > Certificate Refresh > disconnects when refresh fails: test/unit/websocket/reconnectingWebSocket.test.ts#L574
AssertionError: expected undefined to be true // Object.is equality - Expected: true + Received: undefined ❯ test/unit/websocket/reconnectingWebSocket.test.ts:574:53
Integration Test (VS Code 1.95.0)
Process completed with exit code 2.
Integration Test (VS Code 1.95.0): test/unit/websocket/reconnectingWebSocket.test.ts#L618
Property 'isDisconnected' does not exist on type 'ReconnectingWebSocket<unknown>'. Did you mean 'disconnect'?
Integration Test (VS Code 1.95.0): test/unit/websocket/reconnectingWebSocket.test.ts#L591
Property 'isDisconnected' does not exist on type 'ReconnectingWebSocket<unknown>'. Did you mean 'disconnect'?
Integration Test (VS Code 1.95.0): test/unit/websocket/reconnectingWebSocket.test.ts#L574
Property 'isDisconnected' does not exist on type 'ReconnectingWebSocket<unknown>'. Did you mean 'disconnect'?
Unit Test (Electron 32)
Process completed with exit code 1.
test/unit/websocket/reconnectingWebSocket.test.ts > ReconnectingWebSocket > Certificate Refresh > skips refresh for non-refreshable errors (unknown_ca): test/unit/websocket/reconnectingWebSocket.test.ts#L618
AssertionError: expected undefined to be true // Object.is equality - Expected: true + Received: undefined ❯ test/unit/websocket/reconnectingWebSocket.test.ts:618:53
test/unit/websocket/reconnectingWebSocket.test.ts > ReconnectingWebSocket > Certificate Refresh > only refreshes once per connection cycle (retry-once): test/unit/websocket/reconnectingWebSocket.test.ts#L591
AssertionError: expected undefined to be true // Object.is equality - Expected: true + Received: undefined ❯ test/unit/websocket/reconnectingWebSocket.test.ts:591:53
test/unit/websocket/reconnectingWebSocket.test.ts > ReconnectingWebSocket > Certificate Refresh > disconnects when refresh fails: test/unit/websocket/reconnectingWebSocket.test.ts#L574
AssertionError: expected undefined to be true // Object.is equality - Expected: true + Received: undefined ❯ test/unit/websocket/reconnectingWebSocket.test.ts:574:53