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

Commitcfcba44

Browse files
committed
[PBCKP-330] fix test_archive_replica_not_null_offset
postgrespro enterprise has dirrerent xlog record size due to 64bit xid.ee15 changed this size again.
1 parentb70d76e commitcfcba44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎tests/replica_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -864,13 +864,13 @@ def test_archive_replica_not_null_offset(self):
864864
# pgproee -- 0/4000078
865865
self.assertRegex(
866866
e.message,
867-
r'LOG: Looking for LSN (0/4000060|0/4000078) in segment: 000000010000000000000004',
867+
r'LOG: Looking for LSN (0/4000060|0/4000078|0/4000070) in segment: 000000010000000000000004',
868868
"\n Unexpected Error Message: {0}\n CMD: {1}".format(
869869
repr(e.message),self.cmd))
870870

871871
self.assertRegex(
872872
e.message,
873-
r'INFO: Wait for LSN (0/4000060|0/4000078) in archived WAL segment',
873+
r'INFO: Wait for LSN (0/4000060|0/4000078|0/4000070) in archived WAL segment',
874874
"\n Unexpected Error Message: {0}\n CMD: {1}".format(
875875
repr(e.message),self.cmd))
876876

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp