pjfanning commented on issue #3089: URL: https://github.com/apache/pekko/issues/3089#issuecomment-4752628411
This test case is also flky in this same test class. ``` [06-19 14:07:04.974] [info] - must be able to send messages concurrently preserving order *** FAILED *** (1 minute) [06-19 14:07:04.974] [info] java.lang.AssertionError: assertion failed: timeout (59999974352 nanoseconds) during expectMsg while waiting for success [06-19 14:07:04.974] [info] at scala.runtime.Scala3RunTime$.assertFailed(Scala3RunTime.scala:8) [06-19 14:07:04.974] [info] at org.apache.pekko.testkit.TestKitBase.expectMsg_internal(TestKit.scala:470) [06-19 14:07:04.975] [info] at org.apache.pekko.testkit.TestKitBase.expectMsg(TestKit.scala:447) [06-19 14:07:04.975] [info] at org.apache.pekko.testkit.TestKitBase.expectMsg$(TestKit.scala:167) [06-19 14:07:04.975] [info] at org.apache.pekko.testkit.TestKit.expectMsg(TestKit.scala:963) [06-19 14:07:04.975] [info] at org.apache.pekko.remote.artery.AbstractRemoteSendConsistencySpec.f$proxy3$1$$anonfun$1(RemoteSendConsistencySpec.scala:180) [06-19 14:07:04.975] [info] at org.apache.pekko.testkit.TestKitBase.within(TestKit.scala:427) [06-19 14:07:04.975] [info] at org.apache.pekko.testkit.TestKitBase.within$(TestKit.scala:167) [06-19 14:07:04.975] [info] at org.apache.pekko.testkit.TestKit.within(TestKit.scala:963) [06-19 14:07:04.975] [info] at org.apache.pekko.testkit.TestKitBase.within(TestKit.scala:442) [06-19 14:07:04.975] [info] at org.apache.pekko.testkit.TestKitBase.within$(TestKit.scala:167) [06-19 14:07:04.975] [info] at org.apache.pekko.testkit.TestKit.within(TestKit.scala:963) [06-19 14:07:04.975] [info] at org.apache.pekko.remote.artery.AbstractRemoteSendConsistencySpec.f$proxy3$1(RemoteSendConsistencySpec.scala:184) [06-19 14:07:04.975] [info] at org.apache.pekko.remote.artery.AbstractRemoteSendConsistencySpec.$init$$$anonfun$1$$anonfun$3(RemoteSendConsistencySpec.scala:147) [06-19 14:07 ``` -- 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]
