> On Nov 19, 2018, at 5:27 PM, Gary Gregory <garydgreg...@gmail.com> wrote:
>
> HI all:
>
> When I run 'mvn clean verify' on git master, I get test failures on my
> rather busy CPU (~60-90%):
>
> [INFO] Running org.apache.commons.pool2.impl.TestGenericKeyedObjectPool
> [ERROR] Tests run: 63, Failures: 2, Errors: 0, Skipped: 0, Time elapsed:
> 177.53 s <<< FAILURE! - in
> org.apache.commons.pool2.impl.TestGenericKeyedObjectPool
> [ERROR]
> testEviction2(org.apache.commons.pool2.impl.TestGenericKeyedObjectPool)
> Time elapsed: 15.04 s <<< FAILURE!
> java.lang.AssertionError: Should be less than 900 idle, found 962
> at
> org.apache.commons.pool2.impl.TestGenericKeyedObjectPool.testEviction2(TestGenericKeyedObjectPool.java:519)
>
> [ERROR]
> testMinIdleMaxTotalPerKey(org.apache.commons.pool2.impl.TestGenericKeyedObjectPool)
> Time elapsed: 0.705 s <<< FAILURE!
> java.lang.AssertionError: Should be 5 idle, found 3
> at
> org.apache.commons.pool2.impl.TestGenericKeyedObjectPool.testMinIdleMaxTotalPerKey(TestGenericKeyedObjectPool.java:672)
>
> Does anyone see this as well?
What are your memory settings? I definitely run into tests that sit for quite a
while.
-Rob
>
> Gary
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org