File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -936,6 +936,8 @@ def test_page_backup_with_alien_wal_segment(self):
936
936
'INFO: Wait for LSN' in e .message and
937
937
'in archived WAL segment' in e .message and
938
938
'could not read WAL record at' in e .message and
939
+ 'WAL file is from different database system: WAL file database system identifier is' in e .message and
940
+ 'pg_control database system identifier is' in e .message and
939
941
'Possible WAL corruption. Error has occured during reading WAL segment "{0}"' .format (
940
942
file_destination ) in e .message ,
941
943
'\n Unexpected Error Message: {0}\n CMD: {1}' .format (
@@ -961,6 +963,8 @@ def test_page_backup_with_alien_wal_segment(self):
961
963
'INFO: Wait for LSN' in e .message and
962
964
'in archived WAL segment' in e .message and
963
965
'could not read WAL record at' in e .message and
966
+ 'WAL file is from different database system: WAL file database system identifier is' in e .message and
967
+ 'pg_control database system identifier is' in e .message and
964
968
'Possible WAL corruption. Error has occured during reading WAL segment "{0}"' .format (
965
969
file_destination ) in e .message ,
966
970
'\n Unexpected Error Message: {0}\n CMD: {1}' .format (
You can’t perform that action at this time.
0 commit comments