Fix lookup of coordinator for sharding proxies (#23995)

This commit is contained in:
Christopher Batey 2017-11-15 13:03:48 +00:00 committed by GitHub
parent 9e506b25b7
commit 1eb3abb27e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 12 deletions

View file

@ -195,7 +195,6 @@ abstract class MultiDcClusterShardingSpec extends MultiNodeSpec(MultiDcClusterSh
dataCenter = None, // by default use own DC
extractEntityId = extractEntityId,
extractShardId = extractShardId)
proxy ! GetCount("5")
expectMsg(1)
}