You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ja...@apache.org on 2014/05/08 02:53:22 UTC

git commit: Revert parallel test running until tests pass using this option (SamarthJain)

Repository: incubator-phoenix
Updated Branches:
  refs/heads/3.0 466ad3969 -> f5a42a622


Revert parallel test running until tests pass using this option (SamarthJain)


Project: http://git-wip-us.apache.org/repos/asf/incubator-phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-phoenix/commit/f5a42a62
Tree: http://git-wip-us.apache.org/repos/asf/incubator-phoenix/tree/f5a42a62
Diff: http://git-wip-us.apache.org/repos/asf/incubator-phoenix/diff/f5a42a62

Branch: refs/heads/3.0
Commit: f5a42a6221db5b59ecbf1ee835257c02fa2d2632
Parents: 466ad39
Author: James Taylor <jt...@salesforce.com>
Authored: Wed May 7 17:53:55 2014 -0700
Committer: James Taylor <jt...@salesforce.com>
Committed: Wed May 7 17:53:55 2014 -0700

----------------------------------------------------------------------
 pom.xml | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/f5a42a62/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e9316a5..d19edaf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,10 +110,6 @@
     <maven.assembly.version>2.4</maven.assembly.version>
     <maven.rat.version>0.8</maven.rat.version>
     
-    <!--  Plugin options -->
-    <numForkedIT>3</numForkedIT>
-    <numForkedUT>3</numForkedUT>
-
     <!-- Set default encoding so multi-byte tests work correctly on the Mac -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -240,8 +236,6 @@
           <version>${maven-failsafe-plugin.version}</version>
           <configuration>
             <encoding>UTF-8</encoding>
-            <forkCount>${numForkedIT}</forkCount>
-            <reuseForks>true</reuseForks>
             <argLine>-enableassertions -Xmx3000m -XX:MaxPermSize=128m -Djava.security.egd=file:/dev/./urandom</argLine>
             <redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
             <testSourceDirectory>${basedir}/src/it/java</testSourceDirectory>
@@ -298,8 +292,6 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <version>${maven-surefire-plugin.version}</version>
         <configuration>
-          <forkCount>${numForkedUT}</forkCount>
-          <reuseForks>true</reuseForks>
           <argLine>-enableassertions -Xmx2250m -XX:MaxPermSize=128m 
             -Djava.security.egd=file:/dev/./urandom</argLine>
           <redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>