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:08:54 UTC

[2/2] git commit: Try to get unit tests to function again

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/edc75a2c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-phoenix/tree/edc75a2c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-phoenix/diff/edc75a2c

Branch: refs/heads/master
Commit: edc75a2c2f548d5174391f184895ab0a755618c6
Parents: 748b76f
Author: James Taylor <jt...@salesforce.com>
Authored: Sun May 25 21:10:00 2014 -0700
Committer: James Taylor <jt...@salesforce.com>
Committed: Sun May 25 21:10:00 2014 -0700

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


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