File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -557,7 +557,7 @@ def make_simple_node(
557
557
if node .major_version >= 13 :
558
558
options ['wal_keep_size' ] = '200MB'
559
559
else :
560
- options ['wal_keep_segments' ] = '100 '
560
+ options ['wal_keep_segments' ] = '12 '
561
561
562
562
# set default values
563
563
self .set_auto_conf (node , options )
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ def test_minrecpoint_on_replica(self):
86
86
gdb_checkpointer = self .gdb_attach (checkpointer_pid )
87
87
gdb_checkpointer ._execute ('handle SIGINT noprint nostop pass' )
88
88
gdb_checkpointer ._execute ('handle SIGUSR1 noprint nostop pass' )
89
- gdb_checkpointer .set_breakpoint ('RemoveOldXlogFiles ' )
89
+ gdb_checkpointer .set_breakpoint ('UpdateLastRemovedPtr ' )
90
90
gdb_checkpointer .continue_execution_until_break ()
91
91
92
92
# break recovery on UpdateControlFile
You can’t perform that action at this time.
0 commit comments