#7: change multi-sequence evaluation behavior -------------------------+--------------------- Reporter: jtluka | Owner: jtluka Type: enhancement | Status: new Priority: major | Milestone: Component: component1 | Version: Keywords: controller | Blocked By: Blocking: | -------------------------+--------------------- Currently if any of the command sequence fails the whole recipe is aborted and the rest of the command sequences won't be executed.
Imagine you have the recipe split into several logical parts and you'd like to see if any of them pass. Currently you have to rely on all of them to pass.
The change would be to execute all of the sequences in recipe no matter if they fail or not by default and if user wants to specify some crucial sequence, add attribute "quit_on_fail" to command_sequence tag.