You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Git at Apache <gi...@git.apache.org> on 2012/06/27 13:44:46 UTC

maven-surefire pull request: SUREFIRE-879 maven-surefire-report-plugin fail...

GitHub user anistor opened a pull request:

    https://github.com/apache/maven-surefire/pull/5

    SUREFIRE-879 maven-surefire-report-plugin fails some times with Concurre...

    ...ntModificationException when running parallel TestNG
    
    The issue is easily fixed by atomically copying the List of buffers before iterating it.
    
    See Jira issue: http://jira.codehaus.org/browse/SUREFIRE-879

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/anistor/maven-surefire SUREFIRE-879

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven-surefire/pull/5.patch

----
commit 88c91a9b705cbc4318cc163dd073431e55eb61d4
Author: Adrian Nistor <an...@redhat.com>
Date:   2012-06-27T04:42:15-07:00

    SUREFIRE-879 maven-surefire-report-plugin fails some times with ConcurrentModificationException when running parallel TestNG
    
    The issue is easily fixed by atomically copying the List of buffers before iterating it.

----


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