pjfanning commented on PR #1562: URL: https://github.com/apache/pekko/pull/1562#issuecomment-2497093838
A test failed in Scala 3 run. Could be an intermittent issue that affects the test already. ``` [11-25 02:13:26.569] [info] - must deliver first message *** FAILED *** (8 seconds, 144 milliseconds) [11-25 02:13:26.569] [info] java.lang.AssertionError: assertion failed: timeout (6 seconds) during expectMsg while waiting for OnNext(d) [11-25 02:13:26.569] [info] at scala.runtime.Scala3RunTime$.assertFailed(Scala3RunTime.scala:8) [11-25 02:13:26.569] [info] at org.apache.pekko.testkit.TestKitBase.expectMsg_internal(TestKit.scala:472) [11-25 02:13:26.569] [info] at org.apache.pekko.testkit.TestKitBase.expectMsg(TestKit.scala:449) [11-25 02:13:26.569] [info] at org.apache.pekko.testkit.TestKitBase.expectMsg$(TestKit.scala:169) [11-25 02:13:26.569] [info] at org.apache.pekko.testkit.TestKit.expectMsg(TestKit.scala:982) [11-25 02:13:26.569] [info] at org.apache.pekko.stream.testkit.TestSubscriber$ManualProbe.expectNext(StreamTestKit.scala:523) [11-25 02:13:26.569] [info] at org.apache.pekko.remote.artery.SendQueueSpec.test$1$$anonfun$1(SendQueueSpec.scala:188) [11-25 02:13:26.569] [info] at org.apache.pekko.remote.artery.SendQueueSpec.test$1$$anonfun$adapted$1(SendQueueSpec.scala:175) [11-25 02:13:26.569] [info] at scala.collection.immutable.Range.foreach(Range.scala:190) [11-25 02:13:26.569] [info] at org.apache.pekko.remote.artery.SendQueueSpec.test$1(SendQueueSpec.scala:175) [11-25 02:13:26.569] [info] at org.apache.pekko.remote.artery.SendQueueSpec.f$proxy5$1(SendQueueSpec.scala:204) ``` -- 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]
