akka / akka-persistence-jdbc

Asynchronously writes journal and snapshot entries to configured JDBC databases so that Akka Actors can recover state

Home Page:https://doc.akka.io/docs/akka-persistence-jdbc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed: MySQLScalaEventByTagTest

johanandren opened this issue · comments

https://github.com/akka/akka-persistence-jdbc/runs/2664376483

[info] - should find all events by tag even when lots of events are persisted concurrently *** FAILED *** (1 minute)
496
[info]   java.lang.AssertionError: Expected OnNext(_), yet no element signaled during 57734997612 nanoseconds
497
[info]   at akka.stream.testkit.TestSubscriber$ManualProbe.expectNext(StreamTestKit.scala:368)
498
[info]   at akka.stream.testkit.TestSubscriber$ManualProbe.expectNext(StreamTestKit.scala:359)
499
[info]   at akka.persistence.jdbc.query.EventsByTagTest.$anonfun$new$35(EventsByTagTest.scala:214)
500
[info]   at akka.persistence.jdbc.query.EventsByTagTest.$anonfun$new$35$adapted(EventsByTagTest.scala:213)
501
[info]   at scala.collection.IterableOnceOps.foldLeft(IterableOnce.scala:646)
502
[info]   at scala.collection.IterableOnceOps.foldLeft$(IterableOnce.scala:642)
503
[info]   at scala.collection.AbstractIterable.foldLeft(Iterable.scala:919)
504
[info]   at akka.persistence.jdbc.query.EventsByTagTest.$anonfun$new$34(EventsByTagTest.scala:213)
505
[info]   at akka.persistence.jdbc.query.EventsByTagTest.$anonfun$new$34$adapted(EventsByTagTest.scala:211)
506
[info]   at akka.persistence.jdbc.query.ScalaJdbcReadJournalOperations.$anonfun$withEventsByTag$1(QueryTestSpec.scala:96)