[postgis-devel] How to develop an infrastructure to test the postgis extension?

Regina Obe lr at pcorp.us
Mon Oct 17 21:03:39 PDT 2016


Sablok,

You mean running the regular regress checks we do against an extension install.

Use

make install
make check RUNTESTFLAGS=--extension


That will create the test database using extension scripts and then run the same tests.

-----Original Message-----
From: postgis-devel [mailto:postgis-devel-bounces at lists.osgeo.org] On Behalf Of Sandro Santilli
Sent: Monday, October 17, 2016 2:18 AM
To: PostGIS Development Discussion <postgis-devel at lists.osgeo.org>
Cc: sablok <sablok at amazon.com>
Subject: Re: [postgis-devel] How to develop an infrastructure to test the postgis extension?

On Sat, Oct 15, 2016 at 02:26:20PM -0700, sablok wrote:
> I am encountering a problem testing the PostGIS extension. I have 
> looked through the monkey garden tests that the community provides for 
> testing PostGIS but they only provide some details about the 80K tests 
> that they either passed or failed but don't provide us with a decision 
> if the PostGIS extension is installed succesfully or not. What is a 
> good way to test PostGIS in an automated fashion. Any suggestions 
> would be highly appreciated as I need to figure this out real quick.

make installcheck

--strk;

  ()   Free GIS & Flash consultant/developer
  /\   https://strk.kbt.io/services.html
_______________________________________________
postgis-devel mailing list
postgis-devel at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/postgis-devel




More information about the postgis-devel mailing list