chore(deps): bump knip from 6.3.1 to 6.4.1 (#461) #1397
Annotations
11 errors
|
ci-bun
Process completed with exit code 1.
|
|
packages/openworkflow/worker/execution.test.ts > executeWorkflow > sleep handling > resumes workflow after sleep duration:
packages/openworkflow/worker/execution.test.ts#L3464
AssertionError: expected '1b66852f-34db-428a-938a-a83f86dda05d' to be null
- Expected:
null
+ Received:
"1b66852f-34db-428a-938a-a83f86dda05d"
❯ packages/openworkflow/worker/execution.test.ts:3464:32
|
|
packages/openworkflow/worker/execution.test.ts > StepExecutor > workflow resumes after sleep duration:
packages/openworkflow/worker/execution.test.ts#L304
AssertionError: expected 'b6eb5c37-4305-4cb7-b8f4-753931339bfb' to be null
- Expected:
null
+ Received:
"b6eb5c37-4305-4cb7-b8f4-753931339bfb"
❯ packages/openworkflow/worker/execution.test.ts:304:30
|
|
packages/openworkflow/worker/worker.test.ts > Worker > sleep is not skipped when worker crashes after creating sleep step but before parking workflow:
packages/openworkflow/worker/worker.test.ts#L921
AssertionError: expected '8305879b-f74f-44f8-acb9-c0694bd8251a' to be null
- Expected:
null
+ Received:
"8305879b-f74f-44f8-acb9-c0694bd8251a"
❯ packages/openworkflow/worker/worker.test.ts:921:42
|
|
packages/openworkflow/worker/worker.test.ts > Worker > parked workflows can be claimed after availableAt:
packages/openworkflow/worker/worker.test.ts#L864
AssertionError: expected '328ab59d-fade-4a41-980d-dc8d2fd5175a' to be null
- Expected:
null
+ Received:
"328ab59d-fade-4a41-980d-dc8d2fd5175a"
❯ packages/openworkflow/worker/worker.test.ts:864:30
|
|
packages/openworkflow/worker/worker.test.ts > Worker > step.sleep handles multiple sequential sleeps:
packages/openworkflow/worker/worker.test.ts#L804
AssertionError: expected 1 to be 2 // Object.is equality
- Expected
+ Received
- 2
+ 1
❯ packages/openworkflow/worker/worker.test.ts:804:28
|
|
packages/openworkflow/worker/worker.test.ts > Worker > step.sleep is cached on replay:
packages/openworkflow/worker/worker.test.ts#L727
AssertionError: expected +0 to be 1 // Object.is equality
- Expected
+ Received
- 1
+ 0
❯ packages/openworkflow/worker/worker.test.ts:727:24
|
|
packages/openworkflow/worker/worker.test.ts > Worker > step.sleep postpones workflow execution:
packages/openworkflow/worker/worker.test.ts#L651
AssertionError: expected 'ac830d81-5674-48b5-b44b-3646f5b20434' to be null
- Expected:
null
+ Received:
"ac830d81-5674-48b5-b44b-3646f5b20434"
❯ packages/openworkflow/worker/worker.test.ts:651:29
|
|
packages/openworkflow/worker/worker.test.ts > Worker > only failed steps re-execute on retry:
packages/openworkflow/worker/worker.test.ts#L589
AssertionError: expected +0 to be 1 // Object.is equality
- Expected
+ Received
- 1
+ 0
❯ packages/openworkflow/worker/worker.test.ts:589:35
|
|
ci
Process completed with exit code 1.
|
|
packages/openworkflow/worker/worker.test.ts > Worker > step.sleep handles multiple sequential sleeps:
packages/openworkflow/worker/worker.test.ts#L813
AssertionError: expected undefined to be 'running' // Object.is equality
- Expected:
"running"
+ Received:
undefined
❯ packages/openworkflow/worker/worker.test.ts:813:74
|