1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-21 11:42:02 +02:00

tests: minor fixes

This commit is contained in:
Grigory Smolkin 2021-02-17 14:58:11 +03:00
parent be3be870b9
commit 7b2f46cbc0

View File

@ -2565,10 +2565,9 @@ class RetentionTest(ProbackupTest, unittest.TestCase):
self.show_pb(backup_dir, 'node')[0]['status'],
'RUNNING')
print(self.backup_node(
self.backup_node(
backup_dir, 'node', node, backup_type='delta',
options=['--retention-redundancy=2', '--delete-expired'],
return_id=False))
options=['--retention-redundancy=2', '--delete-expired'])
self.assertTrue(
self.show_pb(backup_dir, 'node')[1]['status'],
@ -2593,7 +2592,7 @@ class RetentionTest(ProbackupTest, unittest.TestCase):
gdb.run_until_break()
gdb.kill()
out = self.backup_node(
self.backup_node(
backup_dir, 'node', node, backup_type='delta',
options=['--retention-redundancy=2', '--delete-expired'],
return_id=False)