History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-581
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Shankar Kalel
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Parallel Composition should stop immediately if any of participating steps fails.

Created: 28/Jun/10 06:02 AM   Updated: 28/Mar/11 07:51 AM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: 3.1.29

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
I have created a parallel composition consisting of 2 serial compositions say Comp1 and Comp2.
 
My requirement is while build is running if any of the steps either from Comp1 or Comp2 fails, the build should stop immediately.

Also once build is stopped, it should be signalled as "Build failed" and not as "Build Stopped". Also it should give correct build log about which step is failed.

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [28/Mar/11 07:51 AM]
In 3.1.29, one can add a post-execute action "cancel sibling steps if current is failed" to kill other concurrent running steps if current step is failed to fast-fail the whole build. The whole build log is preserved in this case.