* 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. |
||
|---|---|---|
| .. | ||
| src/main | ||
| build.sbt | ||