File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -606,7 +606,7 @@ def test_replica_stop_lsn_null_offset(self):
606606 return_id = False )
607607
608608 self .assertIn (
609- 'LOG: Null offset in stop_backup_lsn value 0/4000000' ,
609+ 'LOG: Invalid offset in stop_lsn value 0/4000000' ,
610610 output )
611611
612612 self .assertIn (
@@ -714,7 +714,7 @@ def test_replica_stop_lsn_null_offset_next_record(self):
714714 log_content = f .read ()
715715
716716 self .assertIn (
717- 'LOG: Null offset in stop_backup_lsn value 0/4000000' ,
717+ 'LOG: Invalid offset in stop_lsn value 0/4000000' ,
718718 log_content )
719719
720720 self .assertIn (
@@ -787,7 +787,7 @@ def test_archive_replica_null_offset(self):
787787 return_id = False )
788788
789789 self .assertIn (
790- 'LOG: Null offset in stop_backup_lsn value 0/4000000' ,
790+ 'LOG: Invalid offset in stop_lsn value 0/4000000' ,
791791 output )
792792
793793 self .assertIn (
You can’t perform that action at this time.
0 commit comments