=con #3616 Fix failing ClusterClientSpec
* client connected to fourth node, but the replication check didn't include that node
This commit is contained in:
parent
9abf5bc4bd
commit
debc0ea5f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue