8000 [PBCKP-220] hotfix for PtrackTest · postgrespro/pg_probackup@6d1d739 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6d1d739

Browse files
author
Ivan Lazarev
committed
[PBCKP-220] hotfix for PtrackTest
1 parent 786ccf0 commit 6d1d739

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/ptrack.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ def test_drop_rel_during_backup_ptrack(self):
2424
"""
2525
drop relation during ptrack backup
2626< 8CA0 code class="diff-text syntax-highlighted-line">
"""
27+
self._check_gdb_flag_or_skip_test()
28+
2729
backup_dir = os.path.join(self.tmp_path, module_name, self.fname, 'backup')
2830
node = self.make_simple_node(
2931
base_dir=os.path.join(module_name, self.fname, 'node'),
@@ -996,6 +998,8 @@ def test_ptrack_get_block(self):
996998
make node, make full and ptrack stream backups,
997999
restore them and check data correctness
9981000
"""
1001+
self._check_gdb_flag_or_skip_test()
1002+
9991003
backup_dir = os.path.join(self.tmp_path, module_name, self.fname, 'backup')
10001004
node = self.make_simple_node(
10011005
base_dir=os.path.join(module_name, self.fname, 'node'),

0 commit comments

Comments
 (0)
0