openworkflow v0.7.1 #921
Annotations
4 errors
|
ci-bun
Process completed with exit code 1.
|
|
packages/openworkflow/worker.test.ts > resolveRetryPolicy > falls back to defaults for invalid runtime values:
packages/openworkflow/worker.test.ts#L1828
AssertionError: expected { initialInterval: '-1s', …(3) } to deeply equal { initialInterval: '1s', …(3) }
- Expected
+ Received
{
- "backoffCoefficient": 2,
- "initialInterval": "1s",
- "maximumAttempts": 1,
- "maximumInterval": "100s",
+ "backoffCoefficient": -1,
+ "initialInterval": "-1s",
+ "maximumAttempts": NaN,
+ "maximumInterval": "invalid",
}
❯ packages/openworkflow/worker.test.ts:1828:20
|
|
ci
Process completed with exit code 1.
|
|
packages/openworkflow/worker.test.ts > resolveRetryPolicy > falls back to defaults for invalid runtime values:
packages/openworkflow/worker.test.ts#L1828
AssertionError: expected { initialInterval: '-1s', …(3) } to deeply equal { initialInterval: '1s', …(3) }
- Expected
+ Received
{
- "backoffCoefficient": 2,
- "initialInterval": "1s",
- "maximumAttempts": 1,
- "maximumInterval": "100s",
+ "backoffCoefficient": -1,
+ "initialInterval": "-1s",
+ "maximumAttempts": NaN,
+ "maximumInterval": "invalid",
}
❯ packages/openworkflow/worker.test.ts:1828:20
|