[infinispan-dev] Hanging testsuite / bug in TestNG?

Sanne Grinovero sanne at infinispan.org
Wed Jun 27 08:13:21 EDT 2012


Are you sure that resolved the problem?

When you wrap a list into a new ArrayList, it might still need to
iterate on it's elements, depending on which implementation of List is
being used.

So that might indeed fix it but depends on the List implementation :-(

On 27 June 2012 13:03, Sanne Grinovero <sanne at infinispan.org> wrote:
> On 27 June 2012 12:51, Adrian Nistor <anistor at redhat.com> wrote:
>> I've just submitted the surefire ConcurrentModificationException issue
>> (http://jira.codehaus.org/browse/SUREFIRE-879) and also created a pull
>> request for the (trivial) fix. Let's hope they will be quick to handle
>> it. This has the potential of eliminating many of our random test failures.
>
> Awesome!


More information about the infinispan-dev mailing list