Skip to content

Commit dc079c9

Browse files
committed
exclude pg_internal.init from tests
1 parent c237774 commit dc079c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/helpers/ptrack_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ def del_test_dir(self, module_name, fname):
599599
def pgdata_content(self, directory):
600600
""" return dict with directory content. TAKE IT AFTER CHECKPOINT or BACKUP"""
601601
dirs_to_ignore = ['pg_xlog', 'pg_wal', 'pg_log', 'pg_stat_tmp', 'pg_subtrans', 'pg_notify']
602-
files_to_ignore = ['postmaster.pid', 'postmaster.opts']
602+
files_to_ignore = ['postmaster.pid', 'postmaster.opts', 'pg_internal.init']
603603
suffixes_to_ignore = ('_ptrack', 'ptrack_control', 'pg_control', 'ptrack_init')
604604
directory_dict = {}
605605
directory_dict['pgdata'] = directory

0 commit comments

Comments
 (0)