1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/lib/pgBackRest/Common
David Steele 18db178ac3 Various improvements to the test suite:
* Allow logging to be suppressed via logDisable() and logEnable().
* Added more flexibility in initializing and cleaning up after modules and tests.
* testResult() suppresses logging and reports exceptions.
* testException() allows messages to be matched with regular expressions.
* Refactor name/locations of common modules that setup test environments.
2017-01-27 09:42:30 -05:00
..
Exception.pm Fixed an issue where a missing user/group on restore could cause an "uninitialized value" error in File->owner(). 2017-01-05 15:19:56 -05:00
Exit.pm Added integration for testing coverage with Devel::Cover. 2017-01-09 20:49:04 -05:00
Ini.pm Fixed a few directory syncs that were missed for the --repo-sync option. 2016-12-19 14:40:22 -05:00
Lock.pm Added the --repo-sync option to allow directory syncs in the repository to be disabled. 2016-12-10 09:06:45 -05:00
Log.pm Various improvements to the test suite: 2017-01-27 09:42:30 -05:00
String.pm Improved parameter/result logging in debug/trace functions. 2016-12-10 09:15:20 -05:00
Wait.pm Removed extraneous use lib directives from Perl modules. 2016-11-04 13:56:26 +02:00