You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Benson Margulies <bi...@gmail.com> on 2014/06/20 13:35:03 UTC

Curiosities with Surefire 2.19

I've enabled multi-threading.

1. The 'Running' message does not show up until after the class completes.

2. My stderr output from Log2J has disappeared.

Are either of these adjustable?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Curiosities with Surefire 2.19

Posted by Kristian Rosenvold <kr...@gmail.com>.
Once you switched to parallel you probably switched surefire provider
to the junit47 provider. There might be some subtle differences in how
those two providers capture console output; maybe the newer provider
is better (or worse...)

Kristian


2014-06-20 16:23 GMT+02:00 Benson Margulies <bi...@gmail.com>:
> On Fri, Jun 20, 2014 at 7:44 AM, Kristian Rosenvold
> <kr...@gmail.com> wrote:
>> 1. This is by choice to avoid mixing results from different classes, so "no".
>> 2. Does toggeling
>> http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#redirectTestOutputToFile
>> do the trick ?
>
> Yes. I had looked at it, but I somehow convinced myself that if I
> wasn't using it in before I shouldn't need it now. Thanks.
>
>>
>> Kristian
>>
>>
>> 2014-06-20 13:35 GMT+02:00 Benson Margulies <bi...@gmail.com>:
>>> I've enabled multi-threading.
>>>
>>> 1. The 'Running' message does not show up until after the class completes.
>>>
>>> 2. My stderr output from Log2J has disappeared.
>>>
>>> Are either of these adjustable?
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: users-help@maven.apache.org
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Curiosities with Surefire 2.19

Posted by Benson Margulies <bi...@gmail.com>.
On Fri, Jun 20, 2014 at 7:44 AM, Kristian Rosenvold
<kr...@gmail.com> wrote:
> 1. This is by choice to avoid mixing results from different classes, so "no".
> 2. Does toggeling
> http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#redirectTestOutputToFile
> do the trick ?

Yes. I had looked at it, but I somehow convinced myself that if I
wasn't using it in before I shouldn't need it now. Thanks.

>
> Kristian
>
>
> 2014-06-20 13:35 GMT+02:00 Benson Margulies <bi...@gmail.com>:
>> I've enabled multi-threading.
>>
>> 1. The 'Running' message does not show up until after the class completes.
>>
>> 2. My stderr output from Log2J has disappeared.
>>
>> Are either of these adjustable?
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Curiosities with Surefire 2.19

Posted by Kristian Rosenvold <kr...@gmail.com>.
1. This is by choice to avoid mixing results from different classes, so "no".
2. Does toggeling
http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#redirectTestOutputToFile
do the trick ?

Kristian


2014-06-20 13:35 GMT+02:00 Benson Margulies <bi...@gmail.com>:
> I've enabled multi-threading.
>
> 1. The 'Running' message does not show up until after the class completes.
>
> 2. My stderr output from Log2J has disappeared.
>
> Are either of these adjustable?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org