mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-21 11:42:02 +02:00
tests: honor the paranoia flag in tests.ptrack.PtrackTest.test_basic_ptrack_truncate_replica
This commit is contained in:
parent
6ecfa8e15f
commit
98372aa8c4
@ -3118,6 +3118,8 @@ class PtrackTest(ProbackupTest, unittest.TestCase):
|
||||
self.restore_node(backup_dir, 'replica', node, data_dir=node.data_dir)
|
||||
|
||||
pgdata_restored = self.pgdata_content(node.data_dir)
|
||||
|
||||
if self.paranoia:
|
||||
self.compare_pgdata(pgdata, pgdata_restored)
|
||||
|
||||
# Clean after yourself
|
||||
|
Loading…
x
Reference in New Issue
Block a user