You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ss...@apache.org on 2016/04/14 20:51:03 UTC

hive git commit: HIVE-13505. Skip running TestDummy where possibe during precommit builds. (Siddharth Seth, reviewed by Ashutosh Chauhan)

Repository: hive
Updated Branches:
  refs/heads/master e3e43c6dd -> a207923ff


HIVE-13505. Skip running TestDummy where possibe during precommit builds. (Siddharth Seth, reviewed by Ashutosh Chauhan)


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

Branch: refs/heads/master
Commit: a207923ff847b62209f97682c0e3e7a649ae131d
Parents: e3e43c6
Author: Siddharth Seth <ss...@apache.org>
Authored: Thu Apr 14 11:50:28 2016 -0700
Committer: Siddharth Seth <ss...@apache.org>
Committed: Thu Apr 14 11:50:28 2016 -0700

----------------------------------------------------------------------
 testutils/ptest2/src/main/resources/source-prep.vm | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/a207923f/testutils/ptest2/src/main/resources/source-prep.vm
----------------------------------------------------------------------
diff --git a/testutils/ptest2/src/main/resources/source-prep.vm b/testutils/ptest2/src/main/resources/source-prep.vm
index 97fb69c..9c83a14 100644
--- a/testutils/ptest2/src/main/resources/source-prep.vm
+++ b/testutils/ptest2/src/main/resources/source-prep.vm
@@ -97,10 +97,8 @@ cd $workingDir/
       done
     #end
     mvn -B clean install -DskipTests -Dmaven.repo.local=$workingDir/maven $mavenArgs $mavenBuildArgs
-    mvn -B test -Dmaven.repo.local=$workingDir/maven -Dtest=TestDummy $mavenArgs $mavenTestArgs
     cd itests
     mvn -B clean install -DskipTests -Dmaven.repo.local=$workingDir/maven $mavenArgs $mavenBuildArgs
-    mvn -B test -Dmaven.repo.local=$workingDir/maven -Dtest=TestDummy $mavenArgs $mavenTestArgs
   elif [[ "${buildTool}" == "ant" ]]
   then
     ant $antArgs -Divy.default.ivy.user.dir=$workingDir/ivy \