The GitHub Actions job "Pull Requests" on pekko.git/scala3-fix-scala38-compat 
has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
d9681af3f37844bdcf9f19e5f58635485999ef60 / 虎鸣 <[email protected]>
fix: restore messageQueue override in CallingThreadMailbox

Motivation:
The PR accidentally deleted the override val messageQueue in
CallingThreadMailbox, which caused TestActorRef tests to fail with
ActorInitializationException because the mailbox's messageQueue was
null instead of the ThreadLocal queue.

Modification:
Restore the override val messageQueue: MessageQueue = q.get with its
Scaladoc comment, matching origin/main.

Result:
TcpConnectionSpec and other TestActorRef-based tests pass again.

Tests:
- sbt "actor-tests / Test / testOnly org.apache.pekko.io.TcpConnectionSpec" 
(planned)

References:
Fixes #3065

Report URL: https://github.com/apache/pekko/actions/runs/27522587773

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to