summaryrefslogtreecommitdiff
path: root/t/02_backends.t
AgeCommit message (Collapse)Author
2012-09-11Postgres 9.2 compatibilityJosh 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-17Tweaks for better "fakeschema" in the tests.Greg Sabino Mullane
2011-09-03Fix some "make test" issuesGuillaume 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-04Tweak backend tests to account for new outputGreg Sabino Mullane
2011-06-30Test file tweaks for new output.Greg Sabino Mullane
2011-02-09Adjust tests for new perfdata output.Greg Sabino Mullane
2011-01-03Minor test tweaks.Greg Sabino Mullane
2010-04-07Complete the tabs-to-spaces conversion.Greg Sabino Mullane
2009-08-03Proper Nagios perf output for the backends check (Cédric Villemain)Greg Sabino Mullane
Test adjustments for same (Greg Sabino Mullane)
2009-07-13Adjust test for new database quoting in perf section.Greg Sabino Mullane
2009-07-10Allow 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-03Cleaner handling of tests with 8.0 backendGreg Sabino Mullane
2009-05-01Last of the testing tweaks. For now.Greg Sabino Mullane
2009-04-30More tweaks to support Postgres 8.0Greg Sabino Mullane
2009-04-30More support for older versions of Postgres, other cleanups.Greg Sabino Mullane
2009-04-29Many Perl::Critic related cleanups.Greg Sabino Mullane
2009-04-29Refactor EXISTS thing, make older PG version testing better.Greg Sabino Mullane
2009-04-24git push testing.Greg Sabino Mullane
2009-04-07Put 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-25Add new test, rename and cleanup others.Greg Sabino Mullane