[
https://issues.apache.org/jira/browse/QPID-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617924#action_12617924
]
Rafael H. Schloming commented on QPID-1184:
-------------------------------------------
I think we could just call setOut and setErr on the same actual PrintStream
object, however I don't know if that would literally interleave them down to
the level of individual characters. What granularity did you want them to be
interleaved at, line by line?
> all output during tests is buffered until the test case finishes
> ----------------------------------------------------------------
>
> Key: QPID-1184
> URL: https://issues.apache.org/jira/browse/QPID-1184
> Project: Qpid
> Issue Type: Bug
> Components: Java Tests
> Affects Versions: M3
> Reporter: Rafael H. Schloming
> Assignee: Rafael H. Schloming
>
> Because all the output during tests is buffered, it is difficult to debug
> hangs since the log output is unavailable until the test concludes. Also,
> some of our tests produce many megabytes worth of output. Because junit
> buffers it all, there is increased memory pressure during test runs.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.