Files
Matt Aitken 5f832f5ee4
📦 Preview packages (pkg.pr.new) / Build and publish previews (push) Has been cancelled
test(run-engine): cover error isolation and the retry it triggers in the pause sweep
A run that throws on its way back was the one failure mode with no coverage: a
rejected script call never increments the skipped count, so without both the
per-message isolation and the retry-on-error condition a transient failure
would end the sweep with those runs still admitted and still on the worker
queue. Seeds an unreturnable run alongside a healthy one and asserts the
healthy one still comes back, the failure is counted, and the pass is retried.
2026-07-28 19:21:20 +01:00
..