flow: retry combinator — re-run node on raised exceptions + 6 tests
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 30s
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 30s
(retry n node) re-runs up to n attempts on a raised exception; the last attempt's exception propagates. Explicit (fail ...) values are NOT retried — they pass through. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"total": 36,
|
||||
"passed": 36,
|
||||
"total": 42,
|
||||
"passed": 42,
|
||||
"failed": 0,
|
||||
"suites": {
|
||||
"basic": { "passed": 18, "total": 18 },
|
||||
"control": { "passed": 18, "total": 18 }
|
||||
"control": { "passed": 24, "total": 24 }
|
||||
},
|
||||
"phases": { "phase1": "done", "phase2": "in-progress" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user