You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2012/09/05 19:09:40 UTC

svn commit: r1381250 - in /hive/trunk: build.properties build.xml

Author: hashutosh
Date: Wed Sep  5 17:09:40 2012
New Revision: 1381250

URL: http://svn.apache.org/viewvc?rev=1381250&view=rev
Log:
HIVE-3340 : shims unit test failures fails further test progress (Giridharan Kesavan via Ashutosh Chauhan)

Modified:
    hive/trunk/build.properties
    hive/trunk/build.xml

Modified: hive/trunk/build.properties
URL: http://svn.apache.org/viewvc/hive/trunk/build.properties?rev=1381250&r1=1381249&r2=1381250&view=diff
==============================================================================
--- hive/trunk/build.properties (original)
+++ hive/trunk/build.properties Wed Sep  5 17:09:40 2012
@@ -107,6 +107,10 @@ mvn.jar.dir=${build.dir.hive}/maven/jars
 mvn.pom.dir=${build.dir.hive}/maven/poms
 mvn.license.dir=${build.dir.hive}/maven/licenses
 
+#
+# unit test Properties
+#
+failonerror=false
 
 #
 # Data nucleus repository - needed for jdo2-api-2.3-ec.jar download

Modified: hive/trunk/build.xml
URL: http://svn.apache.org/viewvc/hive/trunk/build.xml?rev=1381250&r1=1381249&r2=1381250&view=diff
==============================================================================
--- hive/trunk/build.xml (original)
+++ hive/trunk/build.xml Wed Sep  5 17:09:40 2012
@@ -332,7 +332,7 @@
 
   <target name="test-shims">
     <echo message="Project: ${ant.project.name}"/>
-    <subant target="test">
+    <subant target="test" failonerror="${failonerror}">
       <property name="hadoop.version" value="${hadoop.security.version}"/>
       <property name="hadoop.security.version" value="${hadoop.security.version}"/>
       <fileset dir="${hive.root}/shims" includes="build.xml"/>