-
Bug
-
Resolution: Fixed
-
Major
This surprising behavior, plus the fact that DepthFirstScanner goes in reverse branch order as opposed to FlowGraphWalker which (AFAIK) went in forward order, means that ParallelStepTest.suspend breaks: rather than seeing branches as A/B/C you see them as A/C/B.
Probably regressed by workflow-support PR 9.
- relates to
-
JENKINS-38309 Make ForkScanner return Parallel Branches in same order as others
- Closed
-
JENKINS-38458 Mandate consistent iteration order for DepthFirstScanner
- Closed
- links to