chibenwa commented on code in PR #2993:
URL: https://github.com/apache/james-project/pull/2993#discussion_r3046734957


##########
server/protocols/jmap-rfc-8621-integration-tests/distributed-jmap-rfc-8621-integration-tests/src/test/java/org/apache/james/jmap/rfc8621/distributed/DistributedEmailQueryMethodNoViewTest.java:
##########
@@ -87,4 +95,9 @@ public void 
inMailboxSortedBySentAtShouldCollapseThreads(GuiceJamesServer server
     @Disabled("JAMES-3340 Not supported for no email query view")
     public void 
inMailboxBeforeSortedByReceivedAtShouldCollapseThreads(GuiceJamesServer server) 
{
     }
+
+    @AfterEach
+    void cleanUp(GuiceJamesServer server) {
+        server.getProbe(CleanupTasksPerformerProbe.class).clean();

Review Comment:
   Thought about it,  but it's actually not needed.
   Opensearch is mailboxId scoped with access rights piloted against the 
Cassandra DB. 
   There is no need to clean as the ids of the second test will differ from the 
first.



-- 
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]

Reply via email to