Failed: MultiDcClusterSharding #27663 (#27666)

This commit is contained in:
Helena Edelson 2019-09-10 00:22:53 -07:00 committed by Johan Andrén
parent 36f2731846
commit aee0152da2

View file

@ -69,7 +69,7 @@ abstract class MultiDcClusterShardingSpec
val shardRegion: ActorRef[ShardingEnvelope[PingProtocol]] = sharding.init(Entity(typeKey, _ => multiDcPinger))
val probe = TestProbe[Pong]
shardRegion ! ShardingEnvelope(entityId, Ping(probe.ref))
probe.expectMessage(max = 10.seconds, Pong(cluster.selfMember.dataCenter))
probe.expectMessage(max = 15.seconds, Pong(cluster.selfMember.dataCenter))
enterBarrier("sharding-initialized")
}