pjfanning commented on PR #2792:
URL: https://github.com/apache/pekko/pull/2792#issuecomment-4148988251

   This fails on the Scala 3.3 run consistently with this upgrade. It appears 
related to scalatest itself as opposed to the scalatestplus jars. Only the 
scalatestplus:junit-4-13 jar is in scope for this test.
   
   ```
   [info] DispatcherActorSpec:
   [info] A Dispatcher and an Actor
   [info] - must support tell (54 milliseconds)
   [info] - must support ask/reply (26 milliseconds)
   [info] - must respect the throughput setting *** FAILED *** (5 seconds, 32 
milliseconds)
   [info]   java.util.concurrent.TimeoutException: Future timed out after [5000 
milliseconds]
   [info]   at 
scala.concurrent.impl.Promise$DefaultPromise.tryAwait0(Promise.scala:248)
   [info]   at 
scala.concurrent.impl.Promise$DefaultPromise.result(Promise.scala:261)
   [info]   at scala.concurrent.Await$.$anonfun$result$1(package.scala:201)
   [info]   at 
scala.concurrent.BlockContext$DefaultBlockContext$.blockOn(BlockContext.scala:62)
   [info]   at scala.concurrent.Await$.result(package.scala:124)
   [info]   at 
org.apache.pekko.actor.dispatch.DispatcherActorSpec.f$proxy3$1(DispatcherActorSpec.scala:100)
   [info]   at 
org.apache.pekko.actor.dispatch.DispatcherActorSpec.$init$$$anonfun$1$$anonfun$3(DispatcherActorSpec.scala:84)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to