nvollmar commented on issue #33: URL: https://github.com/apache/incubator-pekko-persistence-cassandra/issues/33#issuecomment-1689454785
new test popped up: `org.apache.pekko.persistence.cassandra.EventsByTagRecoverySpec` ```must recover if snapshot is for the latest sequence nr *** FAILED *** (20 seconds, 663 milliseconds) [info] java.lang.AssertionError: assertion failed: timeout (20 seconds) during expectMsg: message matching partial function [info] at scala.Predef$.assert(Predef.scala:279) [info] at org.apache.pekko.testkit.TestKitBase.expectMsgPF(TestKit.scala:490) [info] at org.apache.pekko.testkit.TestKitBase.expectMsgPF$(TestKit.scala:487) [info] at org.apache.pekko.testkit.TestKit.expectMsgPF(TestKit.scala:984) [info] at org.apache.pekko.stream.testkit.TestSubscriber$ManualProbe.expectEventWithTimeoutPF(StreamTestKit.scala:737) [info] at org.apache.pekko.stream.testkit.TestSubscriber$ManualProbe.expectNextWithTimeoutPF(StreamTestKit.scala:714) [info] at org.apache.pekko.stream.testkit.TestSubscriber$ManualProbe.expectNextPF(StreamTestKit.scala:705) [info] at org.apache.pekko.persistence.cassandra.EventsByTagRecoverySpec.$anonfun$new$19(EventsByTagRecoverySpec.scala:217)``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
