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 <btell...@linagora.com> Authored: Thu Jul 26 09:59:17 2018 +0700 Committer: benwa <btell...@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-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org