feat(openworkflow, server, cli): server #1408
Annotations
5 errors
|
ci-bun
Process completed with exit code 1.
|
|
packages/openworkflow/worker/execution.test.ts > StepExecutor > workflow resumes after sleep duration:
packages/openworkflow/worker/execution.test.ts#L304
AssertionError: expected 'efba0bc7-4f1a-41f3-a8d8-13fb2c3b67d7' to be null
- Expected:
null
+ Received:
"efba0bc7-4f1a-41f3-a8d8-13fb2c3b67d7"
❯ packages/openworkflow/worker/execution.test.ts:304:30
|
|
packages/openworkflow/worker/worker.test.ts > Worker > keeps retry budgets isolated per step name:
packages/openworkflow/worker/worker.test.ts#L1713
AssertionError: expected 'running' to be 'pending' // Object.is equality
Expected: "pending"
Received: "running"
❯ packages/openworkflow/worker/worker.test.ts:1713:25
|
|
packages/openworkflow/worker/worker.test.ts > Worker > step.sleep handles multiple sequential sleeps:
packages/openworkflow/worker/worker.test.ts#L794
AssertionError: expected undefined to be 'running' // Object.is equality
- Expected:
"running"
+ Received:
undefined
❯ packages/openworkflow/worker/worker.test.ts:794:74
|
|
packages/openworkflow/worker/worker.test.ts > Worker > respects worker concurrency limit:
packages/openworkflow/worker/worker.test.ts#L326
AssertionError: expected +0 to be 2 // Object.is equality
- Expected
+ Received
- 2
+ 0
❯ packages/openworkflow/worker/worker.test.ts:326:23
|