You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/02/17 01:46:39 UTC

[james-project] 01/13: JAMES-3500 Increase forkCounts in relevant Cassandra projects

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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit f3e16d0544e832f5e2d356782c156a6b05678132
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Sun Feb 14 14:06:54 2021 +0700

    JAMES-3500 Increase forkCounts in relevant Cassandra projects
---
 mpt/impl/imap-mailbox/cassandra/pom.xml |  2 +-
 server/blob/blob-cassandra/pom.xml      |  2 +-
 server/data/data-cassandra/pom.xml      |  2 +-
 server/data/data-jmap-cassandra/pom.xml | 13 +++++++++++++
 4 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/mpt/impl/imap-mailbox/cassandra/pom.xml b/mpt/impl/imap-mailbox/cassandra/pom.xml
index a2753cf..92b88bd 100644
--- a/mpt/impl/imap-mailbox/cassandra/pom.xml
+++ b/mpt/impl/imap-mailbox/cassandra/pom.xml
@@ -104,7 +104,7 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <reuseForks>true</reuseForks>
-                    <forkCount>2</forkCount>
+                    <forkCount>4</forkCount>
                 </configuration>
             </plugin>
         </plugins>
diff --git a/server/blob/blob-cassandra/pom.xml b/server/blob/blob-cassandra/pom.xml
index 679071d..b98c929 100644
--- a/server/blob/blob-cassandra/pom.xml
+++ b/server/blob/blob-cassandra/pom.xml
@@ -103,7 +103,7 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <reuseForks>true</reuseForks>
-                    <forkCount>2</forkCount>
+                    <forkCount>4</forkCount>
                 </configuration>
             </plugin>
         </plugins>
diff --git a/server/data/data-cassandra/pom.xml b/server/data/data-cassandra/pom.xml
index f603f5c..d3ae891 100644
--- a/server/data/data-cassandra/pom.xml
+++ b/server/data/data-cassandra/pom.xml
@@ -150,7 +150,7 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <reuseForks>true</reuseForks>
-                    <forkCount>2</forkCount>
+                    <forkCount>4</forkCount>
                 </configuration>
             </plugin>
         </plugins>
diff --git a/server/data/data-jmap-cassandra/pom.xml b/server/data/data-jmap-cassandra/pom.xml
index bd4e3c6..c9154fd 100644
--- a/server/data/data-jmap-cassandra/pom.xml
+++ b/server/data/data-jmap-cassandra/pom.xml
@@ -123,4 +123,17 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <reuseForks>true</reuseForks>
+                    <forkCount>2</forkCount>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org