Don't replace the active connection with a passive one. See #2654

This commit is contained in:
Björn Antonsson 2012-11-22 10:59:20 +01:00
parent 3c946cc8f0
commit 41ecd4749c
2 changed files with 4 additions and 14 deletions

View file

@ -104,7 +104,7 @@ abstract class MultiNodeConfig {
else ConfigFactory.empty
val configs = (_nodeConf get myself).toList ::: _commonConf.toList ::: transportConfig :: MultiNodeSpec.nodeConfig :: MultiNodeSpec.baseConfig :: Nil
configs reduce (_ withFallback _)
configs reduceLeft (_ withFallback _)
}
private[testkit] def deployments(node: RoleName): immutable.Seq[String] = (_deployments get node getOrElse Nil) ++ _allDeploy