remove runId parameter from startAgentStep #4046
ci.yml
on: push
build-and-check
2m 54s
Matrix: test-integration
Matrix: test
Annotations
6 errors and 4 warnings
|
test-backend
Final attempt failed. Child_process exited with error code 123
|
|
error: expect(received).toHaveBeenCalledWith(...expected):
backend/src/__tests__/agent-run.test.ts#L160
[
{
"agentId": "***-agent",
"ancestorRunIds": [],
"error": [Error: Database connection failed],
- "runId": undefined,
+ "runId": "generated-uuid",
"userId": undefined,
},
"Failed to start agent run",
]
- Expected - 1
+ Received + 1
at <anonymous> (/home/runner/work/***/***/backend/src/__***s__/agent-run.***.ts:160:45)
at <anonymous> (/home/runner/work/***/***/backend/src/__***s__/agent-run.***.ts:146:54)
|
|
error: expect(received).toHaveBeenCalledWith(...expected):
backend/src/__tests__/agent-run.test.ts#L160
[
{
"agentId": "***-agent",
"ancestorRunIds": [],
"error": [Error: Database connection failed],
- "runId": undefined,
+ "runId": "generated-uuid",
"userId": undefined,
},
"Failed to start agent run",
]
- Expected - 1
+ Received + 1
at <anonymous> (/home/runner/work/***/***/backend/src/__***s__/agent-run.***.ts:160:45)
at <anonymous> (/home/runner/work/***/***/backend/src/__***s__/agent-run.***.ts:146:54)
|
|
error: expect(received).toHaveBeenCalledWith(...expected):
backend/src/__tests__/agent-run.test.ts#L160
[
{
"agentId": "***-agent",
"ancestorRunIds": [],
"error": [Error: Database connection failed],
- "runId": undefined,
+ "runId": "generated-uuid",
"userId": undefined,
},
"Failed to start agent run",
]
- Expected - 1
+ Received + 1
at <anonymous> (/home/runner/work/***/***/backend/src/__***s__/agent-run.***.ts:160:45)
at <anonymous> (/home/runner/work/***/***/backend/src/__***s__/agent-run.***.ts:146:54)
|
|
error: expect(received).toHaveBeenCalledWith(...expected):
backend/src/__tests__/agent-run.test.ts#L160
[
{
"agentId": "***-agent",
"ancestorRunIds": [],
"error": [Error: Database connection failed],
- "runId": undefined,
+ "runId": "generated-uuid",
"userId": undefined,
},
"Failed to start agent run",
]
- Expected - 1
+ Received + 1
at <anonymous> (/home/runner/work/***/***/backend/src/__***s__/agent-run.***.ts:160:45)
at <anonymous> (/home/runner/work/***/***/backend/src/__***s__/agent-run.***.ts:146:54)
|
|
error: expect(received).toHaveBeenCalledWith(...expected):
backend/src/__tests__/agent-run.test.ts#L160
[
{
"agentId": "***-agent",
"ancestorRunIds": [],
"error": [Error: Database connection failed],
- "runId": undefined,
+ "runId": "generated-uuid",
"userId": undefined,
},
"Failed to start agent run",
]
- Expected - 1
+ Received + 1
at <anonymous> (/home/runner/work/***/***/backend/src/__***s__/agent-run.***.ts:160:45)
at <anonymous> (/home/runner/work/***/***/backend/src/__***s__/agent-run.***.ts:146:54)
|
|
test-backend
Attempt 4 failed. Reason: Child_process exited with error code 123
|
|
test-backend
Attempt 3 failed. Reason: Child_process exited with error code 123
|
|
test-backend
Attempt 2 failed. Reason: Child_process exited with error code 123
|
|
test-backend
Attempt 1 failed. Reason: Child_process exited with error code 123
|