HIVE-19517: Disable/delete TestNegativeCliDriver merge_negative_5 and 
mm_concatenate(Vineet Garg, reviewed by Vihang Karajgaonkar)


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

Branch: refs/heads/branch-3
Commit: 9ebb2ff67a59337ab9258a124d090241ddf004b3
Parents: 2e5f863
Author: Vineet Garg <vg...@apache.org>
Authored: Sun May 13 16:43:09 2018 -0700
Committer: Vineet Garg <vg...@apache.org>
Committed: Sun May 13 16:49:23 2018 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/hadoop/hive/cli/control/CliConfigs.java   | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/9ebb2ff6/itests/util/src/main/java/org/apache/hadoop/hive/cli/control/CliConfigs.java
----------------------------------------------------------------------
diff --git 
a/itests/util/src/main/java/org/apache/hadoop/hive/cli/control/CliConfigs.java 
b/itests/util/src/main/java/org/apache/hadoop/hive/cli/control/CliConfigs.java
index 1e65569..92bace2 100644
--- 
a/itests/util/src/main/java/org/apache/hadoop/hive/cli/control/CliConfigs.java
+++ 
b/itests/util/src/main/java/org/apache/hadoop/hive/cli/control/CliConfigs.java
@@ -360,6 +360,8 @@ public class CliConfigs {
         excludeQuery("authorization_uri_import.q");
         excludeQuery("spark_job_max_tasks.q");
         excludeQuery("spark_stage_max_tasks.q");
+        excludeQuery("merge_negative_5.q");
+        excludeQuery("mm_concatenate.q");
 
         setResultsDir("ql/src/test/results/clientnegative");
         setLogDir("itests/qtest/target/qfile-results/clientnegative");

Reply via email to