akka / akka-persistence-r2dbc

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

Failed: EventSourcedCleanupSpec Postgres #549

Open johanandren opened 2 months ago

johanandren commented 2 months ago

With several partitions

https://github.com/akka/akka-persistence-r2dbc/actions/runs/8645780675/job/23703666741?pr=541#step:7:971

[info] - must delete events for slice before timestamp *** FAILED *** (116 milliseconds)
[info]   0 was not equal to 5 (EventSourcedCleanupSpec.scala:432)
[info]   org.scalatest.exceptions.TestFailedException:
[info]   at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:392)
[info]   at org.scalatest.matchers.should.Matchers$AnyShouldWrapper.shouldBe(Matchers.scala:7539)
[info]   at akka.persistence.r2dbc.cleanup.scaladsl.EventSourcedCleanupSpec.$anonfun$new$44(EventSourcedCleanupSpec.scala:432)

Build logs 4_Run test with Postgres and several data partitions.txt

octonato commented 2 months ago

https://github.com/akka/akka-persistence-r2dbc/actions/runs/8947230726/job/24578898497#step:6:981