Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c83a8d4

Browse filesBrowse files
committed
Stabilize tests.ptrack.PtrackTest.test_ptrack_vacuum_full_2
1 parent 01db7ad commit c83a8d4
Copy full SHA for c83a8d4

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

‎tests/ptrack.py

Copy file name to clipboardExpand all lines: tests/ptrack.py
+2-1Lines changed: 2 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.