1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-07-16 07:14:15 +02:00

tests: disable autovacuum in pgdata_compare() tests

This commit is contained in:
Grigory Smolkin
2018-02-26 18:34:56 +03:00
parent 6ed685ac1f
commit 052329fc85
3 changed files with 28 additions and 9 deletions

View File

@ -295,7 +295,8 @@ class PtrackTest(ProbackupTest, unittest.TestCase):
'wal_level': 'replica',
'max_wal_senders': '2',
'checkpoint_timeout': '300s',
'ptrack_enable': 'on'
'ptrack_enable': 'on',
'autovacuum': 'off'
}
)
node_restored = self.make_simple_node(