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
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
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
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
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