You've already forked pg_probackup
mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
Fix remembered check gdb flag in test with GDB
This commit is contained in:
committed by
Mikhail A. Kulagin
parent
ed47e4925d
commit
3e17c8c8da
@@ -419,6 +419,8 @@ class LockingTest(ProbackupTest, unittest.TestCase):
|
||||
and stop it in the middle, take page backup.
|
||||
Expect PAGE backup to be successfully executed
|
||||
"""
|
||||
self._check_gdb_flag_or_skip_test()
|
||||
|
||||
fname = self.id().split('.')[3]
|
||||
node = self.make_simple_node(
|
||||
base_dir=os.path.join(module_name, fname, 'node'),
|
||||
|
||||
Reference in New Issue
Block a user