You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by sa...@apache.org on 2016/11/07 21:22:58 UTC

[06/20] phoenix git commit: PHOENIX-3457 Disable parallel run of tests and increase memory

PHOENIX-3457 Disable parallel run of tests and increase memory


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

Branch: refs/heads/encodecolumns2
Commit: 7bcf5bac48b66ce777c1d9cd7b6e6ae7d8e2dbe5
Parents: 4432635
Author: James Taylor <ja...@apache.org>
Authored: Sat Nov 5 07:27:17 2016 -0700
Committer: James Taylor <ja...@apache.org>
Committed: Sat Nov 5 07:27:17 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/7bcf5bac/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5a2e542..7de9d82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,8 +117,8 @@
     <maven.assembly.version>2.5.2</maven.assembly.version>
 
     <!-- Plugin options -->
-    <numForkedUT>6</numForkedUT>
-    <numForkedIT>6</numForkedIT>
+    <numForkedUT>4</numForkedUT>
+    <numForkedIT>4</numForkedIT>
 
     <!-- Set default encoding so multi-byte tests work correctly on the Mac -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>