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 2018/11/16 03:28:13 UTC

phoenix git commit: Revert back to only 4 parallel unit tests to help with bind exception

Repository: phoenix
Updated Branches:
  refs/heads/omid2 0554db29b -> 960527661


Revert back to only 4 parallel unit tests to help with bind exception


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

Branch: refs/heads/omid2
Commit: 9605276612caa9e0e489ca5cfa418aa36fa9a576
Parents: 0554db2
Author: James Taylor <ja...@apache.org>
Authored: Thu Nov 15 19:27:59 2018 -0800
Committer: James Taylor <ja...@apache.org>
Committed: Thu Nov 15 19:27:59 2018 -0800

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/96052766/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b2d2c64..8613fe9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
 
     <!-- Plugin options -->
     <numForkedUT>4</numForkedUT>
-    <numForkedIT>8</numForkedIT>
+    <numForkedIT>4</numForkedIT>
     <it.failIfNoSpecifiedTests>false</it.failIfNoSpecifiedTests>
     <surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>