pekko/akka-multi-node-testkit
Christopher Batey 70ad537af5 Retry creation of ActorSystem in remoting tests #23481 (#23769)
* Retry creation of ActorSystem in remoting tests #23481

Remoting multi-jvm test rely on setting port = 0 which selects an open
port. This has a race where two of the JVMs open/close the same port
then configure their ActorSystem with it so one of them fails to start
due to the port being in use. This adds a simple retry so another port
is selected.
2017-10-24 14:22:25 +02:00
..
src/main Retry creation of ActorSystem in remoting tests #23481 (#23769) 2017-10-24 14:22:25 +02:00
build.sbt Replace "experimental" with "may change" (#22326) 2017-02-20 12:05:21 +01:00