1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-07-15 07:04:14 +02:00

Add retention show|purge commands. Add tests and documentation.

This commit is contained in:
Arthur Zakirov
2017-02-12 23:42:10 +03:00
parent 7c4c842ce5
commit 976694f1a3
20 changed files with 485 additions and 433 deletions

View File

@ -58,4 +58,4 @@ class ValidateTest(ProbackupTest, unittest.TestCase):
id_backup = self.show_pb(node)[0].id
res = self.validate_pb(node, id_backup, options=['--xid=%s' % target_xid])
self.assertIn(six.b("incorrect resource manager data checksum in record"), res)
self.assertIn(six.b("could not read WAL record at"), res)