Fix typed cluster singleton cross dc proxies (#24936)

* Fix typed cluster singleton cross dc proxies
* Adds first multi-jvm test for typed cluster
This commit is contained in:
Christopher Batey 2018-04-27 12:44:44 +01:00 committed by GitHub
parent 82e2e2c551
commit 23373565db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 414 additions and 28 deletions

View file

@ -123,7 +123,7 @@ abstract class MultiDcClusterShardingSpec extends MultiNodeSpec(MultiDcClusterSh
}, 10.seconds)
}
s"Cluster sharding in multi data center cluster" must {
"Cluster sharding in multi data center cluster" must {
"join cluster" in within(20.seconds) {
join(first, first)
join(second, first)