From c6e6f1095c072b1828056a54e73054d2d9788f50 Mon Sep 17 00:00:00 2001 From: "d.kovalenko" Date: Fri, 27 Dec 2024 15:49:36 +0300 Subject: [PATCH] PostgresNode::start is refactored We do not translate a new node port into string when we pack it in new option dictionary. --- testgres/node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testgres/node.py b/testgres/node.py index e203bb7d..6f466ec9 100644 --- a/testgres/node.py +++ b/testgres/node.py @@ -848,7 +848,7 @@ def LOCAL__raise_cannot_start_node__std(from_exception): cur_port = self.port new_port = utils.reserve_port() # can raise try: - options = {'port': str(new_port)} + options = {'port': new_port} self.set_auto_conf(options) except: # noqa: E722 utils.release_port(new_port) 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