=con #3616 Fix failing ClusterClientSpec

* client connected to fourth node, but the replication check didn't
  include that node
This commit is contained in:
Patrik Nordwall 2013-09-17 14:52:31 +02:00
parent 9abf5bc4bd
commit debc0ea5f7

View file

@ -130,7 +130,7 @@ class ClusterClientSpec extends MultiNodeSpec(ClusterClientSpec) with STMultiNod
} }
//#server //#server
runOn(host1, host2, host3) { runOn(host1, host2, host3, fourth) {
awaitCount(4) awaitCount(4)
} }
enterBarrier("services-replicated") enterBarrier("services-replicated")