We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
2 parents2bc096b +6d1d739 commit88b50daCopy 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