Port and hostname config path was changed, cluster tests didn't get the change (#21427)

This commit is contained in:
Johan Andrén 2016-09-09 17:55:02 +02:00 committed by GitHub
parent fa1d6d6f19
commit b0e03058b9
3 changed files with 3 additions and 3 deletions

View file

@ -56,7 +56,7 @@ abstract class RestartFirstSeedNodeSpec
system.name,
ConfigFactory.parseString(
if (RARP(system).provider.remoteSettings.Artery.Enabled)
"akka.remote.artery.port=" + seedNodes.head.port.get
"akka.remote.artery.canonical.port=" + seedNodes.head.port.get
else
"akka.remote.netty.tcp.port=" + seedNodes.head.port.get
).withFallback(system.settings.config))