I updated the tests to use JUnit's TemporaryFolder rule instead of the old
custom and _shared_ folder. No more random errors.

Gary

On Wed, Sep 27, 2017 at 1:05 PM, Pascal Schumacher <pascalschumac...@gmx.net
> wrote:

> Am 27.09.2017 um 19:58 schrieb Gary Gregory:
>
>> I wonder if we need to force Maven to disable any concurrency when running
>> tests?
>>
> That should not be necessary.
>
> Maven/Maven-Surefire-Plugin does not run test in parallel by default. The
> surefire configuration of commons-io does not specify the parallel
> parameter and the forkcount parameter is set to 1 so the tests should be
> executed sequentially.
>
> Cheers,
> Pascal
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

Reply via email to