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

Add port conn params#127

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
demonolock wants to merge11 commits intomaster
base:master
Choose a base branch
Loading
fromadd-port-conn-params
Open

Add port conn params#127

demonolock wants to merge11 commits intomasterfromadd-port-conn-params

Conversation

demonolock
Copy link
Contributor

No description provided.

@demonolockdemonolock self-assigned thisJun 4, 2024
@staticmethod
def is_port_open(host, port):
with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as sock:
sock.settimeout(1) # Таймаут для попытки соединения
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Suggested change
sock.settimeout(1)#Таймаут для попытки соединения
sock.settimeout(1)#Timeout for connection attempt

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Hi, it will be added in scope ofhttps://github.com/postgrespro/testgres/pull/129/files I think the new testgres version will be deployed next week.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@fabriziomellofabriziomellofabriziomello left review comments

Assignees

@demonolockdemonolock

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@demonolock@fabriziomello@asavchkov

[8]ページ先頭

©2009-2025 Movatter.jp