format with new Scalariform version
* and fix mima issue
This commit is contained in:
parent
839ec5f167
commit
3465a221f0
24 changed files with 114 additions and 91 deletions
|
|
@ -65,11 +65,13 @@ abstract class QuickRestartSpec
|
|||
runOn(second) {
|
||||
restartingSystem =
|
||||
if (restartingSystem == null)
|
||||
ActorSystem(system.name,
|
||||
ActorSystem(
|
||||
system.name,
|
||||
ConfigFactory.parseString(s"akka.cluster.roles = [round-$n]")
|
||||
.withFallback(system.settings.config))
|
||||
else
|
||||
ActorSystem(system.name,
|
||||
ActorSystem(
|
||||
system.name,
|
||||
ConfigFactory.parseString(s"""
|
||||
akka.cluster.roles = [round-$n]
|
||||
akka.remote.netty.tcp.port = ${Cluster(restartingSystem).selfAddress.port.get}""") // same port
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue