Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c83a8d4

Browse files
committed
Stabilize tests.ptrack.PtrackTest.test_ptrack_vacuum_full_2
1 parent 01db7ad commit c83a8d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/ptrack.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -3619,7 +3619,8 @@ def test_ptrack_vacuum_full_2(self):
36193619
node = self.make_simple_node(
36203620
base_dir=os.path.join(module_name, self.fname, 'node'),
36213621
set_replication=True,
3622-
ptrack_enable=True)
3622+
ptrack_enable=True,
3623+
pg_options={ 'wal_log_hints': 'on' })
36233624

36243625
backup_dir = os.path.join(self.tmp_path, module_name, self.fname, 'backup')
36253626
self.init_pb(backup_dir)

0 commit comments

Comments
 (0)