Log the sender of the expected messages
To diagnose whether #30359 has to do with crosstalk between tests
This commit is contained in:
parent
62cefddcc7
commit
af493725ea
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ class BalancingSpec extends AkkaSpec("""
|
|||
val replies1 = receiveN(iterationCount - poolSize + 1)
|
||||
// all replies from the unblocked worker so far
|
||||
replies1.toSet should be(Set(1))
|
||||
log.warning(lastSender.toString)
|
||||
expectNoMessage(1.second)
|
||||
|
||||
latch.open()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue