Skip to content

failed: PersistentActorRecoveryTimeoutSpec #2888

@He-Pin

Description

@He-Pin
Error:  [04/23/2026 00:54:19.172] [PersistentActorRecoveryTimeoutSpec-pekko.actor.default-dispatcher-8] [pekko://PersistentActorRecoveryTimeoutSpec/user/$d] Recovery of TestReceiveTimeoutActor failed (org.apache.pekko.persistence.RecoveryTimedOut: Recovery timed out, didn't get event within 3000 milliseconds, highest sequence number seen 0)
[04-23 00:54:22.167] [info] - should should not interfere with receive timeouts *** FAILED *** (6 seconds, 17 milliseconds)
[04-23 00:54:22.167] [info]   java.util.concurrent.TimeoutException: Future timed out after [6 seconds]
[04-23 00:54:22.167] [info]   at scala.concurrent.impl.Promise$DefaultPromise.tryAwait0(Promise.scala:248)
[04-23 00:54:22.167] [info]   at scala.concurrent.impl.Promise$DefaultPromise.result(Promise.scala:261)
[04-23 00:54:22.167] [info]   at scala.concurrent.Await$.$anonfun$result$1(package.scala:201)
[04-23 00:54:22.167] [info]   at scala.concurrent.BlockContext$DefaultBlockContext$.blockOn(BlockContext.scala:62)
[04-23 00:54:22.168] [info]   at scala.concurrent.Await$.result(package.scala:124)
[04-23 00:54:22.168] [info]   at org.apache.pekko.persistence.journal.SteppingInmemJournal$.step(SteppingInmemJournal.scala:42)
[04-23 00:54:22.168] [info]   at org.apache.pekko.persistence.PersistentActorRecoveryTimeoutSpec.f$proxy2$1(PersistentActorRecoveryTimeoutSpec.scala:152)
[04-23 00:54:22.168] [info]   at org.apache.pekko.persistence.PersistentActorRecoveryTimeoutSpec.$init$$$anonfun$1$$anonfun$2(PersistentActorRecoveryTimeoutSpec.scala:123)
[04-23 00:54:22.168] [info]   at org.scalatest.Transformer.apply$$anonfun$1(Transformer.scala:22)
[04-23 00:54:22.168] [info]   at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
[04-23 00:54:22.168] [info]   at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:31)
[04-23 00:54:22.168] [info]   at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
[04-23 00:54:22.168] [info]   at org.scalatest.Transformer.apply(Transformer.scala:22)
[04-23 00:54:22.169] [info]   at org.scalatest.Transformer.apply(Transformer.scala:21)
[04-23 00:54:22.172] [info]   at org.scalatest.wordspec.AnyWordSpecLike$$anon$3.apply(AnyWordSpecLike.scala:1118)
[04-23 00:54:22.172] [info]   at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
[04-23 00:54:22.172] [info]   at org.scalatest.TestSuite.withFixture$(TestSuite.scala:138)
[04-23 00:54:22.172] [info]   at org.apache.pekko.testkit.PekkoSpec.withFixture(PekkoSpec.scala:82)
[04-23 00:54:22.172] [info]   at org.scalatest.wordspec.AnyWordSpecLike.invokeWithFixture$1(AnyWordSpecLike.scala:1124)
[04-23 00:54:22.172] [info]   at org.scalatest.wordspec.AnyWordSpecLike.runTest$$anonfun$1(AnyWordSpecLike.scala:1128)
[04-23 00:54:22.172] [info]   at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
[04-23 00:54:22.172] [info]   at org.scalatest.wordspec.AnyWordSpecLike.runTest(AnyWordSpecLike.scala:1128)
[04-23 00:54:22.173] [info]   at org.scalatest.wordspec.AnyWordSpecLike.runTest$(AnyWordSpecLike.scala:44)
[04-23 00:54:22.173] [info]   at org.apache.pekko.testkit.PekkoSpec.runTest(PekkoSpec.scala:82)
[04-23 00:54:22.173] [info]   at org.scalatest.wordspec.AnyWordSpecLike.runTests$$anonfun$1(AnyWordSpecLike.scala:1187)
[04-23 00:54:22.173] [info]   at org.scalatest.SuperEngine.traverseSubNodes$1$$anonfun$1(Engine.scala:413)
[04-23 00:54:22.173] [info]   at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
[04-23 00:54:22.173] [info]   at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
[04-23 00:54:22.173] [info]   at scala.collection.immutable.List.foreach(List.scala:334)
[04-23 00:54:22.173] [info]   at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:429)
[04-23 00:54:22.173] [info]   at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:390)
[04-23 00:54:22.173] [info]   at org.scalatest.SuperEngine.traverseSubNodes$1$$anonfun$1(Engine.scala:427)
[04-23 00:54:22.173] [info]   at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
[04-23 00:54:22.173] [info]   at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
[04-23 00:54:22.173] [info]   at scala.collection.immutable.List.foreach(List.scala:334)
[04-23 00:54:22.173] [info]   at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:429)
[04-23 00:54:22.173] [info]   at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
[04-23 00:54:22.173] [info]   at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
[04-23 00:54:22.173] [info]   at org.scalatest.wordspec.AnyWordSpecLike.runTests(AnyWordSpecLike.scala:1187)
[04-23 00:54:22.173] [info]   at org.scalatest.wordspec.AnyWordSpecLike.runTests$(AnyWordSpecLike.scala:44)
[04-23 00:54:22.173] [info]   at org.apache.pekko.testkit.PekkoSpec.runTests(PekkoSpec.scala:82)
[04-23 00:54:22.174] [info]   at org.scalatest.Suite.run(Suite.scala:1114)
[04-23 00:54:22.174] [info]   at org.scalatest.Suite.run$(Suite.scala:564)
[04-23 00:54:22.174] [info]   at org.apache.pekko.testkit.PekkoSpec.org$scalatest$wordspec$AnyWordSpecLike$$super$run(PekkoSpec.scala:82)
[04-23 00:54:22.174] [info]   at org.scalatest.wordspec.AnyWordSpecLike.run$$anonfun$1(AnyWordSpecLike.scala:1232)
[04-23 00:54:22.174] [info]   at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
[04-23 00:54:22.174] [info]   at org.scalatest.wordspec.AnyWordSpecLike.run(AnyWordSpecLike.scala:1232)
[04-23 00:54:22.174] [info]   at org.scalatest.wordspec.AnyWordSpecLike.run$(AnyWordSpecLike.scala:44)
[04-23 00:54:22.174] [info]   at org.apache.pekko.testkit.PekkoSpec.org$scalatest$BeforeAndAfterAll$$super$run(PekkoSpec.scala:82)
[04-23 00:54:22.174] [info]   at org.scalatest.BeforeAndAfterAll.liftedTree1$1(BeforeAndAfterAll.scala:213)
[04-23 00:54:22.175] [info]   at org.scalatest.BeforeAndAfterAll.run(BeforeAndAfterAll.scala:217)
[04-23 00:54:22.175] [info]   at org.scalatest.BeforeAndAfterAll.run$(BeforeAndAfterAll.scala:135)
[04-23 00:54:22.175] [info]   at org.apache.pekko.testkit.PekkoSpec.run(PekkoSpec.scala:82)
[04-23 00:54:22.175] [info]   at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
[04-23 00:54:22.175] [info]   at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
[04-23 00:54:22.175] [info]   at sbt.ForkMain$Run.lambda$runTest$1(ForkMain.java:414)
[04-23 00:54:22.175] [info]   at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[04-23 00:54:22.175] [info]   at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[04-23 00:54:22.175] [info]   at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[04-23 00:54:22.175] [info]   at java.base/java.lang.Thread.run(Thread.java:840)

https://github.com/apache/pekko/actions/runs/24810320571/job/72613608907

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions