Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit13a16e2

Browse files
committed
tests: fixes ford46fa5f
1 parentd46fa5f commit13a16e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎tests/replica.py‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 instop_backup_lsn value 0/4000000',
609+
'LOG:Invalid offset instop_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 instop_backup_lsn value 0/4000000',
717+
'LOG:Invalid offset instop_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 instop_backup_lsn value 0/4000000',
790+
'LOG:Invalid offset instop_lsn value 0/4000000',
791791
output)
792792

793793
self.assertIn(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp