You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "He-Pin (via GitHub)" <gi...@apache.org> on 2023/08/11 17:20:56 UTC

[GitHub] [incubator-pekko] He-Pin opened a new issue, #560: Failed: HandshakeRetrySpec

He-Pin opened a new issue, #560:
URL: https://github.com/apache/incubator-pekko/issues/560

   ```
   [08-11 16:52:28.814] [info] - must be retried during handshake-timeout (no message loss) *** FAILED *** (7 seconds, 93 milliseconds)
   [08-11 16:52:28.815] [info]   java.lang.AssertionError: assertion failed: timeout (6 seconds) during expectMsg while waiting for hello
   [08-11 16:52:28.815] [info]   at scala.Predef$.assert(Predef.scala:279)
   [08-11 16:52:28.815] [info]   at org.apache.pekko.testkit.TestKitBase.expectMsg_internal(TestKit.scala:472)
   [08-11 16:52:28.815] [info]   at org.apache.pekko.testkit.TestKitBase.expectMsg(TestKit.scala:449)
   [08-11 16:52:28.815] [info]   at org.apache.pekko.testkit.TestKitBase.expectMsg$(TestKit.scala:449)
   [08-11 16:52:28.816] [info]   at org.apache.pekko.testkit.TestKit.expectMsg(TestKit.scala:982)
   [08-11 16:52:28.816] [info]   at org.apache.pekko.remote.artery.HandshakeRetrySpec.$anonfun$new$2(HandshakeRetrySpec.scala:48)
   [08-11 16:52:28.816] [info]   at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
   [08-11 16:52:28.816] [info]   at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
   [08-11 16:52:28.816] [info]   at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
   [08-11 16:52:28.825] [info]   at org.scalatest.Transformer.apply(Transformer.scala:22)
   [08-11 16:52:28.825] [info]   at org.scalatest.Transformer.apply(Transformer.scala:20)
   [08-11 16:52:28.826] [info]   at org.scalatest.wordspec.AnyWordSpecLike$$anon$3.apply(AnyWordSpecLike.scala:1239)
   [08-11 16:52:28.826] [info]   at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
   [08-11 16:52:28.827] [info]   at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
   [08-11 16:52:28.827] [info]   at org.apache.pekko.remote.artery.ArteryMultiNodeSpec.withFixture(ArteryMultiNodeSpec.scala:58)
   [08-11 16:52:28.828] [info]   at org.scalatest.wordspec.AnyWordSpecLike.invokeWithFixture$1(AnyWordSpecLike.scala:1237)
   [08-11 16:52:28.828] [info]   at org.scalatest.wordspec.AnyWordSpecLike.$anonfun$runTest$1(AnyWordSpecLike.scala:1249)
   [08-11 16:52:28.829] [info]   at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
   [08-11 16:52:28.829] [info]   at org.scalatest.wordspec.AnyWordSpecLike.runTest(AnyWordSpecLike.scala:1249)
   [08-11 16:52:28.829] [info]   at org.scalatest.wordspec.AnyWordSpecLike.runTest$(AnyWordSpecLike.scala:1231)
   [08-11 16:52:28.830] [info]   at org.apache.pekko.testkit.PekkoSpec.runTest(PekkoSpec.scala:64)
   [08-11 16:52:28.830] [info]   at org.scalatest.wordspec.AnyWordSpecLike.$anonfun$runTests$1(AnyWordSpecLike.scala:1308)
   [08-11 16:52:28.831] [info]   at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
   [08-11 16:52:28.831] [info]   at scala.collection.immutable.List.foreach(List.scala:333)
   [08-11 16:52:28.832] [info]   at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
   [08-11 16:52:28.832] [info]   at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:390)
   [08-11 16:52:28.832] [info]   at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:427)
   [08-11 16:52:28.833] [info]   at scala.collection.immutable.List.foreach(List.scala:333)
   [08-11 16:52:28.833] [info]   at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
   [08-11 16:52:28.833] [info]   at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
   [08-11 16:52:28.837] [info]   at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
   [08-11 16:52:28.838] [info]   at org.scalatest.wordspec.AnyWordSpecLike.runTests(AnyWordSpecLike.scala:1308)
   [08-11 16:52:28.838] [info]   at org.scalatest.wordspec.AnyWordSpecLike.runTests$(AnyWordSpecLike.scala:1307)
   [08-11 16:52:28.838] [info]   at org.apache.pekko.testkit.PekkoSpec.runTests(PekkoSpec.scala:64)
   [08-11 16:52:28.838] [info]   at org.scalatest.Suite.run(Suite.scala:1114)
   [08-11 16:52:28.838] [info]   at org.scalatest.Suite.run$(Suite.scala:1096)
   [08-11 16:52:28.838] [info]   at org.apache.pekko.testkit.PekkoSpec.org$scalatest$wordspec$AnyWordSpecLike$$super$run(PekkoSpec.scala:64)
   [08-11 16:52:28.839] [info]   at org.scalatest.wordspec.AnyWordSpecLike.$anonfun$run$1(AnyWordSpecLike.scala:1353)
   [08-11 16:52:28.842] [info]   at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
   [08-11 16:52:28.842] [info]   at org.scalatest.wordspec.AnyWordSpecLike.run(AnyWordSpecLike.scala:1353)
   [08-11 16:52:28.843] [info]   at org.scalatest.wordspec.AnyWordSpecLike.run$(AnyWordSpecLike.scala:1351)
   [08-11 16:52:28.843] [info]   at org.apache.pekko.testkit.PekkoSpec.org$scalatest$BeforeAndAfterAll$$super$run(PekkoSpec.scala:64)
   [08-11 16:52:28.844] [info]   at org.scalatest.BeforeAndAfterAll.liftedTree1$1(BeforeAndAfterAll.scala:213)
   [08-11 16:52:28.844] [info]   at org.scalatest.BeforeAndAfterAll.run(BeforeAndAfterAll.scala:210)
   [08-11 16:52:28.845] [info]   at org.scalatest.BeforeAndAfterAll.run$(BeforeAndAfterAll.scala:208)
   [08-11 16:52:28.845] [info]   at org.apache.pekko.testkit.PekkoSpec.run(PekkoSpec.scala:64)
   [08-11 16:52:28.845] [info]   at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
   [08-11 16:52:28.845] [info]   at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
   [08-11 16:52:28.845] [info]   at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
   [08-11 16:52:28.845] [info]   at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [08-11 16:52:28.846] [info]   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [08-11 16:52:28.846] [info]   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [08-11 16:52:28.846] [info]   at java.lang.Thread.run(Thread.java:750)
   Coroner Thread Count started at 84, ended at 85, peaked at 119 in org.apache.pekko.remote.artery.HandshakeRetrySpec
   ```
   
   https://github.com/apache/incubator-pekko/actions/runs/5834964492/job/15825600835?pr=363#step:6:3910


-- 
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: notifications-unsubscribe@pekko.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org