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


##########
server/protocols/webadmin/webadmin-mailbox/pom.xml:
##########
@@ -259,6 +259,7 @@
                         
-javaagent:"${settings.localRepository}"/org/jacoco/org.jacoco.agent/${jacoco-maven-plugin.version}/org.jacoco.agent-${jacoco-maven-plugin.version}-runtime.jar=destfile=${basedir}/target/jacoco.exec
                         -Xms512m -Xmx2048m</argLine>
                     <reuseForks>true</reuseForks>
+                    <forkCount>2</forkCount>

Review Comment:
   What's expensive here is running OpenSearch for reindexing tests.
   
   I propose an idea: how about rely on Lucene with RamStore instead of 
OpenSearch for such tests? We would be able to run **way faster** without 
harming test relevance.
   
   Thoughts?



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