Re: [Geotools-devel] Jenkins geotools-master-online-postgis broken for six months

2018-05-02 Thread Ben Caradoc-Davies
Yes, I think Daniele made the hstore tests robust against the absence of the hstore extension. Kind regards, Ben. On 02/05/18 11:09, Torben Barsballe wrote: As of the latest tests, it seems like the H2 failure is the only thing causing the geotools-master-online-postgis tests to fail - the Pos

Re: [Geotools-devel] Jenkins geotools-master-online-postgis broken for six months

2018-05-02 Thread Torben Barsballe
As of the latest tests, it seems like the H2 failure is the only thing causing the geotools-master-online-postgis tests to fail - the PostGIS tests pass fine. (As an aside, I was able to "create extension hstore" on the PostGIS DB, but the PostGIS tests were passing before that) Torben On Wed, Ap

Re: [Geotools-devel] Jenkins geotools-master-online-postgis broken for six months

2018-04-18 Thread Torben Barsballe
On Wed, Apr 18, 2018 at 7:01 AM, Andrea Aime wrote: > Hum: > > Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 12.32 sec <<< > FAILURE! - in org.geotools.data.h2.H2DataStoreFactoryTest > testTCP(org.geotools.data.h2.H2DataStoreFactoryTest) Time elapsed: 12.316 > sec <<< ERROR!

Re: [Geotools-devel] Jenkins geotools-master-online-postgis broken for six months

2018-04-18 Thread Andrea Aime
Hum: Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 12.32 sec <<< FAILURE! - in org.geotools.data.h2.H2DataStoreFactoryTest testTCP(org.geotools.data.h2.H2DataStoreFactoryTest) Time elapsed: 12.316 sec <<< ERROR! org.h2.jdbc.JdbcSQLException: Exception opening port H2 TCP Server

Re: [Geotools-devel] Jenkins geotools-master-online-postgis broken for six months

2018-04-18 Thread Daniele Romagnoli
Hi again, Good news: The 2 test classes (HSTORE and JSON) aren't failing anymore: https://build.geoserver.org/view/geotools/job/geotools-master-online-postgis/571/console However that the build is still failing on different H2 related stuff which seems failing since long time too. Cheers, Daniele

Re: [Geotools-devel] Jenkins geotools-master-online-postgis broken for six months

2018-04-18 Thread Daniele Romagnoli
Hi everybody. >From my previous understanding, the https://osgeo-org. atlassian.net/browse/GEOT-5876 JIRA was closed as "Not a bug" so I didn't spend additional time on it. However, it looks like is still causing issues with online tests so I was able to replicate it locally and made a couple of fi

Re: [Geotools-devel] Jenkins geotools-master-online-postgis broken for six months

2018-04-17 Thread Ben Caradoc-Davies
All I know is that I needed a one-time "create extension hstore;" to turn on hstore support in my test database. I do not know anything about the JSON failure. Kind regards, Ben. On 18/04/18 07:23, Torben Barsballe wrote: As far as I can tell, this is a GeoTools failure - the PostGIS instance

Re: [Geotools-devel] Jenkins geotools-master-online-postgis broken for six months

2018-04-17 Thread Andrea Aime
Hi Torben, I'm cc'ing Daniele that implemented those tests. As far as I know one has to install two extensions in postgresql in order for those tests to pass, the hstore, and the json data types in particular, which are plugins. I thought the tests were supposed to check if the extensions are insta

Re: [Geotools-devel] Jenkins geotools-master-online-postgis broken for six months

2018-04-17 Thread Torben Barsballe
As far as I can tell, this is a GeoTools failure - the PostGIS instance does seem to be working (I know this has been an issue in the past, but I don't think PostGIS is the problem this time) I'm not familiar enough with the failing tests (PostGISHStoreOnlineTest and PostGISJsonOnlineTest) to say

[Geotools-devel] Jenkins geotools-master-online-postgis broken for six months

2018-03-30 Thread Ben Caradoc-Davies
https://build.geoserver.org/view/geotools/job/geotools-master-online-postgis/ Builds that are already broken do cause new breakage to be noticed: https://osgeo-org.atlassian.net/browse/GEOT-5981 https://github.com/geotools/geotools/pull/1846 -- Ben Caradoc-Davies Director Transient Software Lim