Changes between Version 55 and Version 56 of DevWikiGardenTest


Ignore:
Timestamp:
Dec 10, 2010, 4:19:09 AM (13 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiGardenTest

    v55 v56  
    77The (reference.xml or postgis.xml) and (postgis_gardentest.sql.xsl, raster_gardentest.sql.xsl (introduced in PostGIS 2.0) located in the doc and doc/xsl folders are both needed to build the tests. 
    88
    9 NOTE: These tests are equivalent to a monkey testing the software so a lot of tests fail. It's good in a sense as a monkey will stuff a geometry, geography or raster in any function that takes that and as such will test the system as human monkeys are bound to do.  As of PostGIS 2.0, there are currently about 70,000 some odd tests for the geometry/geography side and about 1,600 tests for raster generated and run
     9NOTE: These tests are equivalent to a monkey testing the software so a lot of tests fail. It's good in a sense as a monkey will stuff a geometry, geography or raster in any function that takes that and as such will test the system as human monkeys are bound to do and will also manage to crash the server
     10in places where the software is not kiddie proofed.  As of PostGIS 2.0, there are currently about 70,000 some odd tests for the geometry/geography side and about 1,600 tests for raster generated and run (these are growing)
    1011
    11 == Version PostGIS 2.0+ ==
     12== Version PostGIS 2.0+ (the geometry/geography logging has been backported to PostGIS 1.5) ==
    1213The latest version includes logic that will during the tests -  create two tables in the test database and populate them for later inspection:
    1314 * '''postgis_garden_log''': This contains a record for each test and logs both the start, end times and the sql statement that was run.