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

Allow multiple MultiNodeSpec tests to run in parallel on the same machine #1

Open
ktoso opened this issue Jan 15, 2015 · 0 comments
Open

Comments

@ktoso
Copy link
Member

ktoso commented Jan 15, 2015

This issue has been moved here from: typesafehub/sbt-multi-jvm#24


sbt-multi-jvm sets some parameters to help akka multi-node-testing (http://doc.akka.io/docs/akka/current/dev/multi-node-testing.html).

In particular, however, it does not set multinode.server-port. This means you cannot have 2 sbt processes running multi-node tests on the same machine, as they'll compete for port 4711.

This is of course especially bad on CI machines.

Could we somehow make this port configurable, to allow for example choosing a random one from a range? Or am I missing something entirely?

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

No branches or pull requests

1 participant