wiki:DevWikiGardenTest

Version 1 (modified by robe, 15 years ago) ( diff )

PostGIS Garden Test

The PostGIS Garden Test is a suite of SQL statements designed to stress test the PostGIS library within the PostgreSQL environment. It is a test generated from the reference.xml that tries to test every documented function against every kind of geometry supported by PostGIS. The main objectives of the tests is to try to catch bugs that will crash the server. It is also useful for monitoring odd behavior as well as as a regression test against prior versions of the software.

To build the garden test you need an xsltproc (the same that is used to build the docs or some other .xsl processor). On windows you can download precompiled binaries from http://www.zlatkovic.com/pub/libxml/ and its part of the libxslt package.

Note: See TracWiki for help on using the wiki.