1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/test/lib/pgBackRestTest/Env/Host
David Steele 3df075bf40 Fix test writing "null" into manifest files.
"null" is not allowed in the manifest format (null values should be missing instead) but Perl was treating the invalid values written by this test as if they were missing.

Update the test code to remove the values rather than setting them to "null".
2019-08-18 15:29:18 -04:00
..
HostBackupTest.pm Fix test writing "null" into manifest files. 2019-08-18 15:29:18 -04:00
HostBaseTest.pm The pgbackrest executable is now a C binary instead of Perl. 2017-11-26 18:43:51 -05:00
HostDbCommonTest.pm Add Perl interface to C PgQuery object. 2019-07-25 17:05:39 -04:00
HostDbSyntheticTest.pm Add Perl interface to C PgQuery object. 2019-07-25 17:05:39 -04:00
HostDbTest.pm Support configurable WAL segment size. 2018-09-25 10:24:42 +01:00
HostS3Test.pm Use minio for integration testing. 2019-07-02 22:20:35 -04:00