You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by dj...@apache.org on 2018/04/21 00:01:19 UTC

hive git commit: HIVE-17055 : Flaky test: TestMiniLlapCliDriver.testCliDriver[llap_smb] (Deepak Jaiswal, reviewed by Vineet Garg)

Repository: hive
Updated Branches:
  refs/heads/master a94f382a0 -> f6d2e6e08


HIVE-17055 : Flaky test: TestMiniLlapCliDriver.testCliDriver[llap_smb] (Deepak Jaiswal, reviewed by Vineet Garg)


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

Branch: refs/heads/master
Commit: f6d2e6e0825ba1415882d0f7ddcc09ee6911cbd7
Parents: a94f382
Author: Deepak Jaiswal <dj...@apache.org>
Authored: Fri Apr 20 17:00:32 2018 -0700
Committer: Deepak Jaiswal <dj...@apache.org>
Committed: Fri Apr 20 17:00:32 2018 -0700

----------------------------------------------------------------------
 itests/src/test/resources/testconfiguration.properties | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/f6d2e6e0/itests/src/test/resources/testconfiguration.properties
----------------------------------------------------------------------
diff --git a/itests/src/test/resources/testconfiguration.properties b/itests/src/test/resources/testconfiguration.properties
index 4e7c519..3aaa68b 100644
--- a/itests/src/test/resources/testconfiguration.properties
+++ b/itests/src/test/resources/testconfiguration.properties
@@ -83,10 +83,7 @@ minillap.shared.query.files=insert_into1.q,\
   orc_struct_type_vectorization.q,\
   union_type_chk.q,\
   cte_2.q,\
-  cte_4.q,\
-  llap_nullscan.q,\
-  dynamic_partition_pruning_2.q,\
-  tez_union_dynamic_partition.q
+  cte_4.q
 
 minillaplocal.shared.query.files=alter_merge_2_orc.q,\
   alter_merge_orc.q,\
@@ -552,6 +549,7 @@ minillaplocal.query.files=\
   llap_acid_fast.q,\
   llap_acid2.q,\
   llap_partitioned.q,\
+  llap_smb.q,\
   llap_vector_nohybridgrace.q,\
   load_data_acid_rename.q,\
   load_dyn_part5.q,\
@@ -687,6 +685,7 @@ minillaplocal.query.files=\
   tez_fsstat.q,\
   tez_insert_overwrite_local_directory_1.q,\
   tez_join.q,\
+  tez_join_hash.q,\
   tez_join_result_complex.q,\
   tez_join_tests.q,\
   tez_joins_explain.q,\