Commit f107e6dc authored by Alexandre Boeglin's avatar Alexandre Boeglin

When an activity fails, all activities that depend on it should not be

executed.

Note: earlier version of this test checked exactly the contrary, but it was
eventually agreed that this was a bug. If an activity fails, all the
activities that depend on it should be block until the first one is resolved.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9994 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 516318b8
...@@ -17,7 +17,7 @@ SELECT ...@@ -17,7 +17,7 @@ SELECT
FROM FROM
message message
WHERE WHERE
processing_node >= -1 processing_node >= -2
<dtml-if method_id> <dtml-if method_id>
AND ( AND (
<dtml-in method_id> <dtml-in method_id>
......
...@@ -17,7 +17,7 @@ SELECT ...@@ -17,7 +17,7 @@ SELECT
FROM FROM
message_queue message_queue
WHERE WHERE
processing_node >= -1 processing_node >= -2
<dtml-if method_id> <dtml-if method_id>
AND ( AND (
<dtml-in method_id> <dtml-in method_id>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment