Repository: hive
Updated Branches:
  refs/heads/branch-1.2 b8d2140fe -> 703c250e4


HIVE-11225: Running all Hive UTs or itests executes only small subset of 
tests(Ferdinand Xu, reviewed by Hari Sankar Sivarama Subramaniyan)


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

Branch: refs/heads/branch-1.2
Commit: 703c250e4ba6cfb4ccadb31893eac6dd013e119d
Parents: b8d2140
Author: Ferdinand Xu <cheng.a...@intel.com>
Authored: Sun Jul 12 21:50:20 2015 -0400
Committer: Ferdinand Xu <cheng.a...@intel.com>
Committed: Sun Jul 12 21:57:21 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/hive/blob/703c250e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3c0bc9b..e8dd676 100644
--- a/pom.xml
+++ b/pom.xml
@@ -826,9 +826,8 @@
             <exclude>**/ql/exec/vector/udf/legacy/*.java</exclude>
             <exclude>**/ql/exec/vector/udf/generic/*.java</exclude>
             <exclude>**/TestHiveServer2Concurrency.java</exclude>
-            <exclude>**/TestHiveMetaStore.java</exclude>
             <exclude>${test.excludes.additional}</exclude>
-            <exclude>%regex[${skip.spark.files}]</exclude>
+            <exclude>${skip.spark.files}</exclude>
           </excludes>
           <redirectTestOutputToFile>true</redirectTestOutputToFile>
           <reuseForks>false</reuseForks>
@@ -1219,7 +1218,9 @@
        </property>
       </activation>
       <properties>
-        
<skip.spark.files>.*[TestSparkSessionManagerImpl|TestMultiSessionsHS2WithLocalClusterSpark|TestJdbcWithLocalClusterSpark].class</skip.spark.files>
+        <skip.spark.files>
+          
**/ql/exec/spark/session/TestSparkSessionManagerImpl.java,**/TestMultiSessionsHS2WithLocalClusterSpark.java,**/TestJdbcWithLocalClusterSpark.java
+        </skip.spark.files>
       </properties>
     </profile>
   </profiles>

Reply via email to