Improvements based on review comments from √, see #2103
This commit is contained in:
parent
324ef78e53
commit
ac16d567ea
9 changed files with 63 additions and 37 deletions
|
|
@ -60,7 +60,7 @@ object ClusterRoundRobinRoutedActorMultiJvmSpec extends MultiNodeConfig {
|
|||
cluster {
|
||||
enabled = on
|
||||
max-nr-of-instances-per-node = 1
|
||||
routees-on-own-node = off
|
||||
allow-local-routees = off
|
||||
}
|
||||
}
|
||||
/router4 {
|
||||
|
|
@ -202,7 +202,7 @@ abstract class ClusterRoundRobinRoutedActorSpec extends MultiNodeSpec(ClusterRou
|
|||
enterBarrier("after-5")
|
||||
}
|
||||
|
||||
"deploy routees to only remote nodes when routees-on-own-node = off" taggedAs LongRunningTest in {
|
||||
"deploy routees to only remote nodes when allow-local-routees = off" taggedAs LongRunningTest in {
|
||||
|
||||
runOn(first) {
|
||||
val iterationCount = 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue