Repository: incubator-blur Updated Branches: refs/heads/apache-blur-0.2 af063424d -> 9e4e999f2
Maven change to force a new jvm for each test. This should clean up resources that are not closed by various miniclusters not releasing their resources (e.g. file handles). Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/9e4e999f Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/9e4e999f Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/9e4e999f Branch: refs/heads/apache-blur-0.2 Commit: 9e4e999f2807abae8702fb622d3b643bfe609d90 Parents: af06342 Author: Aaron McCurry <[email protected]> Authored: Sun Mar 9 10:29:55 2014 -0400 Committer: Aaron McCurry <[email protected]> Committed: Sun Mar 9 10:29:55 2014 -0400 ---------------------------------------------------------------------- blur-core/pom.xml | 13 +++++++++++++ blur-gui/pom.xml | 13 +++++++++++++ blur-mapred/pom.xml | 13 +++++++++++++ blur-query/pom.xml | 13 +++++++++++++ blur-shell/pom.xml | 13 +++++++++++++ blur-store/pom.xml | 13 +++++++++++++ blur-thrift/pom.xml | 13 +++++++++++++ blur-util/pom.xml | 13 +++++++++++++ pom.xml | 2 ++ 9 files changed, 106 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/9e4e999f/blur-core/pom.xml ---------------------------------------------------------------------- diff --git a/blur-core/pom.xml b/blur-core/pom.xml index dea4ccc..300e0b8 100644 --- a/blur-core/pom.xml +++ b/blur-core/pom.xml @@ -125,6 +125,19 @@ under the License. <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <argLine>-XX:+UseConcMarkSweepGC -Xmx1g -Xms1g</argLine> + <forkCount>2</forkCount> + <forkMode>always</forkMode> + <reuseForks>false</reuseForks> + <systemPropertyVariables> + <blur.tmp.dir>${project.build.directory}/target/tmp</blur.tmp.dir> + </systemPropertyVariables> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.6</source> http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/9e4e999f/blur-gui/pom.xml ---------------------------------------------------------------------- diff --git a/blur-gui/pom.xml b/blur-gui/pom.xml index a3ce4df..9881210 100644 --- a/blur-gui/pom.xml +++ b/blur-gui/pom.xml @@ -94,6 +94,19 @@ under the License. <pluginManagement> <plugins> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <argLine>-XX:+UseConcMarkSweepGC -Xmx1g -Xms1g</argLine> + <forkCount>2</forkCount> + <forkMode>always</forkMode> + <reuseForks>false</reuseForks> + <systemPropertyVariables> + <blur.tmp.dir>${project.build.directory}/target/tmp</blur.tmp.dir> + </systemPropertyVariables> + </configuration> + </plugin> + <plugin> <artifactId>maven-war-plugin</artifactId> <configuration> <archiveClasses>true</archiveClasses> http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/9e4e999f/blur-mapred/pom.xml ---------------------------------------------------------------------- diff --git a/blur-mapred/pom.xml b/blur-mapred/pom.xml index 04041a3..7e8bbc7 100644 --- a/blur-mapred/pom.xml +++ b/blur-mapred/pom.xml @@ -106,6 +106,19 @@ under the License. <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <argLine>-XX:+UseConcMarkSweepGC -Xmx1g -Xms1g</argLine> + <forkCount>2</forkCount> + <forkMode>always</forkMode> + <reuseForks>false</reuseForks> + <systemPropertyVariables> + <blur.tmp.dir>${project.build.directory}/target/tmp</blur.tmp.dir> + </systemPropertyVariables> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.6</source> http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/9e4e999f/blur-query/pom.xml ---------------------------------------------------------------------- diff --git a/blur-query/pom.xml b/blur-query/pom.xml index 2b710a0..fe51c21 100644 --- a/blur-query/pom.xml +++ b/blur-query/pom.xml @@ -117,6 +117,19 @@ under the License. <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <argLine>-XX:+UseConcMarkSweepGC -Xmx1g -Xms1g</argLine> + <forkCount>2</forkCount> + <forkMode>always</forkMode> + <reuseForks>false</reuseForks> + <systemPropertyVariables> + <blur.tmp.dir>${project.build.directory}/target/tmp</blur.tmp.dir> + </systemPropertyVariables> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.6</source> http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/9e4e999f/blur-shell/pom.xml ---------------------------------------------------------------------- diff --git a/blur-shell/pom.xml b/blur-shell/pom.xml index b8c5963..4a6278a 100644 --- a/blur-shell/pom.xml +++ b/blur-shell/pom.xml @@ -81,6 +81,19 @@ under the License. <finalName>blur-shell-${project.version}</finalName> <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <argLine>-XX:+UseConcMarkSweepGC -Xmx1g -Xms1g</argLine> + <forkCount>2</forkCount> + <forkMode>always</forkMode> + <reuseForks>false</reuseForks> + <systemPropertyVariables> + <blur.tmp.dir>${project.build.directory}/target/tmp</blur.tmp.dir> + </systemPropertyVariables> + </configuration> + </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/9e4e999f/blur-store/pom.xml ---------------------------------------------------------------------- diff --git a/blur-store/pom.xml b/blur-store/pom.xml index 9760d0c..94a00bd 100644 --- a/blur-store/pom.xml +++ b/blur-store/pom.xml @@ -116,6 +116,19 @@ under the License. <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <argLine>-XX:+UseConcMarkSweepGC -Xmx1g -Xms1g</argLine> + <forkCount>2</forkCount> + <forkMode>always</forkMode> + <reuseForks>false</reuseForks> + <systemPropertyVariables> + <blur.tmp.dir>${project.build.directory}/target/tmp</blur.tmp.dir> + </systemPropertyVariables> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.6</source> http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/9e4e999f/blur-thrift/pom.xml ---------------------------------------------------------------------- diff --git a/blur-thrift/pom.xml b/blur-thrift/pom.xml index cc9a5d4..bb336b6 100644 --- a/blur-thrift/pom.xml +++ b/blur-thrift/pom.xml @@ -81,6 +81,19 @@ under the License. <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <argLine>-XX:+UseConcMarkSweepGC -Xmx1g -Xms1g</argLine> + <forkCount>2</forkCount> + <forkMode>always</forkMode> + <reuseForks>false</reuseForks> + <systemPropertyVariables> + <blur.tmp.dir>${project.build.directory}/target/tmp</blur.tmp.dir> + </systemPropertyVariables> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.6</source> http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/9e4e999f/blur-util/pom.xml ---------------------------------------------------------------------- diff --git a/blur-util/pom.xml b/blur-util/pom.xml index faf45c7..062e93b 100644 --- a/blur-util/pom.xml +++ b/blur-util/pom.xml @@ -149,6 +149,19 @@ under the License. <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <argLine>-XX:+UseConcMarkSweepGC -Xmx1g -Xms1g</argLine> + <forkCount>2</forkCount> + <forkMode>always</forkMode> + <reuseForks>false</reuseForks> + <systemPropertyVariables> + <blur.tmp.dir>${project.build.directory}/target/tmp</blur.tmp.dir> + </systemPropertyVariables> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.6</source> http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/9e4e999f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4b6954c..f4cc080 100644 --- a/pom.xml +++ b/pom.xml @@ -310,6 +310,8 @@ under the License. <artifactId>maven-surefire-plugin</artifactId> <configuration> <argLine>-XX:+UseConcMarkSweepGC -Xmx1g -Xms1g</argLine> + <forkCount>2</forkCount> + <forkMode>always</forkMode> <reuseForks>false</reuseForks> <systemPropertyVariables> <blur.tmp.dir>${project.build.directory}/target/tmp</blur.tmp.dir>
