Github user garydgregory commented on the issue:

    https://github.com/apache/commons-pool/pull/10
  
    I am using:
    ```
    Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 
2018-06-17T12:33:14-06:00)
    Maven home: C:\Java\apache-maven-3.5.4\bin\..
    Java version: 1.8.0_172, vendor: Oracle Corporation, runtime: C:\Program 
Files\Java\jdk1.8.0_172\jre
    Default locale: en_US, platform encoding: Cp1252
    OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
    ```
    I tried again and it worked, but then, trying again, I get 5 errors instead 
of the 3 above:
    ```
    [ERROR] Tests run: 82, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 
78.346 s <<< FAILURE! - in org.apache.commons.pool2.impl.TestGenericObjectPool
    [ERROR] 
testConstructors(org.apache.commons.pool2.impl.TestGenericObjectPool)  Time 
elapsed: 0.179 s  <<< ERROR!
    java.lang.NoSuchMethodError: 
org.apache.commons.pool2.impl.TestGenericObjectPool$DummyFactory.<init>(Lorg/apache/commons/pool2/impl/TestGenericObjectPool$1;)V
            at 
org.apache.commons.pool2.impl.TestGenericObjectPool.testConstructors(TestGenericObjectPool.java:140)
    
    [ERROR] 
testFailingFactoryDoesNotBlockThreads(org.apache.commons.pool2.impl.TestGenericObjectPool)
  Time elapsed: 0.015 s  <<< ERROR!
    java.lang.NoSuchMethodError: 
org.apache.commons.pool2.impl.TestGenericObjectPool$CreateFailFactory.<init>(Lorg/apache/commons/pool2/impl/TestGenericObjectPool$1;)V
            at 
org.apache.commons.pool2.impl.TestGenericObjectPool.testFailingFactoryDoesNotBlockThreads(TestGenericObjectPool.java:2570)
    
    [ERROR] testMutable(org.apache.commons.pool2.impl.TestGenericObjectPool)  
Time elapsed: 0.032 s  <<< ERROR!
    java.lang.NoSuchMethodError: 
org.apache.commons.pool2.impl.TestGenericObjectPool$HashSetFactory.<init>(Lorg/apache/commons/pool2/impl/TestGenericObjectPool$1;)V
            at 
org.apache.commons.pool2.impl.TestGenericObjectPool.testMutable(TestGenericObjectPool.java:2445)
    
    [ERROR] 
testErrorFactoryDoesNotBlockThreads(org.apache.commons.pool2.impl.TestGenericObjectPool)
  Time elapsed: 0.035 s  <<< ERROR!
    java.lang.NoSuchMethodError: 
org.apache.commons.pool2.impl.TestGenericObjectPool$CreateErrorFactory.<init>(Lorg/apache/commons/pool2/impl/TestGenericObjectPool$1;)V
            at 
org.apache.commons.pool2.impl.TestGenericObjectPool.testErrorFactoryDoesNotBlockThreads(TestGenericObjectPool.java:2685)
    
    [ERROR] 
testEqualsIndiscernible(org.apache.commons.pool2.impl.TestGenericObjectPool)  
Time elapsed: 0.005 s  <<< ERROR!
    java.lang.NoSuchMethodError: 
org.apache.commons.pool2.impl.TestGenericObjectPool$HashSetFactory.<init>(Lorg/apache/commons/pool2/impl/TestGenericObjectPool$1;)V
            at 
org.apache.commons.pool2.impl.TestGenericObjectPool.testEqualsIndiscernible(TestGenericObjectPool.java:2427)
    ```
    
    Now I am trying to build without the patch and it passes. I tried 3 times 
in a row without errors. Each build (mvn clean test) takes about 5:15 minutes.
    
    So there is a side-effect in play with the patch... Can you run the build 
many times in a row and report?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to