1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-03 14:01:57 +02:00

fix ptrack

This commit is contained in:
sfalkon 2017-11-03 17:49:01 +03:00
parent 58baba9e01
commit f7ab3e5bca

View File

@ -119,8 +119,6 @@ class RestoreTest(ProbackupTest, unittest.TestCase):
backup_id = self.backup_node(backup_dir, 'node', node)
print(node.get_control_data())
target_tli = int(node.get_control_data()["Latest checkpoint's TimeLineID"])
node.stop()
node.cleanup()