Norqy / warp-persist

Automatically exported from code.google.com/p/warp-persist
0 stars 0 forks source link

Track down ConcurrentModificationException when running tests #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I haven't been able to reproduce it, but once I got:

java.util.ConcurrentModificationException
    at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
    at java.util.AbstractList$Itr.next(AbstractList.java:343)
    at
org.hibernate.connection.DriverManagerConnectionProvider.close(DriverManagerConn
ectionProvider.java:152)
    at org.hibernate.impl.SessionFactoryImpl.close(SessionFactoryImpl.java:801)
    at
com.wideplay.warp.hibernate.ClassLevelManagedLocalTransactionsTest.post(ClassLev
elManagedLocalTransactionsTest.java:79)

Original issue reported on code.google.com by robbie.v...@gmail.com on 22 Dec 2008 at 4:42

GoogleCodeExporter commented 9 years ago

Original comment by robbie.v...@gmail.com on 22 Dec 2008 at 4:42

GoogleCodeExporter commented 9 years ago
Could be the order in which tests are run--if for instance a cleanup failed to 
run for some reason. The 
integration tests are not parallelizable, unfortunately (pretty much all wp 
tests). 

I would not report this until you can reproduce it.

Original comment by dha...@gmail.com on 23 Dec 2008 at 1:10

GoogleCodeExporter commented 9 years ago
Haven't seen it since.

Original comment by robbie.v...@gmail.com on 23 Dec 2008 at 4:59