mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-02-04 14:11:31 +02:00
tests: fix merge
This commit is contained in:
parent
c237f95dab
commit
7a90741d75
@ -1254,7 +1254,7 @@ class MergeTest(ProbackupTest, unittest.TestCase):
|
|||||||
|
|
||||||
gdb = self.merge_backup(backup_dir, "node", backup_id, gdb=True)
|
gdb = self.merge_backup(backup_dir, "node", backup_id, gdb=True)
|
||||||
|
|
||||||
gdb.set_breakpoint('pgFileDelete')
|
gdb.set_breakpoint('fio_unlink')
|
||||||
gdb.run_until_break()
|
gdb.run_until_break()
|
||||||
|
|
||||||
if gdb.continue_execution_until_break(20) != 'breakpoint-hit':
|
if gdb.continue_execution_until_break(20) != 'breakpoint-hit':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user