This must be some timing issue as the test passed on GitHub and Travis, but, I do see one failure for that on Java 11 on GitHub.
I am guessing the test might need to be set up differently. Gary On Fri, Jul 3, 2020, 14:35 Robert Paschek <robert.pasc...@comm-unity.at> wrote: > Hello, > > when I'm running mvn clean test on the current master branch, testEvict > always fails with the same error. > > [ERROR] Failures: > [ERROR] TestAbandonedBasicDataSource>TestBasicDataSource.testEvict:946 > EvictionTimer thread was destroyed with numIdle=7(expected: less or equal > than 5) > [ERROR] TestBasicDataSource.testEvict:946 EvictionTimer thread was > destroyed with numIdle=7(expected: less or equal than 5) > [ERROR] TestBasicManagedDataSource>TestBasicDataSource.testEvict:946 > EvictionTimer thread was destroyed with numIdle=7(expected: less or equal > than 5) > [ERROR] > TestDataSourceXAConnectionFactory>TestBasicDataSource.testEvict:946 > EvictionTimer thread was destroyed with numIdle=7(expected: less or equal > than 5) > > Is there something wrong with my setup? I'm using Maven 3.6.3 with > AdoptOpenJDK 8.0.252. > > Thanks for help. > > Regards, > Robert > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > >