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

Commitd9afdcc

Browse files
Merge commit 'de738f9fd8d52345677903bface575d41cbe539c' into D20250223_001--pytest
2 parents842bc08 +de738f9 commitd9afdcc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

‎testgres/node.py‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -841,8 +841,7 @@ def LOCAL__raise_cannot_start_node__std(from_exception):
841841

842842
log_files0=log_files1
843843
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)
846845
)
847846
time.sleep(timeout)
848847
timeout=min(2*timeout,5)

‎tests/test_simple_remote.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def test_init__unk_LANG_and_LC_CTYPE(self):
195195
assert"LC_CTYPE"inerrMsg
196196
assertunkData[1]inerrMsg
197197
assert"warning: setlocale: LC_CTYPE: cannot change locale ("+unkData[1]+"): No such file or directory"inerrMsg
198-
assert"postgres"inerrMsg
198+
assert("postgres"inerrMsg)or ("PostgreSQL"inerrMsg)
199199
break
200200
raiseException("We expected an error!")
201201
finally:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp