-
Notifications
You must be signed in to change notification settings - Fork 117
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
Improve the random port function docs #1536
Conversation
Also: * rename the function * create an alternative function for the common case.
The PR looks good, there is a test failure in the CI, seems unrelated but maybe we should double check before merge. |
I don't see any test failures in the list of 14 checks in the GitHub PR. But I can see that the Windows large sync test is still running. That's not surprising, because testnet can be slow, and we're still working on fixing the hangs in #1435 |
There was an error in macos. did you restarted ? I still have the tab open with it:
|
I didn't restart the PR, and it's all green for me. It looks like that error is #1435. |
(i restarted it 🙈) |
Thanks @dconnolly |
Motivation
It's hard to know when to use the random port function in the acceptance tests.
Solution
Improve the random port function docs
Also:
The code in this pull request has:
Review
@oxarbitrage is about to use this code, this PR should merge before the new acceptance tests that use these functions.
Related Issues
Blocks tests for #1535