pjfanning opened a new issue, #3089:
URL: https://github.com/apache/pekko/issues/3089

   Not sure if this was always flaky but it now fails on a very regular basis - 
especially on scala 2.13
   
   ```
   [06-18 22:07:31.843] [info] - must be able to send messages with 
actorSelection concurrently preserving order *** FAILED *** (1 minute)
   [06-18 22:07:31.843] [info]   java.lang.AssertionError: assertion failed: 
timeout (59999986805 nanoseconds) during expectMsg while waiting for success2
   [06-18 22:07:31.843] [info]   at scala.Predef$.assert(Predef.scala:279)
   [06-18 22:07:31.843] [info]   at 
org.apache.pekko.testkit.TestKitBase.expectMsg_internal(TestKit.scala:470)
   [06-18 22:07:31.843] [info]   at 
org.apache.pekko.testkit.TestKitBase.expectMsg(TestKit.scala:447)
   [06-18 22:07:31.843] [info]   at 
org.apache.pekko.testkit.TestKitBase.expectMsg$(TestKit.scala:447)
   [06-18 22:07:31.843] [info]   at 
org.apache.pekko.testkit.TestKit.expectMsg(TestKit.scala:963)
   [06-18 22:07:31.843] [info]   at 
org.apache.pekko.remote.artery.AbstractRemoteSendConsistencySpec.$anonfun$new$10(RemoteSendConsistencySpec.scala:220)
   [06-18 22:07:31.843] [info]   at 
org.apache.pekko.testkit.TestKitBase.within(TestKit.scala:427)
   [06-18 22:07:31.843] [info]   at 
org.apache.pekko.testkit.TestKitBase.within$(TestKit.scala:414)
   [06-18 22:07:31.843] [info]   at 
org.apache.pekko.testkit.TestKit.within(TestKit.scala:963)
   [06-18 22:07:31.843] [info]   at 
org.apache.pekko.testkit.TestKitBase.within(TestKit.scala:442)
   [06-18 22:07:31.843] [info]   at 
org.apache.pekko.testkit.TestKitBase.within$(TestKit.scala:442)
   [06-18 22:07:31.843] [info]   at 
org.apache.pekko.testkit.TestKit.within(TestKit.scala:963)
   [06-18 22:07:31.844] [info]   at 
org.apache.pekko.remote.artery.AbstractRemoteSendConsistencySpec.$anonfun$new$8(RemoteSendConsistencySpec.scala:219)
   [06-18 22:07:31.844] [info]   at 
org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
   [06-18 22:07:31.844] [info]   at 
org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
   [06-18 22:07:31.844] [info]   at 
org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
   [06-18 22:07:31.844] [info]   at 
org.scalatest.Transformer.apply(Transformer.scala:22)
   [06-18 22:07:31.844] [info]   at 
org.scalatest.Transformer.apply(Transformer.scala:20)
   [06-18 22:07:31.844] [info]   at 
org.scalatest.wordspec.AnyWordSpecLike$$anon$3.apply(AnyWordSpecLike.scala:1240)
   ```


-- 
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