You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2018/07/30 06:54:50 UTC

[4/8] james-project git commit: JAMES-2470 Enable reuseForks to benefit from a single HBase cluster singleton

JAMES-2470 Enable reuseForks to benefit from a single HBase cluster singleton


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/ddf6a53d
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/ddf6a53d
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/ddf6a53d

Branch: refs/heads/master
Commit: ddf6a53d5eac1a23ace7b67b9424fb185eb08f6d
Parents: 5635e13
Author: benwa <bt...@linagora.com>
Authored: Thu Jul 26 09:59:17 2018 +0700
Committer: benwa <bt...@linagora.com>
Committed: Mon Jul 30 13:51:03 2018 +0700

----------------------------------------------------------------------
 mailbox/hbase/pom.xml          | 12 ++++++++++++
 server/data/data-hbase/pom.xml |  5 +----
 2 files changed, 13 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/ddf6a53d/mailbox/hbase/pom.xml
----------------------------------------------------------------------
diff --git a/mailbox/hbase/pom.xml b/mailbox/hbase/pom.xml
index 3b6af03..b8d13af 100644
--- a/mailbox/hbase/pom.xml
+++ b/mailbox/hbase/pom.xml
@@ -133,4 +133,16 @@
         </dependency>
     </dependencies>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <reuseForks>true</reuseForks>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
 </project>

http://git-wip-us.apache.org/repos/asf/james-project/blob/ddf6a53d/server/data/data-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/server/data/data-hbase/pom.xml b/server/data/data-hbase/pom.xml
index f4d1d8e..cd7fab7 100644
--- a/server/data/data-hbase/pom.xml
+++ b/server/data/data-hbase/pom.xml
@@ -173,10 +173,7 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
-                    <forkMode>pertest</forkMode>
-                    <argLine>-Xms256m -Xmx512m</argLine>
-                    <testFailureIgnore>false</testFailureIgnore>
-                    <skip>false</skip>
+                    <reuseForks>true</reuseForks>
                 </configuration>
             </plugin>
             <plugin>


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