File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -841,8 +841,7 @@ def LOCAL__raise_cannot_start_node__std(from_exception):
841
841
842
842
log_files0 = log_files1
843
843
logging .warning (
844
- "Detected a conflict with using the port {0}. "
845
- "Trying another port after a {1}-second sleep..." .format (self .port , timeout )
844
+ "Detected a conflict with using the port {0}. Trying another port after a {1}-second sleep..." .format (self .port , timeout )
846
845
)
847
846
time .sleep (timeout )
848
847
timeout = min (2 * timeout , 5 )
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ def test_init__unk_LANG_and_LC_CTYPE(self):
195
195
assert "LC_CTYPE" in errMsg
196
196
assert unkData [1 ] in errMsg
197
197
assert "warning: setlocale: LC_CTYPE: cannot change locale (" + unkData [1 ] + "): No such file or directory" in errMsg
198
- assert "postgres" in errMsg
198
+ assert ( "postgres" in errMsg ) or ( "PostgreSQL" in errMsg )
199
199
break
200
200
raise Exception ("We expected an error!" )
201
201
finally :
You can’t perform that action at this time.
0 commit comments