File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -864,13 +864,13 @@ def test_archive_replica_not_null_offset(self):
864
864
# pgproee -- 0/4000078
865
865
self .assertRegex (
866
866
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' ,
868
868
"\n Unexpected Error Message: {0}\n CMD: {1}" .format (
869
869
repr (e .message ), self .cmd ))
870
870
871
871
self .assertRegex (
872
872
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' ,
874
874
"\n Unexpected Error Message: {0}\n CMD: {1}" .format (
875
875
repr (e .message ), self .cmd ))
876
876
You can’t perform that action at this time.
0 commit comments