1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-16 10:20:02 +02:00
pgbackrest/test/lib/pgBackRestTest/Module/Mock
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
..
MockAllTest.pm Fix test writing "null" into manifest files. 2019-08-18 15:29:18 -04:00
MockArchiveStopTest.pm Add Perl interface to C storage layer. 2019-06-26 08:24:58 -04:00
MockArchiveTest.pm The archive-push command is implemented entirely in C. 2019-03-29 13:26:33 +00:00
MockExpireTest.pm The expire command is implemented entirely in C. 2019-06-18 15:19:20 -04:00
MockStanzaTest.pm Add Perl interface to C storage layer. 2019-06-26 08:24:58 -04:00