This is an automated email from the ASF dual-hosted git repository.

nvollmar pushed a commit to branch fix-tests
in repository 
https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-cassandra.git


The following commit(s) were added to refs/heads/fix-tests by this push:
     new f60eec5  wip
f60eec5 is described below

commit f60eec57ea741dd4bc3cdfd25315e6ab9d7b9a4e
Author: Nicolas Vollmar <[email protected]>
AuthorDate: Tue Aug 22 14:44:13 2023 +0200

    wip
---
 .../org/apache/pekko/persistence/cassandra/query/EventsByTagSpec.scala   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/core/src/test/scala/org/apache/pekko/persistence/cassandra/query/EventsByTagSpec.scala
 
b/core/src/test/scala/org/apache/pekko/persistence/cassandra/query/EventsByTagSpec.scala
index d641d56..282e20b 100644
--- 
a/core/src/test/scala/org/apache/pekko/persistence/cassandra/query/EventsByTagSpec.scala
+++ 
b/core/src/test/scala/org/apache/pekko/persistence/cassandra/query/EventsByTagSpec.scala
@@ -1387,6 +1387,7 @@ class EventsByTagPersistenceIdCleanupSpec extends 
AbstractEventsByTagSpec(Events
       probe.expectNoMessage(cleanupPeriod + 500.millis)
 
       // the metadata for pid cleanup should have been removed meaning the 
next event will be delayed
+      // until persistence id is found again
       val event2 = PersistentRepr(s"cleanup-2", 2, "cleanup")
       writeTaggedEvent(event2, Set("cleanup-tag"), 2, bucketSize)
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to