You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2010/10/25 16:06:03 UTC

DO NOT REPLY [Bug 49527] parallel timeout does not stop execution

https://issues.apache.org/bugzilla/show_bug.cgi?id=49527

Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |1.8.2

--- Comment #2 from Stefan Bodewig <bo...@apache.org> 2010-10-25 10:06:00 EDT ---
In my case I do get both messages but the parallel is terminated after two
seconds.

Some changes to fix bug 42924 tries to interrupt the spawned threads a few
times prior to killing them.  This terminates the sleep task and makes the
second echo task start.

The changed code in svn revision 1027125 will not allow tasks to go ahead
if a timeout occured or failOnAny is true.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.