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 2016/10/13 16:40:37 UTC

phoenix git commit: Disable parallelization in tests

Repository: phoenix
Updated Branches:
  refs/heads/calcite 54cc24038 -> 07f0a34d7


Disable parallelization in tests


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

Branch: refs/heads/calcite
Commit: 07f0a34d7f2f1cb1a5197a3c38cf67b5b27f2b85
Parents: 54cc240
Author: James Taylor <ja...@apache.org>
Authored: Thu Oct 13 09:43:44 2016 -0700
Committer: James Taylor <ja...@apache.org>
Committed: Thu Oct 13 09:43:44 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/07f0a34d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9601cd3..b8d55ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -235,8 +235,8 @@
                 <runOrder>alphabetical</runOrder>
                 <reuseForks>true</reuseForks>
                 <runOrder>alphabetical</runOrder>
-                <parallel>methods</parallel>
-                <threadCount>20</threadCount>
+                <!--parallel>methods</parallel>
+                <threadCount>20</threadCount-->
                 <argLine>-Xmx2000m -XX:MaxPermSize=256m -Djava.security.egd=file:/dev/./urandom "-Djava.library.path=${hadoop.library.path}${path.separator}${java.library.path}" -XX:NewRatio=4 -XX:SurvivorRatio=8 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+DisableExplicitGC -XX:+UseCMSInitiatingOccupancyOnly -XX:+CMSClassUnloadingEnabled -XX:+CMSScavengeBeforeRemark -XX:CMSInitiatingOccupancyFraction=68 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=./target/</argLine>
                 <redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
                 <shutdown>kill</shutdown>
@@ -262,8 +262,8 @@
                 <runOrder>alphabetical</runOrder>
                 <reuseForks>true</reuseForks>
                 <runOrder>alphabetical</runOrder>
-                <parallel>methods</parallel>
-                <threadCount>20</threadCount>
+                <!--parallel>methods</parallel>
+                <threadCount>20</threadCount-->
                 <!-- We're intermittantly hitting this assertion:
                      Caused by: java.lang.AssertionError: we should never remove a different context
 	                 at org.apache.hadoop.hbase.regionserver.HRegion$RowLockContext.cleanUp(HRegion.java:5206)