We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentd46fa5f commit13a16e2Copy full SHA for 13a16e2
tests/replica.py
@@ -606,7 +606,7 @@ def test_replica_stop_lsn_null_offset(self):
606
return_id=False)
607
608
self.assertIn(
609
-'LOG:Null offset instop_backup_lsn value 0/4000000',
+'LOG:Invalid offset instop_lsn value 0/4000000',
610
output)
611
612
@@ -714,7 +714,7 @@ def test_replica_stop_lsn_null_offset_next_record(self):
714
log_content=f.read()
715
716
717
718
log_content)
719
720
@@ -787,7 +787,7 @@ def test_archive_replica_null_offset(self):
787
788
789
790
791
792
793