File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -743,6 +743,10 @@ def test_archive_replica_null_offset(self):
743
743
self .set_replica (master , replica , synchronous = True )
744
744
self .set_archiving (backup_dir , 'replica' , replica , replica = True )
745
745
746
+ # freeze bgwriter to get rid of RUNNING XACTS records
747
+ bgwriter_pid = master .auxiliary_pids [ProcessType .BackgroundWriter ][0 ]
748
+ gdb_checkpointer = self .gdb_attach (bgwriter_pid )
749
+
746
750
copy_tree (
747
751
os .path .join (backup_dir , 'wal' , 'master' ),
748
752
os .path .join (backup_dir , 'wal' , 'replica' ))
@@ -757,7 +761,7 @@ def test_archive_replica_null_offset(self):
757
761
backup_dir , 'replica' , replica ,
758
762
options = [
759
763
'--archive-timeout=30' ,
760
- '--log-level-console=verbose ' ,
764
+ '--log-level-console=LOG ' ,
761
765
'--no-validate' ],
762
766
return_id = False )
763
767
You can’t perform that action at this time.
0 commit comments