Skip to content

Conversation

@glima
Copy link
Contributor

@glima glima commented Apr 8, 2025

This reverts commit 967e89e.

No idea how this was merged, sorry. Any connection_info.address can be a domain name, not a resolved IP addr, at that point.

We get a straight

Traceback (most recent call Last):
File "<...>\lisa-overlake\lisa\lisa\util\shell.py", line 89, in wait_tcp_port_ready
result = tcp_socket.connect_ex((address, port))
socket.gaierror: [Errno 11001] getaddrinfo failed

with that.

This reverts commit 967e89e.

No idea how this was merged, sorry. Any connection_info.address can be
a domain name, not a resolved IP addr, at that point.

We get a straight

    Traceback (most recent call Last):
    File "<...>\lisa-overlake\lisa\lisa\util\shell.py", line 89, in wait_tcp_port_ready
    result = tcp_socket.connect_ex((address, port))
    socket.gaierror: [Errno 11001] getaddrinfo failed

with that.
Copy link
Collaborator

@LiliDeng LiliDeng left a comment

Choose a reason for hiding this comment

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

Thanks @glima, I will raise a fix for this today.

Copy link
Collaborator

@LiliDeng LiliDeng left a comment

Choose a reason for hiding this comment

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

I will raise a fix today.

@glima
Copy link
Contributor Author

glima commented Apr 9, 2025

I will raise a fix today.

Thank you, looking forward to it.

@LiliDeng
Copy link
Collaborator

I will raise a fix today.

Thank you, looking forward to it.

Fixed in #3759, let know whether you still encounter the issue, thanks!

@glima
Copy link
Contributor Author

glima commented Apr 16, 2025

OK, your change makes things better. Closing this one, thanks.

@glima glima closed this Apr 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants