quantranhong1999 commented on code in PR #2993:
URL: https://github.com/apache/james-project/pull/2993#discussion_r3044326960
##########
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:
Should we have an OpenSearch cleanup step to clean up the documents (`POST
/<index-or-alias>/_delete_by_query with match_all` ?) ?
Not sure if the current isolation is good for the email query test suite (it
seems failed on my local).
--
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]