We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed47e49 commit 3e17c8cCopy full SHA for 3e17c8c
tests/locking.py
@@ -419,6 +419,8 @@ def test_locking_concurrent_validate_and_backup(self):
419
and stop it in the middle, take page backup.
420
Expect PAGE backup to be successfully executed
421
"""
422
+ self._check_gdb_flag_or_skip_test()
423
+
424
fname = self.id().split('.')[3]
425
node = self.make_simple_node(
426
base_dir=os.path.join(module_name, fname, 'node'),
0 commit comments