On Thu, Mar 19, 2020 at 12:31:00PM +0000, 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 > catch in my test, similar to the catch in this existing test [3], is ignoring > the exception on the thread (it is show in maven console, but the test is > marked as succesful). Any hint? > > [1] https://osgeo-org.atlassian.net/browse/GEOT-5621 > [2] > https://github.com/geotools/geotools/blob/master/modules/plugin/imagemosaic-jdbc/src/main/java/org/geotools/gce/imagemosaic/jdbc/ImageDecoderThread.java > [3] > https://github.com/geotools/geotools/blob/ff084efa09788eb08f27330c0cc8a46829e99584/modules/plugin/imagemosaic-jdbc/src/test/java/org/geotools/gce/imagemosaic/jdbc/AbstractTest.java#L705
It seems I already fix it. https://github.com/geotools/geotools/pull/2842 _______________________________________________ GeoTools-Devel mailing list GeoTools-Devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-devel