Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bc096b + 6d1d739 commit 88b50daCopy full SHA for 88b50da
tests/ptrack.py
@@ -24,6 +24,8 @@ def test_drop_rel_during_backup_ptrack(self):
24
"""
25
drop relation during ptrack backup
26
27
+ self._check_gdb_flag_or_skip_test()
28
+
29
backup_dir = os.path.join(self.tmp_path, module_name, self.fname, 'backup')
30
node = self.make_simple_node(
31
base_dir=os.path.join(module_name, self.fname, 'node'),
@@ -994,6 +996,8 @@ def test_ptrack_get_block(self):
994
996
make node, make full and ptrack stream backups,
995
997
restore them and check data correctness
998
999
1000
1001
1002
1003
0 commit comments