-
Notifications
You must be signed in to change notification settings - Fork 809
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
[Merged by Bors] - Test failing CI tests due to port conflicts #4134
Conversation
@antondlr this seems to fix the "Address in use" issue on CI - I've ran it 6 times on the self hosted large runner without errors. |
This looks good to me, but did I see somewhere that there were issues with socket reuse? |
That was probably from me a few days ago, was having issue running it locally, but it seems to work well on CI. I'll need to figure out what's the issue.. could be a MacOS thing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
bors r+ |
## Issue Addressed #4127. PR to test port conflicts in CI tests . ## Proposed Changes See issue for more details, potential solution could be adding a cache bound by time to the `unused_port` function.
Pull request successfully merged into unstable. Build succeeded:
|
## Issue Addressed sigp#4127. PR to test port conflicts in CI tests . ## Proposed Changes See issue for more details, potential solution could be adding a cache bound by time to the `unused_port` function.
## Issue Addressed sigp#4127. PR to test port conflicts in CI tests . ## Proposed Changes See issue for more details, potential solution could be adding a cache bound by time to the `unused_port` function.
Issue Addressed
#4127. PR to test port conflicts in CI tests .
Proposed Changes
See issue for more details, potential solution could be adding a cache bound by time to the
unused_port
function.