Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e17c8c

Browse files
AndrewBillekulaginm
authored andcommitted
Fix remembered check gdb flag in test with GDB
1 parent ed47e49 commit 3e17c8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/locking.py

+2
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,8 @@ def test_locking_concurrent_validate_and_backup(self):
419419
and stop it in the middle, take page backup.
420420
Expect PAGE backup to be successfully executed
421421
"""
422+
self._check_gdb_flag_or_skip_test()
423+
422424
fname = self.id().split('.')[3]
423425
node = self.make_simple_node(
424426
base_dir=os.path.join(module_name, fname, 'node'),

0 commit comments

Comments
 (0)