pekko/akka-multi-node-testkit/src/main
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
..
java/akka/remote/testconductor =all #13783 replace protobuf dependency by embedded version 2015-09-04 09:06:50 +02:00
protobuf extended copyright into 2017 2017-01-04 17:37:15 +01:00
resources Testconductor allows more time to pass to give artery time to shutdown #21500 2016-09-23 15:01:51 +02:00
scala/akka/remote Retry creation of ActorSystem in remoting tests #23481 (#23769) 2017-10-24 14:22:25 +02:00