1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-28 09:33:54 +02:00

tests: minor fix

This commit is contained in:
Grigory Smolkin 2019-04-25 13:29:43 +03:00
parent e5c6bb477a
commit 75447d71f2

View File

@ -614,7 +614,8 @@ class RetentionTest(ProbackupTest, unittest.TestCase):
fname = self.id().split('.')[3]
node = self.make_simple_node(
base_dir=os.path.join(module_name, fname, 'node'),
initdb_params=['--data-checksums'])
initdb_params=['--data-checksums'],
pg_options=['autovacuum': 'off'])
backup_dir = os.path.join(self.tmp_path, module_name, fname, 'backup')
self.init_pb(backup_dir)