Apache Commons logo Commons Pool

Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
403 0 0 12 97.0% 394.4 s

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


Package List

[Summary] [Package List] [Test Cases]


Package Tests Errors Failures Skipped Success Rate Time
org.apache.commons.pool2 44 0 0 0 100% 36.62 s
org.apache.commons.pool2.proxy 24 0 0 0 100% 20.11 s
org.apache.commons.pool2.impl 323 0 0 2 99.4% 337.6 s
org.apache.commons.pool2.pool407 12 0 0 10 16.7% 0.011 s

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

org.apache.commons.pool2

- Class Tests Errors Failures Skipped Success Rate Time
PoolTest 1 0 0 0 100% 1.123 s
TestBasePoolableObjectFactory 2 0 0 0 100% 0.002 s
PooledObjectTest 3 0 0 0 100% 0.014 s
TestTrackedUse 1 0 0 0 100% 0 s
TestBaseKeyedPooledObjectFactory 1 0 0 0 100% 0.001 s
TestPoolUtils 19 0 0 0 100% 35.47 s
TestBaseObjectPool 17 0 0 0 100% 0.008 s

org.apache.commons.pool2.proxy

- Class Tests Errors Failures Skipped Success Rate Time
TestProxiedKeyedObjectPoolWithJdkProxy 6 0 0 0 100% 5.020 s
TestProxiedObjectPoolWithCglibProxy 6 0 0 0 100% 5.020 s
TestProxiedKeyedObjectPoolWithCglibProxy 6 0 0 0 100% 5.050 s
TestProxiedObjectPoolWithJdkProxy 6 0 0 0 100% 5.022 s

org.apache.commons.pool2.impl

- Class Tests Errors Failures Skipped Success Rate Time
CallStackTest 8 0 0 0 100% 0.029 s
TestGenericObjectPoolConfig 11 0 0 0 100% 0.005 s
TestLinkedBlockingDeque 40 0 0 0 100% 0.429 s
TestGenericObjectPoolClassLoaders 1 0 0 0 100% 0.424 s
TestGenericKeyedObjectPool 87 0 0 0 100% 172.1 s
TestEvictionConfig 3 0 0 0 100% 0.002 s
TestEvictionTimer 1 0 0 0 100% 0.003 s
TestGenericObjectPool 110 0 0 2 98.2% 114.3 s
TestPoolImplUtils 6 0 0 0 100% 0.005 s
NoOpCallStackTest 1 0 0 0 100% 0.001 s
TestBaseGenericObjectPool 12 0 0 0 100% 1.371 s
TestPooledSoftReference 2 0 0 0 100% 0.001 s
TestCallStackUtils 2 0 0 0 100% 0.007 s
TestDefaultPooledObject 5 0 0 0 100% 23.01 s
TestAbandonedKeyedObjectPool 6 0 0 0 100% 10.93 s
TestSoftReferenceObjectPool 17 0 0 0 100% 0.278 s
TestDefaultPooledObjectInfo 4 0 0 0 100% 0.329 s
TestGenericObjectPoolFactoryCreateFailure 1 0 0 0 100% 1.010 s
TestAbandonedObjectPool 6 0 0 0 100% 13.39 s

org.apache.commons.pool2.pool407

- Class Tests Errors Failures Skipped Success Rate Time
KeyedPool407Test 6 0 0 5 16.7% 0.004 s
Pool407Test 6 0 0 5 16.7% 0.007 s

Test Cases

[Summary] [Package List] [Test Cases]

CallStackTest

testPrintFilledStackTrace(CallStack)[1] 0.002 s
testPrintFilledStackTrace(CallStack)[2] 0.001 s
testPrintFilledStackTrace(CallStack)[3] 0.001 s
testPrintFilledStackTrace(CallStack)[4] 0 s
testPrintClearedStackTraceIsNoOp(CallStack)[1] 0 s
testPrintClearedStackTraceIsNoOp(CallStack)[2] 0 s
testPrintClearedStackTraceIsNoOp(CallStack)[3] 0 s
testPrintClearedStackTraceIsNoOp(CallStack)[4] 0.001 s

TestGenericObjectPoolConfig

testToStringAppendFields 0.001 s
testSetMaxWaitMillis 0 s
testToString 0.001 s
testSetSoftMinEvictableIdleTime 0 s
testSetEvictionPolicy 0 s
testSetSoftMinEvictableIdleTimeMillis 0 s
testSetEvictorShutdownTimeoutMillis 0 s
testSetSoftMinEvictableIdleDuration 0 s
testSetJmxNamePrefix 0 s
testSetEvictorShutdownTimeoutDuration 0 s
testSetEvictionPolicyClassName 0 s

PoolTest

testPool 1.121 s

TestLinkedBlockingDeque

testElement 0.002 s
testPossibleBug 0 s
testPutFirst 0 s
testPeekFirst 0 s
testOfferLast 0.001 s
testGetFirst 0 s
testToArray 0 s
testAddLast 0.001 s
testAdd 0 s
testPop 0 s
testPut 0 s
testClear 0 s
testOffer 0 s
testPeek 0 s
testPush 0 s
testTake 0 s
testOfferLastWithTimeout 0.060 s
testRemoveFirst 0 s
testConstructors 0 s
testPutLast 0 s
testOfferFirst 0 s
testDescendingIterator 0 s
testAddFirst 0 s
testGetLast 0 s
testTakeLast 0 s
testContains 0 s
testRemoveLast 0.001 s
testPollFirst 0 s
testPollFirstWithTimeout 0.060 s
testOfferWithTimeout 0.060 s
testPollLastWithTimeout 0.057 s
testPeekLast 0.001 s
testOfferFirstWithTimeout 0.060 s
testRemoveLastOccurrence 0 s
testPollLast 0 s
testPollWithTimeout 0.114 s
testDrainTo 0 s
testRemove 0.001 s
testIterator 0.001 s
testTakeFirst 0 s

TestBasePoolableObjectFactory

testDestroyModes 0.001 s
testDefaultMethods 0.001 s

KeyedPool407Test

testNormalFactoryNonNullFixtureWaitMax 0.003 s
testNullObjectFactoryWaitShort 0 s
- void org.apache.commons.pool2.pool407.KeyedPool407Test.testNullObjectFactoryWaitShort() throws java.lang.Exception is @Disabled -
testNullObjectFactoryWaitMax 0 s
- void org.apache.commons.pool2.pool407.KeyedPool407Test.testNullObjectFactoryWaitMax() throws java.lang.Exception is @Disabled -
testNormalFactoryNullFixtureWaitMax 0 s
- void org.apache.commons.pool2.pool407.KeyedPool407Test.testNormalFactoryNullFixtureWaitMax() throws java.lang.Exception is @Disabled -
testNullPoolableFactoryWaitMax 0 s
- void org.apache.commons.pool2.pool407.KeyedPool407Test.testNullPoolableFactoryWaitMax() throws java.lang.Exception is @Disabled -
testNullPoolableFactoryWaitShort 0 s
- void org.apache.commons.pool2.pool407.KeyedPool407Test.testNullPoolableFactoryWaitShort() throws java.lang.Exception is @Disabled -

TestGenericObjectPoolClassLoaders

testContextClassLoader 0.422 s

TestGenericKeyedObjectPool

testKPOFInvalidateObjectUsages 0.258 s
testBaseBorrow 0.003 s
testKPOFBorrowObjectUsages 0.002 s
testBaseClear 0.002 s
testToString 0.001 s
testKPOFAddObjectUsage 0.001 s
testKPOFReturnObjectUsages 0.001 s
testBaseNumActiveNumIdle 0 s
testKPOFClearUsages 0.001 s
testClosedPoolBehavior 0.001 s
testBaseInvalidateObject 0 s
testKPOFCloseUsages 0 s
testBaseBorrowReturn 0.001 s
testBaseNumActiveNumIdle2 0 s
testBaseAddObject 0.001 s
testLivenessPerKey 0.001 s
testNegativeMaxTotalPerKey 0 s
testValidationFailureOnReturnFreesCapacity 0.506 s
testWaiterCounts 0.327 s
testReuseCapacityOnMaintenanceBehavior 0.424 s
testConcurrentInvalidate 12.62 s
testMaxTotalWithThreads 4.414 s
testConcurrentBorrowAndClear 0.254 s
testClear 0 s
testGetStatsString 0.001 s
testFIFO 0 s
testLIFO 0 s
testReuseCapacityOnReturnConfig 0.001 s
testValidateOnCreate 0 s
testClientWaitStats 0.206 s
testMaxTotalZero 0.002 s
testConstructors 0.001 s
testThreaded1 6.047 s
testInvalidateWaiting 0.505 s
testValidationOnCreateOnly 3.007 s
testSettersAndGetters 0.002 s
testJmxRegistration 0.001 s
testMaxTotalInvariant 1.715 s
testGetKeys 0.002 s
testEviction2 7.150 s
testMultipleReturn 0.003 s
testContructorEvictionConfig 0.611 s
testConstructorNullFactory 0.003 s
testNPEOnFactoryNull 0.002 s
testBlockedKeyDoesNotBlockPool 1.005 s
testClearReuseCapacity 0.286 s
testReuseCapacityOnMaintenanceConfig 0.002 s
testReturnObjectWithoutBlockWhenExhausted 0.001 s
testMaxTotalPerKey 0.001 s
testMinIdleMaxTotalPerKey 0.926 s
testMaxActivePerKeyExceeded 105.0 s
testValidateOnCreateFailure 0.094 s
testMaxIdle 0.133 s
testEvictionOrder 2.128 s
testMaxTotalPerKeyZero 0.002 s
testMaxTotalLRU 0.152 s
testEvictorVisiting 0.015 s
testConcurrentBorrowAndClear_JiraComment17741156 0.033 s
testExceptionOnDestroyDuringBorrow 0.001 s
testExceptionOnActivateDuringBorrow 0 s
testMinIdle 0.639 s
testWhenExhaustedBlockClosePool 0.415 s
testEvictorClearOldestRace 2.615 s
testExceptionOnDestroyDuringReturn 0.002 s
testMutable 0.001 s
testReturnObjectWithBlockWhenExhausted 0.513 s
testEviction 8.094 s
testMaxTotal 0.003 s
testReturnObjectThrowsIllegalStateException 0.002 s
testBorrowObjectFairness 2.569 s
testNumActiveNumIdle2 0.003 s
testInvalidateMissingKeyForDestroyMode(DestroyMode)[1] 0.002 s
testInvalidateMissingKeyForDestroyMode(DestroyMode)[2] 0 s
testClearUnblocksWaiters 2.461 s
testExceptionOnPassivateDuringReturn 0.002 s
testMinIdleNoPreparePool 0.320 s
testEqualsIndiscernible 0.002 s
testMaxWaitMultiThreaded 2.013 s
testMaxWaitTimeOutOnTime 1.012 s
testInvalidateFreesCapacity 0.642 s
testAppendStats 0.003 s
testExceptionInValidationDuringEviction 0.001 s
testMakeObjectException 0.001 s
testReturnToHead 1.057 s
testClearOldest 1.692 s
testInvalidateFreesCapacityForOtherKeys 0.133 s
testInvalidateMissingKey 0.002 s

TestEvictionConfig

testConstructorZerosMillis 0 s
testConstructor1s 0.001 s
testConstructorZerosDurations 0 s

TestProxiedKeyedObjectPoolWithJdkProxy

testBorrowObject 0.008 s
testPassThroughMethods01 0 s
testPassThroughMethods02 0.001 s
testAccessAfterReturn 0 s
testAccessAfterInvalidate 0 s
testUsageTracking 5.008 s

TestEvictionTimer

testStartStopEvictionTimer 0.003 s

TestGenericObjectPool

testPOFInvalidateObjectUsages 0.254 s
testPOFAddObjectUsage 0.002 s
testPOFCloseUsages 0.002 s
testToString 0.002 s
testClosedPoolBehavior 0.002 s
testPOFBorrowObjectUsages 0.001 s
testPOFReturnObjectUsages 0.001 s
testPOFClearUsages 0.001 s
testBaseBorrow 0.001 s
testClose 0.001 s
testBaseClear 0.001 s
testBaseNumActiveNumIdle 0.001 s
testUnsupportedOperations 0.001 s
testBaseInvalidateObject 0.001 s
testBaseBorrowReturn 0.001 s
testBaseClosePool 0.001 s
testBaseAddObject 0 s
testNoInvalidateNPE 0.206 s
testAbandonedPool 0.253 s
testPreparePool 0.003 s
testMakeConcurrentWithReturn 0.461 s
testAddObjectNegativeMaxIdle 0.002 s
testSwallowedExceptionListener 0.003 s
testValidationFailureOnReturnFreesCapacity 0.508 s
testConcurrentInvalidate 12.60 s
testEvictWhileEmpty 0.002 s
testAddObjectRespectsMaxIdle 0.001 s
testConcurrentBorrowAndEvict 0.299 s
testEvictionSoftMinIdle 3.511 s
testTimeoutNoLeak 0.014 s
testGetStatsString 0.002 s
testFIFO 0.001 s
testLIFO 0.001 s
testEvictionInvalid 1.313 s
testValidateOnCreate 0.002 s
testClientWaitStats 0.207 s
testMaxTotalZero 0.003 s
testConstructors 0.003 s
testAddObjectRespectsMaxTotal 0.001 s
testThreaded1 6.041 s
testCloseMultiplePools1 0.003 s
testCloseMultiplePools2 11.01 s
testMaxIdleZeroUnderLoad 22.26 s
testPool419 0.784 s
testBrokenFactoryShouldNotBlockPool 0.001 s
testValidationOnCreateOnly 3.008 s
testBorrowTimings 0.204 s
testAddObjectConcurrentCallsRespectsMaxIdle 0 s
- WIP for https://issues.apache.org/jira/browse/POOL-413 -
testSettersAndGetters 0.003 s
testJmxRegistration 0.001 s
testMaxTotalInvariant 1.615 s
testReturnBorrowObjectWithingMaxWaitDuration 0.608 s
testEvictFIFO 0.129 s
testEvictLIFO 0.130 s
testMultipleReturn 0.003 s
testConstructorNullFactory 0.002 s
testNPEOnFactoryNull 0.003 s
testLivenessOnTransientFactoryFailure 0 s
- void org.apache.commons.pool2.impl.TestGenericObjectPool.testLivenessOnTransientFactoryFailure() throws java.lang.Exception is @Disabled -
testBorrowObjectOverrideMaxWaitLarge 0.111 s
testBorrowObjectOverrideMaxWaitSmall 0.610 s
testAddObjectCanAddToMaxIdle 0.001 s
testGetFactoryType_SynchronizedDefaultPooledObjectFactory 0.002 s
testFailingFactoryDoesNotBlockThreads 1.618 s
testMultipleReturnOfSameObject 0.004 s
testAddObjectFastReturn 0.053 s
testNoInstanceOverlap 0.518 s
testReturnBorrowObjectWithingMaxWaitMillis 0.614 s
testValidateOnCreateFailure 0.002 s
testMaxIdle 0.001 s
testEvictionOrder 2.083 s
testEvictionWithNegativeNumTests 0.419 s
testEvictorVisiting 0.015 s
testMaxTotalUnderLoad 22.12 s
testAddObject 0.002 s
testExceptionOnDestroyDuringBorrow 0.002 s
testDefaultConfiguration 0.001 s
testNegativeMaxTotal 0 s
testWhenExhaustedFail 0.001 s
testExceptionOnActivateDuringBorrow 0 s
testMinIdle 0.617 s
testGetFactoryType_NullPooledObjectFactory 0.002 s
testReturnAndInvalidateServesWaiters 0.053 s
testGetFactoryType_DefaultPooledObjectFactory 0.001 s
testSetConfig 0.002 s
testAddObjectRespectsMaxIdleLimit 0.001 s
testAddObjectZeroMaxIdle 0.001 s
testWhenExhaustedBlockClosePool 0.411 s
testGetFactoryType_SynchronizedNullPooledObjectFactory 0.003 s
testExceptionOnDestroyDuringReturn 0.002 s
testMutable 0.002 s
testEviction 8.047 s
testMaxTotal 0.003 s
testErrorFactoryDoesNotBlockThreads 1.618 s
testBorrowObjectFairness 2.509 s
testExceptionOnPassivateDuringReturn 0.002 s
testEvictAddObjects 0.872 s
testEqualsIndiscernible 0.003 s
testEvictionPolicy 3.016 s
testMaxIdleZero 0.002 s
testMaxWaitMultiThreaded 1.008 s
testMinIdleMaxTotal 0.929 s
testInvalidateFreesCapacity 0.629 s
testGetFactoryType_PoolUtilsSynchronizedNullPooledFactory 0.003 s
testStartAndStopEvictor 0.413 s
testAppendStats 0.002 s
testExceptionInValidationDuringEviction 0.001 s
testGetFactoryType_PoolUtilsSynchronizedDefaultPooledFactory 0.001 s
testWhenExhaustedBlockInterrupt 0.412 s
testAddObjectNegativeMaxTotal 0.002 s
testWhenExhaustedBlock 0.014 s

TestPoolImplUtils

testFactoryTypeSimple 0.001 s
testFactoryTypeNotSimple 0.001 s
testMinInstants 0 s
testToDuration 0 s
testToChronoUnit 0 s
testMaxInstants 0 s

NoOpCallStackTest

testPrintStackTraceIsNoOp 0.001 s

TestBaseGenericObjectPool

testCollectDetailedStatisticsDefault 0.001 s
testStatsStoreCircularBuffer 0 s
testBorrowWaitStatistics 0.001 s
testStatsStoreConcurrentAccess 0.005 s
testCollectDetailedStatisticsEnabled 0 s
testEvictionTimerMultiplePools 1.064 s
testActiveTimeStatistics 0.002 s
testCollectDetailedStatisticsToggling 0 s
testCollectDetailedStatisticsConfiguration 0.001 s
testCollectDetailedStatisticsDisabled 0.001 s
testJMXRegistrationLatency 0.292 s
testDetailedStatisticsConfigIntegration 0.001 s

TestProxiedObjectPoolWithCglibProxy

testBorrowObject 0.005 s
testPassThroughMethods01 0 s
testPassThroughMethods02 0.001 s
testAccessAfterReturn 0 s
testAccessAfterInvalidate 0.001 s
testUsageTracking 5.011 s

TestPooledSoftReference

testPooledSoftReference 0.001 s
testToString 0 s

PooledObjectTest

testGetObject 0.007 s
testIsNull 0.001 s
testNonNull 0.001 s

TestTrackedUse

testDefaultGetLastUsedInstant 0 s

TestCallStackUtils

testNewCallStack2 0.006 s
testNewCallStack3 0.001 s

TestProxiedKeyedObjectPoolWithCglibProxy

testBorrowObject 0.038 s
testPassThroughMethods01 0.001 s
testPassThroughMethods02 0 s
testAccessAfterReturn 0 s
testAccessAfterInvalidate 0.001 s
testUsageTracking 5.009 s

TestDefaultPooledObject

testGetIdleTimeMillis 22.49 s
testInitialStateDuration 0.106 s
testInitialStateCreateInstant 0 s
testInitialStateIdleDuration 0.205 s
testInitialStateActiveDuration 0.204 s

TestBaseKeyedPooledObjectFactory

testDefaultMethods 0.001 s

TestAbandonedKeyedObjectPool

testAbandonedInvalidate 3.158 s
testAbandonedReturn 3.644 s
testStackTrace 2.031 s
testWhenExhaustedBlock 1.011 s
testRemoveAbandonedWhileReturning 1.069 s
testConcurrentInvalidation 0.009 s

TestPoolUtils

testErodingObjectPoolDefaultFactor 0.003 s
testJavaBeanInstantiation 0 s
testCheckMinIdleKeyedObjectPoolKeysNulls 0.002 s
testTimerHolder 0.001 s
testPrefillKeyedObjectPool 0 s
testPrefillKeyedObjectPoolCollection 0.001 s
testErodingPoolKeyedObjectPool 10.29 s
testCheckMinIdleObjectPool 2.064 s
testSynchronizedPoolObjectPool 0.003 s
testErodingPoolKeyedObjectPoolDefaultFactor 0.001 s
testErodingPoolObjectPool 10.27 s
testErodingPerKeyKeyedObjectPool 10.29 s
testPrefillObjectPool 0.001 s
testSynchronizedPoolableFactoryKeyedPooledObjectFactory 0.003 s
testCheckMinIdleKeyedObjectPoolKeys 1.055 s
testSynchronizedPoolableFactoryPoolableObjectFactory 0.001 s
testSynchronizedPoolKeyedObjectPool 0.001 s
testCheckRethrow 0 s
testCheckMinIdleKeyedObjectPool 1.468 s

TestProxiedObjectPoolWithJdkProxy

testBorrowObject 0.004 s
testPassThroughMethods01 0 s
testPassThroughMethods02 0.001 s
testAccessAfterReturn 0.001 s
testAccessAfterInvalidate 0.001 s
testUsageTracking 5.012 s

Pool407Test

testNormalFactoryNonNullFixtureWaitMax 0.005 s
testNullObjectFactoryWaitShort 0 s
- void org.apache.commons.pool2.pool407.Pool407Test.testNullObjectFactoryWaitShort() throws java.lang.Exception is @Disabled -
testNullObjectFactoryWaitMax 0 s
- void org.apache.commons.pool2.pool407.Pool407Test.testNullObjectFactoryWaitMax() throws java.lang.Exception is @Disabled -
testNormalFactoryNullFixtureWaitMax 0 s
- void org.apache.commons.pool2.pool407.Pool407Test.testNormalFactoryNullFixtureWaitMax() throws java.lang.Exception is @Disabled -
testNullPoolableFactoryWaitMax 0 s
- void org.apache.commons.pool2.pool407.Pool407Test.testNullPoolableFactoryWaitMax() throws java.lang.Exception is @Disabled -
testNullPoolableFactoryWaitShort 0 s
- void org.apache.commons.pool2.pool407.Pool407Test.testNullPoolableFactoryWaitShort() throws java.lang.Exception is @Disabled -

TestBaseObjectPool

testPOFInvalidateObjectUsages 0.001 s
testPOFAddObjectUsage 0 s
testPOFCloseUsages 0.001 s
testToString 0 s
testClosedPoolBehavior 0 s
testPOFBorrowObjectUsages 0 s
testPOFReturnObjectUsages 0 s
testPOFClearUsages 0.001 s
testBaseBorrow 0 s
testClose 0 s
testBaseClear 0 s
testBaseNumActiveNumIdle 0 s
testUnsupportedOperations 0.001 s
testBaseInvalidateObject 0 s
testBaseBorrowReturn 0 s
testBaseClosePool 0.001 s
testBaseAddObject 0 s

TestSoftReferenceObjectPool

testPOFInvalidateObjectUsages 0.259 s
testPOFAddObjectUsage 0.002 s
testPOFCloseUsages 0.001 s
testToString 0.001 s
testClosedPoolBehavior 0.001 s
testPOFBorrowObjectUsages 0.002 s
testPOFReturnObjectUsages 0.001 s
testPOFClearUsages 0 s
testBaseBorrow 0 s
testClose 0.001 s
testBaseClear 0.001 s
testBaseNumActiveNumIdle 0.001 s
testUnsupportedOperations 0 s
testBaseInvalidateObject 0 s
testBaseBorrowReturn 0 s
testBaseClosePool 0 s
testBaseAddObject 0 s

TestDefaultPooledObjectInfo

testGetPooledObjectToString 0.003 s
testGetLastBorrowTrace 0.002 s
testGetPooledObjectType 0.001 s
testTiming 0.321 s

TestGenericObjectPoolFactoryCreateFailure

testBorrowObjectStuck 1.009 s

TestAbandonedObjectPool

testAbandonedInvalidate 4.234 s
testAbandonedReturn 5.070 s
testStackTrace 2.009 s
testWhenExhaustedBlock 1.005 s
testRemoveAbandonedWhileReturning 1.063 s
testConcurrentInvalidation 0.003 s

Failure Details

[Summary] [Package List] [Test Cases]


testNullObjectFactoryWaitShort
- skipped: void org.apache.commons.pool2.pool407.KeyedPool407Test.testNullObjectFactoryWaitShort() throws java.lang.Exception is @Disabled
testNullObjectFactoryWaitMax
- skipped: void org.apache.commons.pool2.pool407.KeyedPool407Test.testNullObjectFactoryWaitMax() throws java.lang.Exception is @Disabled
testNormalFactoryNullFixtureWaitMax
- skipped: void org.apache.commons.pool2.pool407.KeyedPool407Test.testNormalFactoryNullFixtureWaitMax() throws java.lang.Exception is @Disabled
testNullPoolableFactoryWaitMax
- skipped: void org.apache.commons.pool2.pool407.KeyedPool407Test.testNullPoolableFactoryWaitMax() throws java.lang.Exception is @Disabled
testNullPoolableFactoryWaitShort
- skipped: void org.apache.commons.pool2.pool407.KeyedPool407Test.testNullPoolableFactoryWaitShort() throws java.lang.Exception is @Disabled
testAddObjectConcurrentCallsRespectsMaxIdle
- skipped: WIP for https://issues.apache.org/jira/browse/POOL-413
testLivenessOnTransientFactoryFailure
- skipped: void org.apache.commons.pool2.impl.TestGenericObjectPool.testLivenessOnTransientFactoryFailure() throws java.lang.Exception is @Disabled
testNullObjectFactoryWaitShort
- skipped: void org.apache.commons.pool2.pool407.Pool407Test.testNullObjectFactoryWaitShort() throws java.lang.Exception is @Disabled
testNullObjectFactoryWaitMax
- skipped: void org.apache.commons.pool2.pool407.Pool407Test.testNullObjectFactoryWaitMax() throws java.lang.Exception is @Disabled
testNormalFactoryNullFixtureWaitMax
- skipped: void org.apache.commons.pool2.pool407.Pool407Test.testNormalFactoryNullFixtureWaitMax() throws java.lang.Exception is @Disabled
testNullPoolableFactoryWaitMax
- skipped: void org.apache.commons.pool2.pool407.Pool407Test.testNullPoolableFactoryWaitMax() throws java.lang.Exception is @Disabled
testNullPoolableFactoryWaitShort
- skipped: void org.apache.commons.pool2.pool407.Pool407Test.testNullPoolableFactoryWaitShort() throws java.lang.Exception is @Disabled