1
0
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:
Andrew A. Bille
2022-09-19 12:25:23 +07:00
committed by Mikhail A. Kulagin
parent ed47e4925d
commit 3e17c8c8da
+2
View File
@@ -419,6 +419,8 @@ class LockingTest(ProbackupTest, unittest.TestCase):
and stop it in the middle, take page backup. and stop it in the middle, take page backup.
Expect PAGE backup to be successfully executed Expect PAGE backup to be successfully executed
""" """
self._check_gdb_flag_or_skip_test()
fname = self.id().split('.')[3] fname = self.id().split('.')[3]
node = self.make_simple_node( node = self.make_simple_node(
base_dir=os.path.join(module_name, fname, 'node'), base_dir=os.path.join(module_name, fname, 'node'),