Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: workflow-support-plugin
-
Labels:
-
Similar Issues:
Description
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.
Attachments
Issue Links
- 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
Code changed in jenkins
User: Jesse Glick
Path:
src/test/java/org/jenkinsci/plugins/workflow/cps/steps/ParallelStepTest.java
http://jenkins-ci.org/commit/workflow-cps-plugin/4798a812cd7e749c2e272d2b9bbbdb5fc3a793f3
Log:
JENKINS-38457Temporarily suppressing part of test which shows the regression.