8000 tests: disable autovacuum in test_archive_pg_receivexlog_partial_hand… · postgrespro/pg_probackup@7a3f26f · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a3f26f

Browse files
committed
tests: disable autovacuum in test_archive_pg_receivexlog_partial_handling
1 parent b6e948b commit 7a3f26f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/archive.py

Lines 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