Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: Use an OS-allocated TCP port number. #91

Merged
merged 1 commit into from
Jul 19, 2023

Conversation

civodul
Copy link
Collaborator

@civodul civodul commented Jul 16, 2023

An improvement to make the test more robust (I noticed the test was failing because port 5556 was already in use on my machine).

WDYT, @aconchillo?

* tests/ports.scm (bind*): Remove.
Call 'bind' with 0 as the port number.  Communicate the port number in
the 'ready!' message and use it.
@aconchillo
Copy link
Collaborator

LGTM. Thanks!

@aconchillo aconchillo merged commit 7a49bc8 into wingo:master Jul 19, 2023
4 checks passed
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.

2 participants