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):
606
606
return_id = False )
607
607
608
608
self .assertIn (
609
- 'LOG: Null offset in stop_backup_lsn value 0/4000000' ,
609
+ 'LOG: Invalid offset in stop_lsn value 0/4000000' ,
610
610
output )
611
611
612
612
self .assertIn (
@@ -714,7 +714,7 @@ def test_replica_stop_lsn_null_offset_next_record(self):
714
714
log_content = f .read ()
715
715
716
716
self .assertIn (
717
- 'LOG: Null offset in stop_backup_lsn value 0/4000000' ,
717
+ 'LOG: Invalid offset in stop_lsn value 0/4000000' ,
718
718
log_content )
719
719
720
720
self .assertIn (
@@ -787,7 +787,7 @@ def test_archive_replica_null_offset(self):
787
787
return_id = False )
788
788
789
789
self .assertIn (
790
- 'LOG: Null offset in stop_backup_lsn value 0/4000000' ,
790
+ 'LOG: Invalid offset in stop_lsn value 0/4000000' ,
791
791
output )
792
792
793
793
self .assertIn (
You can’t perform that action at this time.
0 commit comments