1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-11-24 22:53:40 +02:00

test_ptrack_disable added

This commit is contained in:
Grigory Smolkin
2017-10-05 12:06:01 +03:00
parent af99fe4daa
commit 3700576d99
2 changed files with 111 additions and 32 deletions

View File

@@ -599,7 +599,7 @@ class ProbackupTest(object):
def pgdata_content(self, directory):
""" return dict with directory content. TAKE IT AFTER CHECKPOINT or BACKUP"""
dirs_to_ignore = ['pg_xlog', 'pg_wal', 'pg_log', 'pg_stat_tmp', 'pg_subtrans', 'pg_notify']
files_to_ignore = ['postmaster.pid', 'postmaster.opts', 'pg_internal.init']
files_to_ignore = ['postmaster.pid', 'postmaster.opts', 'pg_internal.init', 'postgresql.auto.conf']
suffixes_to_ignore = ('_ptrack', 'ptrack_control', 'pg_control', 'ptrack_init')
directory_dict = {}
directory_dict['pgdata'] = directory