Changes between Version 46 and Version 47 of DevWikiGardenTest


Ignore:
Timestamp:
Dec 3, 2010, 7:25:38 AM (13 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiGardenTest

    v46 v47  
    1313The latest version includes logic that will during the tests -  create two tables in the test database and populate them for later inspection:
    1414 * '''postgis_garden_log''': This contains a record for each test and logs both the start, end times and the sql statement that was run.
    15    columns are: logid-  an autonumber, log_label - a short description, spatial_class - (will contain geometry or geography), func - name of function being tested, g1 - type of geometry of first geometry, g2 - type of geometry of second or null if a single geometry function, log_start - start time (timestamp), log_end - end time (timestamp), log_sql - the SQL statement that was run.
     15   columns are: ''logid'' -  an autonumber it should end up being the same numbers for the same tests if the same generated script file is used to run against each postgresql box, log_label - a short description, spatial_class - (will contain geometry or geography), func - name of function being tested, g1 - type of geometry of first geometry, g2 - type of geometry of second or null if a single geometry function, log_start - start time (timestamp), log_end - end time (timestamp), log_sql - the SQL statement that was run.
    1616
    1717If the test crashes before completion, the record with the largest logid will tell you the query that crashed the server.