parent
4129a75db0
commit
e127d1916f
1 changed files with 1 additions and 1 deletions
|
|
@ -83,9 +83,9 @@ class BalancingSpec extends AkkaSpec("""
|
||||||
|
|
||||||
// all but one worker are blocked
|
// all but one worker are blocked
|
||||||
val replies1 = receiveN(iterationCount - poolSize + 1)
|
val replies1 = receiveN(iterationCount - poolSize + 1)
|
||||||
expectNoMessage(1.second)
|
|
||||||
// all replies from the unblocked worker so far
|
// all replies from the unblocked worker so far
|
||||||
replies1.toSet should be(Set(1))
|
replies1.toSet should be(Set(1))
|
||||||
|
expectNoMessage(1.second)
|
||||||
|
|
||||||
latch.open()
|
latch.open()
|
||||||
val replies2 = receiveN(poolSize - 1)
|
val replies2 = receiveN(poolSize - 1)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue