Re: [POOL] 1.5-RC2 soak test errors

2009-06-03 Thread sebb
On 04/06/2009, Mark Thomas wrote: > sebb wrote: > > I've been running the GKOP and GOP tests repeatedly, and there are > > some tests which still fail now and then: > > > > The following test fails regularly: > > > > testThreaded1(org.apache.commons.pool.impl.TestGenericObjectPool) > > Time

Re: [POOL] 1.5-RC2 soak test errors

2009-06-03 Thread Mark Thomas
sebb wrote: > I've been running the GKOP and GOP tests repeatedly, and there are > some tests which still fail now and then: > > The following test fails regularly: > > testThreaded1(org.apache.commons.pool.impl.TestGenericObjectPool) > Time elapsed: 6 sec <<< FAILURE! > junit.framework.Assertio

Re: [POOL] 1.5-RC2 soak test errors

2009-06-03 Thread Jim Jagielski
Trying to duplicate... On Jun 2, 2009, at 3:03 PM, sebb wrote: I've been running the GKOP and GOP tests repeatedly, and there are some tests which still fail now and then: The following test fails regularly: testThreaded1(org.apache.commons.pool.impl.TestGenericObjectPool) Time elapsed: 6 sec

Re: svn commit: r781288 - /commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/GenericKeyedObjectPool.java

2009-06-03 Thread Phil Steitz
ma...@apache.org wrote: Author: markt Date: Wed Jun 3 07:52:20 2009 New Revision: 781288 URL: http://svn.apache.org/viewvc?rev=781288&view=rev Log: Fix root cause of error reported by sebb with testEvictorVisiting() on the dev list. When adding objects to the toDestroy list, need to remove the

Re: svn commit: r780905 - /commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/GenericKeyedObjectPool.java

2009-06-03 Thread Mark Thomas
Mark Thomas wrote: > I need to do some more testing to figure out why an object is no longer > in the pool but is in the cursor. Found it and fixed it. Still need to review this thread for the other errors reported. Mark - To