Port and hostname config path was changed, cluster tests didn't get the change (#21427)
This commit is contained in:
parent
fa1d6d6f19
commit
b0e03058b9
3 changed files with 3 additions and 3 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue