Skip to content

Fix a lot of bugs

Fix a lot of bugs #55

Triggered via push October 13, 2025 10:48
Status Failure
Total duration 50s
Artifacts

tests.yml

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

Annotations

8 errors
test (22.x)
Process completed with exit code 2.
tests/agent/state.test.ts > Agent State Machine > should retry on TransientError: tests/agent/state.test.ts#L102
AssertionError: expected 'error' to be 'idle' // Object.is equality Expected: "idle" Received: "error" ❯ tests/agent/state.test.ts:102:30
tests/agent/state.test.ts > Agent State Machine > should transition to error state on any other error: tests/agent/state.test.ts#L64
AssertionError: expected 'Incorrect locale information provided' to be 'Some other error' // Object.is equality Expected: "Some other error" Received: "Incorrect locale information provided" ❯ tests/agent/state.test.ts:64:29
tests/agent/state.test.ts > Agent State Machine > should transition to error state on FatalError: tests/agent/state.test.ts#L53
AssertionError: expected 'Incorrect locale information provided' to be 'Fatal error' // Object.is equality Expected: "Fatal error" Received: "Incorrect locale information provided" ❯ tests/agent/state.test.ts:53:29
test (20.x)
Process completed with exit code 2.
tests/agent/state.test.ts > Agent State Machine > should retry on TransientError: tests/agent/state.test.ts#L102
AssertionError: expected 'error' to be 'idle' // Object.is equality Expected: "idle" Received: "error" ❯ tests/agent/state.test.ts:102:30
tests/agent/state.test.ts > Agent State Machine > should transition to error state on any other error: tests/agent/state.test.ts#L64
AssertionError: expected 'Incorrect locale information provided' to be 'Some other error' // Object.is equality Expected: "Some other error" Received: "Incorrect locale information provided" ❯ tests/agent/state.test.ts:64:29
tests/agent/state.test.ts > Agent State Machine > should transition to error state on FatalError: tests/agent/state.test.ts#L53
AssertionError: expected 'Incorrect locale information provided' to be 'Fatal error' // Object.is equality Expected: "Fatal error" Received: "Incorrect locale information provided" ❯ tests/agent/state.test.ts:53:29