-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Parallel run of tests gets error EADDRINUSE #3065
Comments
Thanks for report, I'll try to fix it soon :) As a workaround please revert to v2.0.2, or try to configure port separately for every pipeline. |
oh I didn't notice, thanks! :) |
sergei-startsev
added a commit
to sergei-startsev/karma
that referenced
this issue
Jun 29, 2018
sergei-startsev
added a commit
to sergei-startsev/karma
that referenced
this issue
Jun 29, 2018
sergei-startsev
added a commit
to sergei-startsev/karma
that referenced
this issue
Jun 29, 2018
…r tests running in parallel Fixed karma-runner#3065
sergei-startsev
added a commit
to sergei-startsev/karma
that referenced
this issue
Jun 29, 2018
…r tests running in parallel Fixed karma-runner#3065
sergei-startsev
added a commit
to sergei-startsev/karma
that referenced
this issue
Jul 1, 2018
…r tests running in parallel Fixed karma-runner#3065
sergei-startsev
added a commit
to sergei-startsev/karma
that referenced
this issue
Jul 1, 2018
sergei-startsev
added a commit
to sergei-startsev/karma
that referenced
this issue
Jul 3, 2018
…ner#3065) fix(server): pass bound port to prevent`EADDRINUSE` issue. (karma-runner#3065)
sergei-startsev
added a commit
to sergei-startsev/karma
that referenced
this issue
Jul 3, 2018
lusarz
pushed a commit
that referenced
this issue
Jul 11, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
Parallel run will execute tests as expected
Actual behaviour
Parallel run results in the following error
Environment Details
karma --version
): 2.0.3+ (2.0.2 worked)concurrency
set as number > then 1Steps to reproduce the behaviour
(Running sequentially is fine.)
The text was updated successfully, but these errors were encountered: