v4.2.3
What's Changed
Bug Fixes
-
result_handler: Guard
_handle_successwhen coverage gate blocks node (#722)Fixed an ordering bug in
SessionResultHandler.process()where the coverage regression gate would block a coder node and cascade-block its dependents, but_handle_success()would then unconditionally mark the same node ascompleted— leaving dependents permanently orphan-blocked with no path to unblock. This caused irrecoverable stalls in runs where a coder introduced a coverage regression.
Full Changelog: v4.2.2...v4.2.3