Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

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

Closed
raboof opened this issue Jan 13, 2015 · 1 comment
Closed

Comments

@raboof
Copy link

raboof commented Jan 13, 2015

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?

@ktoso
Copy link
Contributor

ktoso commented Jan 15, 2015

We're moving repositories, migrated this issue as well: sbt/sbt-multi-jvm#1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants