One more missed canonical.port in cluster tests (#21428)
This commit is contained in:
parent
b0e03058b9
commit
3502f0d72f
2 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ abstract class ClusterDeathWatchSpec
|
|||
pending
|
||||
}
|
||||
|
||||
/* "receive Terminated when watched node becomes Down/Removed" in within(20 seconds) {
|
||||
/* "receive Terminated when watched node becomes Down/Removed" in within(20 seconds) {
|
||||
awaitClusterUp(first, second, third, fourth)
|
||||
enterBarrier("cluster-up")
|
||||
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@ abstract class UnreachableNodeJoinsAgainSpec
|
|||
ConfigFactory.parseString(
|
||||
if (RARP(system).provider.remoteSettings.Artery.Enabled)
|
||||
s"""
|
||||
akka.remote.artery {
|
||||
akka.remote.artery.canonical {
|
||||
hostname = ${victimAddress.host.get}
|
||||
port = ${victimAddress.port.get}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue