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

"Connection refused" errors when attempting parallel test execution #48

Open
keturn opened this issue Mar 21, 2021 · 1 comment
Open
Labels
Type: Bug Issues reporting and PRs fixing problems

Comments

@keturn
Copy link
Contributor

keturn commented Mar 21, 2021

During MovingBlocks/Terasology#4576 I noticed that running tests with --parallel sometimes resulted in an error Connection refused: localhost/127.0.0.1:25777, which I haven't seen in other test runs.

I didn't dig in to the details, but I'm guessing multiple processes were probably trying to use the same ports at once. If that's the case, either

a. they shouldn't be trying to use network ports at all, or
b. they need some smarter port-allocation logic that's muchmuch less likely to have collisions with other instances.

@jdrueckert
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issues reporting and PRs fixing problems
Projects
None yet
Development

No branches or pull requests

2 participants