Used ZkClient for distributed testing.
This commit is contained in:
parent
440e5a5f69
commit
0c4c84d1dc
4 changed files with 15 additions and 20 deletions
|
|
@ -7,7 +7,7 @@ trait AbstractRemoteActorMultiJvmSpec {
|
|||
def commonConfig: Config
|
||||
|
||||
def remotes: Seq[String] = {
|
||||
val arrayOpt = Option(System.getProperty("test.hosts")).map(_ split ",")
|
||||
val arrayOpt = Option(AkkaRemoteSpec.testNodes).map(_ split ",")
|
||||
(arrayOpt getOrElse Array.fill(NrOfNodes)("localhost")).toSeq
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue