Re: [Geotools-devel] JDBC Transaction mock test keeps on failing on Travis

2016-12-17 Thread Ben Caradoc-Davies
Andrea, it looks like the problem was a race condition between the GC thread calling a finalizer for a data store leaked from another test and the stubbing setup for the test log handler, mediated by the shared ContentDataStore logger. Fix is to register the mock log handler only after stubbin

Re: [Geotools-devel] JDBC Transaction mock test keeps on failing on Travis

2016-12-17 Thread Ben Caradoc-Davies
Andrea, I can repeat this intermittent failure by running all tests (only) for this module in Maven and Eclipse: https://osgeo-org.atlassian.net/browse/GEOT-5603 Kind regards, Ben. On 22/11/16 04:51, Andrea Aime wrote: > Hi, > I keep on seen this error in pull request: > > SEVERE: There's code