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/26 06:07:18 UTC

git commit: Try to get unit tests to function again

Repository: incubator-phoenix
Updated Branches:
  refs/heads/3.0 7d81c4212 -> 9bd7c7d92


Try to get unit tests to function again


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

Branch: refs/heads/3.0
Commit: 9bd7c7d92c665f7ce3e0e7a4aaf72237ff14507a
Parents: 7d81c42
Author: James Taylor <jt...@salesforce.com>
Authored: Sun May 25 21:08:23 2014 -0700
Committer: James Taylor <jt...@salesforce.com>
Committed: Sun May 25 21:08:23 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/9bd7c7d9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index eb87da6..3a62752 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,8 +112,8 @@
     <maven.rat.version>0.8</maven.rat.version>
     
     <!-- Plugin options -->
-    <numForkedUT>4</numForkedUT>
-    <numForkedIT>4</numForkedIT>
+    <numForkedUT>1</numForkedUT>
+    <numForkedIT>1</numForkedIT>
     
     <!-- Set default encoding so multi-byte tests work correctly on the Mac -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>