feat: add retention cleanup policy for terminal runs #1163
Annotations
2 errors
|
ci-bun
Process completed with exit code 1.
|
|
packages/openworkflow/worker/execution.test.ts > StepExecutor > auto-indexes duplicate workflow names in parallel Promise.all:
packages/openworkflow/worker/execution.test.ts#L2216
AssertionError: expected [ …(3) ] to deeply equal [ …(2) ]
- Expected
+ Received
[
"workflow-child-parallel-duplicate-f549bd3f-015d-45b7-926a-7babf0551cbf",
"workflow-child-parallel-duplicate-f549bd3f-015d-45b7-926a-7babf0551cbf:1",
+ "workflow-child-parallel-duplicate-f549bd3f-015d-45b7-926a-7babf0551cbf:1",
]
❯ packages/openworkflow/worker/execution.test.ts:2216:31
|