You've already forked pg_probackup
mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
try to fix test_minrecpoint_on_replica for Pg<=12
This commit is contained in:
@@ -86,7 +86,7 @@ class BugTest(ProbackupTest, unittest.TestCase):
|
||||
gdb_checkpointer = self.gdb_attach(checkpointer_pid)
|
||||
gdb_checkpointer._execute('handle SIGINT noprint nostop pass')
|
||||
gdb_checkpointer._execute('handle SIGUSR1 noprint nostop pass')
|
||||
gdb_checkpointer.set_breakpoint('UpdateLastRemovedPtr')
|
||||
gdb_checkpointer.set_breakpoint('RemoveOldXlogFiles')
|
||||
gdb_checkpointer.continue_execution_until_break()
|
||||
|
||||
# break recovery on UpdateControlFile
|
||||
|
||||
Reference in New Issue
Block a user