[Geotools-devel] Exception on thread ignored in test

2020-03-19 Thread Eduardo Suarez
Hi! I'm not a Java developer, but anyway I'm trying to fix GEOT-5621 [1] (imagemosaic-jdbc plugin), adding a test case as well. The point is that I'm having an RasterFormatException on the ImageDecoderThread class [2], but the catch in my test, similar to the catch in this existing test [3], is ign

Re: [Geotools-devel] Exception on thread ignored in test

2020-03-19 Thread Eduardo Suarez-Santana
On Thu, Mar 19, 2020 at 12:31:00PM +, Eduardo Suarez wrote: > Hi! I'm not a Java developer, but anyway I'm trying to fix GEOT-5621 [1] > (imagemosaic-jdbc plugin), adding a test case as well. The point is that I'm > having an RasterFormatException on the ImageDecoderThread class [2], but the >