You've already forked pg_probackup
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user