feat(child-workflows): nested execution snapshots #9376
ci.yml
on: pull_request
Detect Version
0s
Test and Build
/
Test and Build
55s
Check Docs Changes
Matrix: Build AMD64
Matrix: Build ARM64 (GHCR Only)
Process Docs
/
Process Documentation Embeddings
Matrix: Create GHCR Manifests
Create GitHub Release
0s
Annotations
4 errors and 2 warnings
|
Test and Build / Test and Build
Process completed with exit code 1.
|
|
executor/handlers/workflow/workflow-handler.test.ts > WorkflowBlockHandler > mapChildOutputToParent > should handle nested response structures:
apps/sim/executor/handlers/workflow/workflow-handler.test.ts#L236
AssertionError: expected { success: true, …(5) } to deeply equal { success: true, …(3) }
- Expected
+ Received
{
"childTraceSpans": [],
+ "childWorkflowId": "child-id",
"childWorkflowName": "Child Workflow",
+ "childWorkflowSnapshotId": undefined,
"result": {
"nested": "data",
},
"success": true,
}
❯ executor/handlers/workflow/workflow-handler.test.ts:236:22
|
|
executor/handlers/workflow/workflow-handler.test.ts > WorkflowBlockHandler > mapChildOutputToParent > should map successful child output correctly:
apps/sim/executor/handlers/workflow/workflow-handler.test.ts#L199
AssertionError: expected { success: true, …(5) } to deeply equal { success: true, …(3) }
- Expected
+ Received
{
"childTraceSpans": [],
+ "childWorkflowId": "child-id",
"childWorkflowName": "Child Workflow",
+ "childWorkflowSnapshotId": undefined,
"result": {
"data": "test result",
},
"success": true,
}
❯ executor/handlers/workflow/workflow-handler.test.ts:199:22
|
|
Test and Build / Test and Build
sim#test: command (/home/runner/_work/sim/sim/apps/sim) /home/runner/.bun/bin/bun run test exited (1)
|
|
Test and Build / Test and Build
Skipping sticky disk commit due to previous step failures
|
|
Test and Build / Test and Build
Found 2 failed/cancelled steps in previous workflow steps
|