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 <anis...@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-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to