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 test_continue_failed_merge_2
This commit is contained in:
@@ -1137,6 +1137,9 @@ class MergeTest(ProbackupTest, unittest.TestCase):
|
||||
gdb.run_until_break()
|
||||
|
||||
gdb._execute('thread apply all bt')
|
||||
gdb.remove_all_breakpoints()
|
||||
|
||||
gdb.set_breakpoint('pioRemoveDir__do')
|
||||
|
||||
gdb.continue_execution_until_break(20)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user