You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by se...@apache.org on 2015/09/30 21:29:17 UTC

[05/14] hive git commit: HIVE-11952 : disable q tests that are both slow and less relevant (Sergey Shelukhin, reviewed by Sergio Peña)

HIVE-11952 : disable q tests that are both slow and less relevant (Sergey Shelukhin, reviewed by Sergio Peña)


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

Branch: refs/heads/llap
Commit: e1ce9a23a7045618da6850e3315f785ea8c62d4d
Parents: b801d12
Author: Sergey Shelukhin <se...@apache.org>
Authored: Tue Sep 29 15:29:35 2015 -0700
Committer: Sergey Shelukhin <se...@apache.org>
Committed: Tue Sep 29 15:29:35 2015 -0700

----------------------------------------------------------------------
 itests/qtest/pom.xml                            |  2 +-
 .../test/resources/testconfiguration.properties | 27 +++++++++++++++-----
 2 files changed, 21 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/e1ce9a23/itests/qtest/pom.xml
----------------------------------------------------------------------
diff --git a/itests/qtest/pom.xml b/itests/qtest/pom.xml
index 739d06a..74ca88f 100644
--- a/itests/qtest/pom.xml
+++ b/itests/qtest/pom.xml
@@ -436,7 +436,7 @@
                   templatePath="${basedir}/${hive.path.to.root}/ql/src/test/templates/" template="TestCliDriver.vm"
                   queryDirectory="${basedir}/${hive.path.to.root}/ql/src/test/queries/clientpositive/"
                   queryFile="${qfile}"
-                  excludeQueryFile="${minimr.query.files},${minitez.query.files},${encrypted.query.files},${spark.only.query.files}"
+                  excludeQueryFile="${minimr.query.files},${minitez.query.files},${encrypted.query.files},${spark.only.query.files},${disabled.query.files}"
                   queryFileRegex="${qfile_regex}"
                   clusterMode="${clustermode}"
                   runDisabled="${run_disabled}"

http://git-wip-us.apache.org/repos/asf/hive/blob/e1ce9a23/itests/src/test/resources/testconfiguration.properties
----------------------------------------------------------------------
diff --git a/itests/src/test/resources/testconfiguration.properties b/itests/src/test/resources/testconfiguration.properties
index 4f7b25f..700ea63 100644
--- a/itests/src/test/resources/testconfiguration.properties
+++ b/itests/src/test/resources/testconfiguration.properties
@@ -34,9 +34,6 @@ minimr.query.files=auto_sortmerge_join_16.q,\
   non_native_window_udf.q, \
   optrstat_groupby.q,\
   parallel_orderby.q,\
-  ql_rewrite_gbtoidx.q,\
-  ql_rewrite_gbtoidx_cbo_1.q,\
-  ql_rewrite_gbtoidx_cbo_2.q,\
   quotedid_smb.q,\
   reduce_deduplicate.q,\
   remote_script.q,\
@@ -45,7 +42,6 @@ minimr.query.files=auto_sortmerge_join_16.q,\
   schemeAuthority2.q,\
   scriptfile1.q,\
   scriptfile1_win.q,\
-  smb_mapjoin_8.q,\
   stats_counter.q,\
   stats_counter_partitioned.q,\
   table_nonprintable.q,\
@@ -54,6 +50,20 @@ minimr.query.files=auto_sortmerge_join_16.q,\
   uber_reduce.q,\
   udf_using.q
 
+# These tests are disabled for minimr
+#  ql_rewrite_gbtoidx.q,\
+#  ql_rewrite_gbtoidx_cbo_1.q,\
+#  ql_rewrite_gbtoidx_cbo_2.q,\
+#  smb_mapjoin_8.q,\
+
+
+# Tests that are not enabled for CLI Driver
+disabled.query.files=ql_rewrite_gbtoidx.q,\
+  ql_rewrite_gbtoidx_cbo_1.q,\
+  ql_rewrite_gbtoidx_cbo_2.q,\
+  rcfile_merge1.q,\
+  smb_mapjoin_8.q
+
 minitez.query.files.shared=alter_merge_2_orc.q,\
   alter_merge_orc.q,\
   alter_merge_stats_orc.q,\
@@ -1171,8 +1181,6 @@ miniSparkOnYarn.query.files=auto_sortmerge_join_16.q,\
   load_hdfs_file_with_space_in_the_name.q,\
   optrstat_groupby.q,\
   parallel_orderby.q,\
-  ql_rewrite_gbtoidx.q,\
-  ql_rewrite_gbtoidx_cbo_1.q,\
   quotedid_smb.q,\
   reduce_deduplicate.q,\
   remote_script.q,\
@@ -1181,13 +1189,18 @@ miniSparkOnYarn.query.files=auto_sortmerge_join_16.q,\
   schemeAuthority2.q,\
   scriptfile1.q,\
   scriptfile1_win.q,\
-  smb_mapjoin_8.q,\
   stats_counter.q,\
   stats_counter_partitioned.q,\
   temp_table_external.q,\
   truncate_column_buckets.q,\
   uber_reduce.q
 
+# These tests are removed from miniSparkOnYarn.query.files
+#  ql_rewrite_gbtoidx.q,\
+#  ql_rewrite_gbtoidx_cbo_1.q,\
+#  smb_mapjoin_8.q,\
+
+
 spark.query.negative.files=groupby2_map_skew_multi_distinct.q,\
   groupby2_multi_distinct.q,\
   groupby3_map_skew_multi_distinct.q,\