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

            Bug ID: 55879
           Summary: formatter doesn't log stdout messages unless Test
                    Suite is completed
           Product: Ant
           Version: 1.9.2
          Hardware: PC
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Optional Tasks
          Assignee: [email protected]
          Reporter: [email protected]

We had the problem that a JUnit test hung due to a very simple reason (issue
with database connection). We would have found the reason very quickly if all
stdout messages would be logged immediately when they occur.
However, the Ant Junit task will not log any stdout message unless the test
suite is finished, which actually never happens for a 'hang' situation. This
requires guessing the reason. I also tried already to derive my own formatter
from JUnitResultFormatter, but realized that this restriction comes from the
base class (at least in my understanding).

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to