akka / akka-persistence-r2dbc

https://doc.akka.io/docs/akka-persistence-r2dbc/current/index.html
Other
24 stars 17 forks source link

Failed: EventSourcedChaosSpec (Sql Server) #574

Open johanandren opened 2 months ago

johanandren commented 2 months ago

https://github.com/akka/akka-projection/actions/runs/9187019564/job/25263813565#step:7:2023

[info] - must handle all events exactlyOnce *** FAILED *** (20 seconds, 745 milliseconds)
[info]   java.lang.AssertionError: Timeout (15 seconds) during receiveMessage while waiting for message.
[info]   at akka.actor.testkit.typed.internal.TestProbeImpl.assertFail(TestProbeImpl.scala:399)
[info]   at akka.actor.testkit.typed.internal.TestProbeImpl.$anonfun$receiveMessage_internal$1(TestProbeImpl.scala:182)
[info]   at scala.Option.getOrElse(Option.scala:201)
[info]   at akka.actor.testkit.typed.internal.TestProbeImpl.receiveMessage_internal(TestProbeImpl.scala:182)
[info]   at akka.actor.testkit.typed.internal.TestProbeImpl.receiveMessage(TestProbeImpl.scala:179)
[info]   at akka.projection.r2dbc.EventSourcedChaosSpec.$anonfun$new$7(EventSourcedChaosSpec.scala:189)
[info]   at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:190)
[info]   at akka.projection.r2dbc.EventSourcedChaosSpec.verify$1(EventSourcedChaosSpec.scala:186)
[info]   at akka.projection.r2dbc.EventSourcedChaosSpec.$anonfun$new$15(EventSourcedChaosSpec.scala:294)