1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-08 14:28:36 +02:00

fix ptrack

This commit is contained in:
sfalkon 2017-11-03 16:01:16 +03:00
parent 4c6e89a701
commit 2716d6fe36

View File

@ -119,6 +119,7 @@ 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()