Resume the parent when the fleet goes dry with open tasks #1716
ci.yml
on: pull_request
prettier
24s
eslint
22s
typecheck
24s
build-and-test
1m 48s
Annotations
10 errors and 4 warnings
|
build-and-test
Process completed with exit code 1.
|
|
error: expect(received).toBe(expected):
src/subagent/lifecycle-tools.test.ts#L406
Expected: "interrupted"
Received: undefined
at <anonymous> (/home/runner/work/corbits-code/corbits-code/src/subagent/lifecycle-tools.test.ts:406:48)
|
|
error: expect(received).toBe(expected):
src/subagent/lifecycle-tools.test.ts#L670
Expected: "interrupted"
Received: undefined
at <anonymous> (/home/runner/work/corbits-code/corbits-code/src/subagent/lifecycle-tools.test.ts:670:37)
|
|
error: expect(received).toEqual(expected):
src/subagent/agent-fleet.test.ts#L1007
[
{
"agent_id": "call-0.023164673177559658",
"status": "interrupted",
- "stop_reason": "interrupted",
},
]
- Expected - 1
+ Received + 0
at <anonymous> (/home/runner/work/corbits-code/corbits-code/src/subagent/agent-fleet.test.ts:1007:21)
|
|
error: expect(received).toEqual(expected):
src/subagent/agent-fleet.test.ts#L1111
[
{
"agent_id": "call-0.47079825215271187",
"status": "interrupted",
- "stop_reason": "interrupted",
},
]
- Expected - 1
+ Received + 0
at <anonymous> (/home/runner/work/corbits-code/corbits-code/src/subagent/agent-fleet.test.ts:1111:21)
|
|
error: expect(received).toEqual(expected):
src/subagent/agent-fleet.test.ts#L1153
[
{
"agent_id": "call-0.5859787936088802",
"status": "interrupted",
- "stop_reason": "interrupted",
},
]
- Expected - 1
+ Received + 0
at <anonymous> (/home/runner/work/corbits-code/corbits-code/src/subagent/agent-fleet.test.ts:1153:21)
|
|
error: expect(received).toEqual(expected):
src/subagent/agent-fleet.test.ts#L2232
[
{
"agent_id": "call-0.8020467306180346",
"status": "interrupted",
- "stop_reason": "cancelled",
},
]
- Expected - 1
+ Received + 0
at <anonymous> (/home/runner/work/corbits-code/corbits-code/src/subagent/agent-fleet.test.ts:2232:21)
|
|
error: expect(received).toBe(expected):
src/subagent/agent-fleet.test.ts#L401
Expected: "cancelled"
Received: undefined
at <anonymous> (/home/runner/work/corbits-code/corbits-code/src/subagent/agent-fleet.test.ts:401:37)
|
|
error: expect(received).toBe(expected):
src/subagent/agent-fleet.test.ts#L461
Expected: "incomplete-report"
Received: undefined
at <anonymous> (/home/runner/work/corbits-code/corbits-code/src/subagent/agent-fleet.test.ts:461:37)
|
|
error: expect(received).toBe(expected):
src/subagent/agent-fleet.test.ts#L515
Expected: "interrupted"
Received: undefined
at <anonymous> (/home/runner/work/corbits-code/corbits-code/src/subagent/agent-fleet.test.ts:515:37)
|
|
eslint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
prettier
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
typecheck
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-and-test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|