Skip to content

chore/improve tests #20

chore/improve tests

chore/improve tests #20

Triggered via pull request June 22, 2025 18:22
Status Failure
Total duration 19s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

21 errors
src/foundry/__tests__/client.test.ts > FoundryClient > retry mechanism > should retry failed requests: src/foundry/__tests__/client.test.ts#L243
AssertionError: expected "spy" to be called 3 times, but got 1 times ❯ src/foundry/__tests__/client.test.ts:243:37
src/foundry/__tests__/client.test.ts > FoundryClient > API methods > should handle API errors: src/foundry/__tests__/client.test.ts#L220
AssertionError: promise resolved "{ actors: [], total: +0, page: 1, …(1) }" instead of rejecting - Expected + Received - [Error: rejected promise] + Object { + "actors": Array [], + "limit": 10, + "page": 1, + "total": 0, + } ❯ src/foundry/__tests__/client.test.ts:220:58
src/__tests__/integration.test.ts > Integration Tests > Error Handling Integration > should maintain system stability after errors: src/__tests__/integration.test.ts#L390
AssertionError: expected "spy" to be called 3 times, but got 0 times ❯ src/__tests__/integration.test.ts:390:37
src/__tests__/integration.test.ts > Integration Tests > Error Handling Integration > should handle cascading failures gracefully: src/__tests__/integration.test.ts#L353
AssertionError: promise resolved "{ actors: [], total: +0, page: 1, …(1) }" instead of rejecting - Expected + Received - [Error: rejected promise] + Object { + "actors": Array [], + "limit": 10, + "page": 1, + "total": 0, + } ❯ src/__tests__/integration.test.ts:353:58
src/__tests__/integration.test.ts > Integration Tests > Data Flow Integration > should handle complex item search with filtering: src/__tests__/integration.test.ts#L321
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ src/__tests__/integration.test.ts:321:28
src/__tests__/integration.test.ts > Integration Tests > Data Flow Integration > should process complete actor search workflow: src/__tests__/integration.test.ts#L266
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ src/__tests__/integration.test.ts:266:29
src/__tests__/integration.test.ts > Integration Tests > WebSocket Integration > should handle WebSocket disconnection and reconnection: src/__tests__/integration.test.ts#L212
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ src/__tests__/integration.test.ts:212:36
src/__tests__/integration.test.ts > Integration Tests > FoundryClient Integration > should handle API operations with proper error handling: src/__tests__/integration.test.ts#L127
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ src/__tests__/integration.test.ts:127:29
src/__tests__/integration.test.ts > Integration Tests > FoundryClient Integration > should handle connection lifecycle: src/__tests__/integration.test.ts#L91
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ src/__tests__/integration.test.ts:91:36
src/foundry/__tests__/client.test.ts > FoundryClient > retry mechanism > should retry failed requests: src/foundry/__tests__/client.test.ts#L243
AssertionError: expected "spy" to be called 3 times, but got 1 times ❯ src/foundry/__tests__/client.test.ts:243:37
src/foundry/__tests__/client.test.ts > FoundryClient > API methods > should handle API errors: src/foundry/__tests__/client.test.ts#L220
AssertionError: promise resolved "{ actors: [], total: +0, page: 1, …(1) }" instead of rejecting - Expected + Received - [Error: rejected promise] + Object { + "actors": Array [], + "limit": 10, + "page": 1, + "total": 0, + } ❯ src/foundry/__tests__/client.test.ts:220:58
src/__tests__/integration.test.ts > Integration Tests > Error Handling Integration > should maintain system stability after errors: src/__tests__/integration.test.ts#L390
AssertionError: expected "spy" to be called 3 times, but got 0 times ❯ src/__tests__/integration.test.ts:390:37
src/__tests__/integration.test.ts > Integration Tests > Error Handling Integration > should handle cascading failures gracefully: src/__tests__/integration.test.ts#L353
AssertionError: promise resolved "{ actors: [], total: +0, page: 1, …(1) }" instead of rejecting - Expected + Received - [Error: rejected promise] + Object { + "actors": Array [], + "limit": 10, + "page": 1, + "total": 0, + } ❯ src/__tests__/integration.test.ts:353:58
src/__tests__/integration.test.ts > Integration Tests > Data Flow Integration > should handle complex item search with filtering: src/__tests__/integration.test.ts#L321
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ src/__tests__/integration.test.ts:321:28
src/__tests__/integration.test.ts > Integration Tests > Data Flow Integration > should process complete actor search workflow: src/__tests__/integration.test.ts#L266
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ src/__tests__/integration.test.ts:266:29
src/__tests__/integration.test.ts > Integration Tests > WebSocket Integration > should handle WebSocket disconnection and reconnection: src/__tests__/integration.test.ts#L212
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ src/__tests__/integration.test.ts:212:36
src/__tests__/integration.test.ts > Integration Tests > FoundryClient Integration > should handle API operations with proper error handling: src/__tests__/integration.test.ts#L127
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ src/__tests__/integration.test.ts:127:29
src/__tests__/integration.test.ts > Integration Tests > FoundryClient Integration > should handle connection lifecycle: src/__tests__/integration.test.ts#L91
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ src/__tests__/integration.test.ts:91:36
test (18.x)
The strategy configuration was canceled because "test._20_x" failed