Log the sender of the expected messages

To diagnose whether #30359 has to do with crosstalk between tests
This commit is contained in:
Arnout Engelen 2021-08-04 13:49:36 +02:00
parent 62cefddcc7
commit af493725ea
No known key found for this signature in database
GPG key ID: 061107B0F74A6DAA

View file

@ -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()