quantranhong1999 commented on code in PR #2993:
URL: https://github.com/apache/james-project/pull/2993#discussion_r3048871509
##########
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:
As said, your comment makes sense. However, on CI, we are doing smoke
testing. We still need to make sure local passes (seems not the case with Email
query contract at least)
--
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]