[ 
https://issues.apache.org/jira/browse/SUREFIRE-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17374735#comment-17374735
 ] 

Tibor Digana commented on SUREFIRE-1926:
----------------------------------------

[~michael-o]
Actually both slf4j and sysout need to be in one lock. The reason is that the 
test summary goes through slf4j (normal maven logger - apache api) but the 
console logs (a user calls System.out.println() in his tests) appear in sysout 
and syserr.

> Console logs should be synchronized
> -----------------------------------
>
>                 Key: SUREFIRE-1926
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1926
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: Maven Failsafe Plugin, Maven Surefire Plugin
>            Reporter: Tibor Digana
>            Assignee: Tibor Digana
>            Priority: Major
>             Fix For: 3.0.0-M6
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to