Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-11 | Postgres 9.2 compatibility | Josh Williams | |
check_txn_idle and check_backends (and the backends test) have been updated to use the new pg_stat_activity. And check_disk_space now uses pg_tablespace_location(). | |||
2012-01-17 | Tweaks for better "fakeschema" in the tests. | Greg Sabino Mullane | |
2011-09-03 | Fix some "make test" issues | Guillaume Lelarge | |
* backends test issue Critical and warning values were wrong for the negative number check. And the output message for the --include check was wrong too. * check_replicate_row issue The UPDATE must be executed on the first server only. * fsm_pages and fsm_relations test issue The version test (ie max_fsm_* not available on 8.4 and later releases) must be done earlier. * doc test issue check_standby_mode rename to make_sure_standby_mode because all check_* functions are expected to have documentation, but check_standby_mode is an internal function. * another doc test issue pgbouncer_checksum documentation wasn't at the right location. * drop_schema_if_exists issue There was an unexpected return in the middle of the function, and so the schema was never dropped. | |||
2011-07-04 | Tweak backend tests to account for new output | Greg Sabino Mullane | |
2011-06-30 | Test file tweaks for new output. | Greg Sabino Mullane | |
2011-02-09 | Adjust tests for new perfdata output. | Greg Sabino Mullane | |
2011-01-03 | Minor test tweaks. | Greg Sabino Mullane | |
2010-04-07 | Complete the tabs-to-spaces conversion. | Greg Sabino Mullane | |
2009-08-03 | Proper Nagios perf output for the backends check (Cédric Villemain) | Greg Sabino Mullane | |
Test adjustments for same (Greg Sabino Mullane) | |||
2009-07-13 | Adjust test for new database quoting in perf section. | Greg Sabino Mullane | |
2009-07-10 | Allow the check_backends check to detect 'too many clients' message and ↵ | Greg Sabino Mullane | |
return a critical. Thanks to Jürgen Schulz-Brüssel for the idea. Add 'fatalregex' to run_command to allow known error messages through. Add 'quickreturn' for piling up database handles. | |||
2009-05-03 | Cleaner handling of tests with 8.0 backend | Greg Sabino Mullane | |
2009-05-01 | Last of the testing tweaks. For now. | Greg Sabino Mullane | |
2009-04-30 | More tweaks to support Postgres 8.0 | Greg Sabino Mullane | |
2009-04-30 | More support for older versions of Postgres, other cleanups. | Greg Sabino Mullane | |
2009-04-29 | Many Perl::Critic related cleanups. | Greg Sabino Mullane | |
2009-04-29 | Refactor EXISTS thing, make older PG version testing better. | Greg Sabino Mullane | |
2009-04-24 | git push testing. | Greg Sabino Mullane | |
2009-04-07 | Put in a common testing schema. | Greg Sabino Mullane | |
Allow fake functions as well. Add wal_files test, clean up others with some refactoring. | |||
2009-02-25 | Add new test, rename and cleanup others. | Greg Sabino Mullane | |