1
0
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:
Yura Sokolov
2022-12-29 04:12:45 +03:00
parent 428d10ddc6
commit 3dd5219e13
+1 -1
View File
@@ -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