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 7a3f26f

Browse filesBrowse files
committed
tests: disable autovacuum in test_archive_pg_receivexlog_partial_handling
1 parent b6e948b commit 7a3f26f
Copy full SHA for 7a3f26f

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

‎tests/archive.py

Copy file name to clipboardExpand all lines: tests/archive.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2008,7 +2008,8 @@ def test_archive_pg_receivexlog_partial_handling(self):
20082008
node = self.make_simple_node(
20092009
base_dir=os.path.join(module_name, fname, 'node'),
20102010
set_replication=True,
2011-
initdb_params=['--data-checksums'])
2011+
initdb_params=['--data-checksums'],
2012+
pg_options={'autovacuum': 'off'})
20122013

20132014
self.init_pb(backup_dir)
20142015
self.add_instance(backup_dir, 'node', node)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.