leehaut opened a new pull request, #8082:
URL: https://github.com/apache/hop/pull/8082

   Fix https://github.com/apache/hop/issues/8063
   
   
   ## Summary
   - Join used to wait forever when a parallel branch failed on a success hop 
before the last action connected to Join, because that predecessor never ran 
and never produced a tracker result.
   - Join now treats a predecessor as finished when every incoming hop is dead 
(same hop rules as the workflow engine): a skipped success hop after a failure 
fails Join; a skipped failure hop after a success does not.
   - Add unit tests for the hang, the skipped-failure-hop case, and a slow 
branch that must still be waited for, plus IT 
`0012-join-failure-with-intermediate.hwf`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to