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 2008/01/15 12:14:21 UTC

DO NOT REPLY [Bug 44242] New: - Add task for functional testing

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=44242>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=44242

           Summary: Add <funtest> task for functional testing
           Product: Ant
           Version: 1.7Alpha (nightly)
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Optional Tasks
        AssignedTo: notifications@ant.apache.org
        ReportedBy: stevel@apache.org


I'm proposing a complete rewrite of the <functionaltest> task we use to
bootstrap smartfrog's testing. This task
 -has a condition to decide whether to run or not
 -has an action that it starts in parallel
 -blocks until another condition is run
 -runs a test suite (anything in a sequence)
 -does cleanup
 -does junit report generation (conditionally)
 -has lots of timeouts

This can all be done with skilled <parallel>, <sequential> and ant-contrib work,
but you dont get the right cleanup, or forward the central, critical exceptions up.

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