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

Stabilize tests.ptrack.PtrackTest.test_ptrack_vacuum_full_2

This commit is contained in:
Mikhail A. Kulagin
2021-10-14 18:10:48 +03:00
parent 01db7adeca
commit c83a8d4ab9

View File

@ -3619,7 +3619,8 @@ class PtrackTest(ProbackupTest, unittest.TestCase):
node = self.make_simple_node(
base_dir=os.path.join(module_name, self.fname, 'node'),
set_replication=True,
ptrack_enable=True)
ptrack_enable=True,
pg_options={ 'wal_log_hints': 'on' })
backup_dir = os.path.join(self.tmp_path, module_name, self.fname, 'backup')
self.init_pb(backup_dir)