Re: [gdal-dev] running autotest locally

2018-12-11 Thread Even Rouault
On mardi 11 décembre 2018 18:53:47 CET Alan Stewart wrote:
> Will MacOS work acceptably to run all the tests?

Depends what you can "all" the tests... There are tests I've never been able 
to run, for drivers requiring proprietary or hard-to-find third party 
libraries.

For the postgisraster driver, I don't know if they work on MacOSX. On Travis-
CI Mac, the tests are skipped due to Postgres server not being set up.

Even

-- 
Spatialys - Geospatial professional services
http://www.spatialys.com
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] running autotest locally

2018-12-11 Thread Alan Stewart
Will MacOS work acceptably to run all the tests?

Alan Stewart
Senior Software Engineer
TerraGo Technologies
3200 Windy Hill Road, Suite 1550W
Atlanta, GA 30339 USA
O.  +1 678.391.9615
 
www.terragotech.com

-Original Message-
From: Even Rouault  
Sent: Tuesday, December 11, 2018 1:49 PM
To: gdal-dev@lists.osgeo.org
Cc: Alan Stewart 
Subject: Re: [gdal-dev] running autotest locally

On mardi 11 décembre 2018 18:44:25 CET Alan Stewart wrote:
> I'm trying to run GDAL autotest locally on my Windows box. I've tried 
> to follow appveyor.yml very closely, but possibly there is some 
> additional configuration required that is not included in this script?

Beware of the merge today in master of RFC 72 that overhauls the testing suite 
with the use of pytest:
https://trac.osgeo.org/gdal/wiki/rfc72_pytest

> In particular,
> the gdrivers/postgisraster.py tests are skipped because
> postgisraster_init() finds SRID-26711 to be missing from spatial_ref_sys.

The postgisraster.py tests require running the 
autotest/gdrivers/data/load_postgisraster_test_data.sh script, so only work 
easily from Unix.

Even

--
Spatialys - Geospatial professional services http://www.spatialys.com
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] running autotest locally

2018-12-11 Thread Even Rouault
On mardi 11 décembre 2018 18:44:25 CET Alan Stewart wrote:
> I'm trying to run GDAL autotest locally on my Windows box. I've tried to
> follow appveyor.yml very closely, but possibly there is some additional
> configuration required that is not included in this script?

Beware of the merge today in master of RFC 72 that overhauls the testing suite 
with the use of pytest:
https://trac.osgeo.org/gdal/wiki/rfc72_pytest

> In particular,
> the gdrivers/postgisraster.py tests are skipped because
> postgisraster_init() finds SRID-26711 to be missing from spatial_ref_sys.

The postgisraster.py tests require running the
autotest/gdrivers/data/load_postgisraster_test_data.sh script, so only work 
easily from Unix.

Even

-- 
Spatialys - Geospatial professional services
http://www.spatialys.com
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev