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

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

Repository: hive
Updated Branches:
  refs/heads/master 418f936cf -> cedb6de14


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

This reverts commit a207923ff847b62209f97682c0e3e7a649ae131d.


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

Branch: refs/heads/master
Commit: cedb6de141e70244b0f9f2cc915dd338a31d070e
Parents: 418f936
Author: Szehon Ho <sz...@cloudera.com>
Authored: Thu Apr 14 14:31:51 2016 -0700
Committer: Szehon Ho <sz...@cloudera.com>
Committed: Thu Apr 14 14:31:51 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/hive/blob/cedb6de1/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 9c83a14..97fb69c 100644
--- a/testutils/ptest2/src/main/resources/source-prep.vm
+++ b/testutils/ptest2/src/main/resources/source-prep.vm
@@ -97,8 +97,10 @@ 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 \