akka / akka-persistence-jdbc

Asynchronously writes journal and snapshot entries to configured JDBC databases so that Akka Actors can recover state
https://doc.akka.io/libraries/akka-persistence-jdbc/current/
Other
309 stars 142 forks source link

Failed: H2ScalaEventsByTagTest #848

Open johanandren opened 3 months ago

johanandren commented 3 months ago

https://github.com/akka/akka-persistence-jdbc/actions/runs/10551233791/job/29228367696

[info] - should not find events for unknown tags *** FAILED *** (1 minute)
[info]   The code passed to eventually never returned normally. Attempted 3853 times over 1.0002183497833335 minutes. Last failure message: 2 was not equal to 3. (EventsByTagTest.scala:38)
[info]   org.scalatest.exceptions.TestFailedDueToTimeoutException:
[info]   at org.scalatest.enablers.Retrying$$anon$4.tryTryAgain$2(Retrying.scala:219)
[info]   at org.scalatest.enablers.Retrying$$anon$4.retry(Retrying.scala:226)
[info]   at org.scalatest.concurrent.Eventually.eventually(Eventually.scala:415)
[info]   at org.scalatest.concurrent.Eventually.eventually$(Eventually.scala:414)
[info]   at akka.persistence.jdbc.SingleActorSystemPerTestSpec.eventually(SingleActorSystemPerTestSpec.scala:20)
[info]   at akka.persistence.jdbc.query.EventsByTagTest.$anonfun$new$3(EventsByTagTest.scala:38)
[info]   at akka.persistence.jdbc.query.EventsByTagTest.$anonfun$new$3$adapted(EventsByTagTest.scala:33)
[info]   at akka.persistence.jdbc.query.QueryTestSpec.withTestActors(QueryTestSpec.scala:303)