Re: [Geotools-devel] Online Tests

2015-02-18 Thread Christian Mueller
Hi The drivers for DB2 have to be installed manually too. Cheers Christian On Wed, Feb 18, 2015 at 5:54 AM, Andrea Aime andrea.a...@geo-solutions.it wrote: I'm in the last minute change hater's club too. What's the damage in doing it on trunk only after the cut, and backport later, or

[Geotools-devel] GeoTools PostGIS Test failures

2015-02-18 Thread Torben Barsballe
I have recently been running the Online PostGIS tests, and have run into a number of existing failures: Failed tests: PostgisDateOnlineTestOnlineTestCase.run:123-JDBCDateOnlineTest.testFiltersByDate:45 expected:2 but was:1

Re: [Geotools-devel] GeoTools PostGIS Test failures

2015-02-18 Thread Ben Caradoc-Davies
Torben, please see the discussion in this Jira issue about the various postgres driver versions and the differing failures they cause. https://jira.codehaus.org/browse/GEOT-4636 You might add any new findings to this issue. Kind regards, Ben. On 19/02/15 07:05, Torben Barsballe wrote: I have

Re: [Geotools-devel] Online Tests

2015-02-18 Thread Jody Garnett
Larger picture is we have got some databases setup that ares can see and I would like to set up jobs to run our online tests (seperate nightly online tests using the -Ponline profile). I was just real surprised that the -Ponline profile was not setup for JDBC tests... While we can put off the

Re: [Geotools-devel] Online Tests

2015-02-18 Thread Torben Barsballe
I aggree that this big a change (at least it is a non-functional change) is probably a bad idea right before a release, but Jody asked if I could get it done in time, so here we are. Andrea: - According to our documentation

Re: [Geotools-devel] Online Tests

2015-02-18 Thread Ben Caradoc-Davies
I agree that this is a welcome change; how refreshing that our test classes finally conform to our own long standing and well-thought-out policy. One problem is that this is an API change for any external project that reuses these test classes. Another consequence is that every build server

Re: [Geotools-devel] Online Tests

2015-02-18 Thread Torben Barsballe
While this is a significant change, it only affects test cases and should not affect functionality, so I feel like it is relatively 'safe'. For the API change, I feel like the current naming scheme is what caused issue in the first place; Any jdbc tests simply used the API name with JDBC replaced

Re: [Geotools-devel] GeoTools PostGIS Test failures

2015-02-18 Thread Torben Barsballe
Thanks for that link Ben. It looks like we are kind of stuck until we get a postgis driver that fufills all our needs. The two Date test failures are unrelated to that issue however. The test case defines: DateFormat df = new SimpleDateFormat(-dd-MM); df.setTimeZone(

Re: [Geotools-devel] Online Tests

2015-02-18 Thread Ben Caradoc-Davies
Agreed. Unfortunately many are accustomed to following our practices rather than our documented policy. The one thing that have not tested is multithreaded builds. Many ares jobs use -T2 which I found often fail locally. How robust are online database tests with -T2? Kind regards, Ben. On

Re: [Geotools-devel] GeoTools PostGIS Test failures

2015-02-18 Thread Ben Caradoc-Davies
Torben, aha, well spotted! I recall similar (non-postgis) failures in the past, for tests that worked only for timezones behind UTC. The solution was to ensure more robust timezone handling in test fixtures and assertions. Causes? (1) As far as I know, nobody regularly runs PostGIS online

[Geotools-devel] [jira] (GEOT-5026) FeatureJSON drops property named 'id'

2015-02-18 Thread William Voorsluys (JIRA)
Title: Message Title William Voorsluys created an issue

[Geotools-devel] New stable 13.x branch created; feature freeze on master is over

2015-02-18 Thread Ben Caradoc-Davies
The new stable 13.x branch has been created and the GeoTools feature freeze on master is over. master now builds 14-SNAPSHOT. -- Ben Caradoc-Davies b...@transient.nz Software Engineer Transient Software http://transient.nz New Zealand

[Geotools-devel] Jenkins on ares hung?

2015-02-18 Thread Ben Caradoc-Davies
Jody, Jenkins on ares has been trying to build geotools-master for over two hours. Is it hung or running into resource constraints? This is blocking the RC1 release. Kind regards, -- Ben Caradoc-Davies b...@transient.nz Software Engineer Transient Software http://transient.nz New Zealand

Re: [Geotools-devel] Jenkins on ares hung?

2015-02-18 Thread Torben Barsballe
Looking at the console log, it seems to be stuck on* gt-process-raster* Does anyone who knows that module know why this module might be causing the build to hang? Torben On Wed, Feb 18, 2015 at 2:43 PM, Ben Caradoc-Davies b...@transient.nz wrote: Jody, Jenkins on ares has been trying to

Re: [Geotools-devel] Jenkins on ares hung?

2015-02-18 Thread Torben Barsballe
Hi Ben I have restarted geotools-master, hopefully it will build properly this time around. In the meantime, are there a The only change since the last stable build has been renaming all online tests to end in OnlineTest, but this has been tested on a couple of different environments and should

Re: [Geotools-devel] GeoTools PostGIS Test failures

2015-02-18 Thread Ben Caradoc-Davies
Done. On 19/02/15 13:20, Torben Barsballe wrote: Jira created here: https://jira.codehaus.org/browse/GEOT-5025 Do you want to add the results you got (as well as your environment) Torben -- Ben Caradoc-Davies b...@transient.nz Software Engineer Transient Software http://transient.nz New

Re: [Geotools-devel] Online Tests

2015-02-18 Thread Ben Caradoc-Davies
Bugger. Several Oracle tests were not ported and FTBFS. Without -Doracle, these tests are not even compiled. gt-jdbc-oracle uses properties maven.test.skiptrue/maven.test.skip /properties which is worse than skipTests.

Re: [Geotools-devel] Jenkins on ares hung?

2015-02-18 Thread Kevin Smith
It's hung again. Both times the step that seems to be hanging is this: Installing /var/lib/jenkins/workspace/geotools-master/modules/unsupported/process-raster/target/gt-process-raster-13-SNAPSHOT-sources.jar to

Re: [Geotools-devel] Jenkins on ares hung?

2015-02-18 Thread Torben Barsballe
Currently testing a full local build; it does not hang on gt-process-raster for me... On Wed, Feb 18, 2015 at 4:37 PM, Kevin Smith ksm...@boundlessgeo.com wrote: It's hung again. Both times the step that seems to be hanging is this: Installing

[Geotools-devel] [jira] (GEOT-5025) Postgis Date tests fail for some time zones

2015-02-18 Thread Torben Barsballe (JIRA)
Title: Message Title Torben Barsballe created an issue

Re: [Geotools-devel] GeoTools PostGIS Test failures

2015-02-18 Thread Torben Barsballe
Jira created here: https://jira.codehaus.org/browse/GEOT-5025 Do you want to add the results you got (as well as your environment) Torben On Wed, Feb 18, 2015 at 3:27 PM, Ben Caradoc-Davies b...@transient.nz wrote: Torben, I can confirm that if I set my local timezone to America/Vancouver,

Re: [Geotools-devel] Online Tests

2015-02-18 Thread Ben Caradoc-Davies
Fixed on master. On 19/02/15 13:07, Ben Caradoc-Davies wrote: Bugger. Several Oracle tests were not ported and FTBFS. Without -Doracle, these tests are not even compiled. gt-jdbc-oracle uses properties maven.test.skiptrue/maven.test.skip /properties which is worse than skipTests.