Re: [Geotools-devel] Test failures in ImageMosaic/PostGIS online tests

2022-03-22 Thread Daniele Romagnoli
PR ready to fix the failures https://github.com/geotools/geotools/pull/3826 >From the main pom.xml I see this: online disabled and **/*OnlineTest.java So I think that a build which triggers the online profile is executing all the OnlineTest around. R

Re: [Geotools-devel] Test failures in ImageMosaic/PostGIS online tests

2022-03-22 Thread Andrea Aime
Because it explicitly includes gt-imagemosaic too: run: mvn -B clean install -T2 -Dall --file pom.xml -DskipTests -pl modules/plugin/jdbc/jdbc-postgis -pl modules/plugin/imagemosaic -am -Dspotless.apply.skip=true My guess: imagemosaic has online tests that do need a postgresql database, they have

Re: [Geotools-devel] Test failures in ImageMosaic/PostGIS online tests

2022-03-22 Thread Ian Turton
It's an online test, though why only PostGIS triggers it I couldn't say Ian On Mon, 21 Mar 2022 at 17:25, Jody Garnett wrote: > But .. .why is this only getting the PostGIS online tests? > > On Mon, Mar 21, 2022 at 10:15 AM Daniele Romagnoli < > daniele.romagn...@geosolutionsgroup.com> wrote: >

Re: [Geotools-devel] Test failures in ImageMosaic/PostGIS online tests

2022-03-21 Thread Jody Garnett
But .. .why is this only getting the PostGIS online tests? On Mon, Mar 21, 2022 at 10:15 AM Daniele Romagnoli < daniele.romagn...@geosolutionsgroup.com> wrote: > Hi Ian, > I'm currently investigating that. > It seems like the Landsat8 S3 free datasets are no longer available or > they changed som

Re: [Geotools-devel] Test failures in ImageMosaic/PostGIS online tests

2022-03-21 Thread Ian Turton
Ok, thanks for the update. Ian On Mon, 21 Mar 2022 at 17:14, Daniele Romagnoli < daniele.romagn...@geosolutionsgroup.com> wrote: > Hi Ian, > I'm currently investigating that. > It seems like the Landsat8 S3 free datasets are no longer available or > they changed something on their S3 data. > htt

Re: [Geotools-devel] Test failures in ImageMosaic/PostGIS online tests

2022-03-21 Thread Daniele Romagnoli
Hi Ian, I'm currently investigating that. It seems like the Landsat8 S3 free datasets are no longer available or they changed something on their S3 data. https://docs.opendata.aws/landsat-pds/readme.html I'm investigating a Sentinel2 replacement. Regards. Daniele Regards, Daniele Romagnoli

Re: [Geotools-devel] Test failures in ImageMosaic/PostGIS online tests

2022-03-21 Thread Joseph Miller
I saw that recently as well and did a very preliminary investigation that pointed to a dependency on a S3 hosted Landsat file that is no longer present. Joe On Mon, Mar 21, 2022 at 1:11 PM Ian Turton wrote: > I'm seeing the following failures on both GitHub and locally: > https://github.com/geo