Skip to content

Commit de738f9

Browse files
Merge pull request #194 from dmitry-lipetsk/D20250224_001--PostgresNode-start
[BUG FIX] PostgresNode::start is corrected
2 parents fe03c24 + 50fc4c5 commit de738f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
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)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy