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/15 19:48:47 UTC

phoenix git commit: Updating omid dependency to 1.0.0 and increasing parallelism back to previous level

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


Updating omid dependency to 1.0.0 and increasing parallelism back to previous level


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

Branch: refs/heads/omid2
Commit: 0554db29b1be2e344a8bfbc9413635d1642c225a
Parents: ddf7328
Author: James Taylor <ja...@lyft.com>
Authored: Thu Nov 15 11:48:40 2018 -0800
Committer: James Taylor <ja...@lyft.com>
Committed: Thu Nov 15 11:48:40 2018 -0800

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/0554db29/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fadc6bc..b2d2c64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
     <avatica.version>1.12.0</avatica.version>
     <jettyVersion>8.1.7.v20120910</jettyVersion>
     <tephra.version>0.15.0-incubating</tephra.version>
-    <omid.version>1.0.0.0</omid.version>
+    <omid.version>1.0.0</omid.version>
     <spark.version>2.3.2</spark.version>
     <scala.version>2.11.8</scala.version>
     <scala.binary.version>2.11</scala.binary.version>
@@ -123,7 +123,7 @@
 
     <!-- Plugin options -->
     <numForkedUT>4</numForkedUT>
-    <numForkedIT>4</numForkedIT>
+    <numForkedIT>8</numForkedIT>
     <it.failIfNoSpecifiedTests>false</it.failIfNoSpecifiedTests>
     <surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>