Repository: hive
Updated Branches:
  refs/heads/master 11647b85c -> 1d8362538


HIVE-19509: Disable tests that are failing continuously (addendum)


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

Branch: refs/heads/master
Commit: 1d83625385d466b18018201fb89e3541f2fc46b6
Parents: 11647b8
Author: Jesus Camacho Rodriguez <jcama...@apache.org>
Authored: Mon May 14 16:46:51 2018 -0700
Committer: Jesus Camacho Rodriguez <jcama...@apache.org>
Committed: Mon May 14 18:59:35 2018 -0700

----------------------------------------------------------------------
 .../hive/beeline/TestBeeLineWithArgs.java       |  2 ++
 .../hadoop/hive/cli/control/CliConfigs.java     | 22 +++++++++++---------
 .../hive/cli/control/TestDanglingQOuts.java     |  1 +
 .../org/apache/hadoop/hive/ql/TestTxnExIm.java  |  2 ++
 .../llap/tez_vector_dynpart_hashjoin_1.q.out    |  4 ++--
 .../metastore/TestNonCatCallsWithCatalog.java   |  2 ++
 .../apache/hadoop/hive/metastore/TestStats.java |  2 ++
 7 files changed, 23 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/1d836253/itests/hive-unit/src/test/java/org/apache/hive/beeline/TestBeeLineWithArgs.java
----------------------------------------------------------------------
diff --git 
a/itests/hive-unit/src/test/java/org/apache/hive/beeline/TestBeeLineWithArgs.java
 
b/itests/hive-unit/src/test/java/org/apache/hive/beeline/TestBeeLineWithArgs.java
index 55c6c23..937c7a9 100644
--- 
a/itests/hive-unit/src/test/java/org/apache/hive/beeline/TestBeeLineWithArgs.java
+++ 
b/itests/hive-unit/src/test/java/org/apache/hive/beeline/TestBeeLineWithArgs.java
@@ -55,6 +55,7 @@ import org.apache.hive.jdbc.miniHS2.MiniHS2.MiniClusterType;
 import org.junit.AfterClass;
 import org.junit.Assert;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 
 /**
@@ -795,6 +796,7 @@ public class TestBeeLineWithArgs {
    *
    * @throws Throwable
    */
+  @Ignore("HIVE-19509: Disable tests that are failing continuously")
   @Test
   public void testQueryProgressParallel() throws Throwable {
     final String SCRIPT_TEXT = "set hive.support.concurrency = false;\n" +

http://git-wip-us.apache.org/repos/asf/hive/blob/1d836253/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 ffa9b0e..ac609df 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
@@ -58,7 +58,7 @@ public class CliConfigs {
         excludesFrom(testConfigProps, "druid.query.files");
         excludesFrom(testConfigProps, "druid.kafka.query.files");
 
-        excludeQuery("fouter_join_ppr.q");
+        excludeQuery("fouter_join_ppr.q"); // Disabled in HIVE-19509
 
         setResultsDir("ql/src/test/results/clientpositive");
         setLogDir("itests/qtest/target/qfile-results/clientpositive");
@@ -198,6 +198,8 @@ public class CliConfigs {
 
         includesFrom(testConfigProps, "druid.kafka.query.files");
 
+        excludeQuery("druidkafkamini_basic.q"); // Disabled in HIVE-19509
+
         setResultsDir("ql/src/test/results/clientpositive/druid");
         setLogDir("itests/qtest/target/tmp/log");
 
@@ -222,13 +224,13 @@ public class CliConfigs {
 
         includesFrom(testConfigProps, "minillaplocal.query.files");
         includesFrom(testConfigProps, "minillaplocal.shared.query.files");
-        excludeQuery("bucket_map_join_tez1.q");
-        excludeQuery("special_character_in_tabnames_1.q");
-        excludeQuery("sysdb.q");
-        excludeQuery("tez_smb_1.q");
-        excludeQuery("union_fast_stats.q");
-        excludeQuery("schema_evol_orc_acidvec_part.q");
-        excludeQuery("schema_evol_orc_vec_part_llap_io.q");
+        excludeQuery("bucket_map_join_tez1.q"); // Disabled in HIVE-19509
+        excludeQuery("special_character_in_tabnames_1.q"); // Disabled in 
HIVE-19509
+        excludeQuery("sysdb.q"); // Disabled in HIVE-19509
+        excludeQuery("tez_smb_1.q"); // Disabled in HIVE-19509
+        excludeQuery("union_fast_stats.q"); // Disabled in HIVE-19509
+        excludeQuery("schema_evol_orc_acidvec_part.q"); // Disabled in 
HIVE-19509
+        excludeQuery("schema_evol_orc_vec_part_llap_io.q"); // Disabled in 
HIVE-19509
 
         setResultsDir("ql/src/test/results/clientpositive/llap");
         setLogDir("itests/qtest/target/qfile-results/clientpositive");
@@ -369,8 +371,8 @@ public class CliConfigs {
         excludesFrom(testConfigProps, "minimr.query.negative.files");
         excludesFrom(testConfigProps, "spark.only.query.negative.files");
         excludeQuery("authorization_uri_import.q");
-        excludeQuery("merge_negative_5.q");
-        excludeQuery("mm_concatenate.q");
+        excludeQuery("merge_negative_5.q"); // Disabled in HIVE-19509
+        excludeQuery("mm_concatenate.q"); // Disabled in HIVE-19509
 
         setResultsDir("ql/src/test/results/clientnegative");
         setLogDir("itests/qtest/target/qfile-results/clientnegative");

http://git-wip-us.apache.org/repos/asf/hive/blob/1d836253/itests/util/src/test/java/org/apache/hadoop/hive/cli/control/TestDanglingQOuts.java
----------------------------------------------------------------------
diff --git 
a/itests/util/src/test/java/org/apache/hadoop/hive/cli/control/TestDanglingQOuts.java
 
b/itests/util/src/test/java/org/apache/hadoop/hive/cli/control/TestDanglingQOuts.java
index 500d114..33caeb15 100644
--- 
a/itests/util/src/test/java/org/apache/hadoop/hive/cli/control/TestDanglingQOuts.java
+++ 
b/itests/util/src/test/java/org/apache/hadoop/hive/cli/control/TestDanglingQOuts.java
@@ -87,6 +87,7 @@ public class TestDanglingQOuts {
     }
   }
 
+  @Ignore("Disabling till HIVE-19509 gets solved")
   @Test
   public void checkDanglingQOut() {
     SetView<File> dangling = Sets.difference(outsFound, outsNeeded.keySet());

http://git-wip-us.apache.org/repos/asf/hive/blob/1d836253/ql/src/test/org/apache/hadoop/hive/ql/TestTxnExIm.java
----------------------------------------------------------------------
diff --git a/ql/src/test/org/apache/hadoop/hive/ql/TestTxnExIm.java 
b/ql/src/test/org/apache/hadoop/hive/ql/TestTxnExIm.java
index 4f1d384..861d9db 100644
--- a/ql/src/test/org/apache/hadoop/hive/ql/TestTxnExIm.java
+++ b/ql/src/test/org/apache/hadoop/hive/ql/TestTxnExIm.java
@@ -539,6 +539,8 @@ 
target/tmp/org.apache.hadoop.hive.ql.TestTxnCommands-1521148657811/
         TestTxnCommands2.stringifyValues(data), rs);
 
   }
+
+  @Ignore("HIVE-19509: Disable tests that are failing continuously")
   @Test
   public void testUpgrade() throws Exception {
     int[][] data = {{1,2}, {3, 4}, {5, 6}};

http://git-wip-us.apache.org/repos/asf/hive/blob/1d836253/ql/src/test/results/clientpositive/llap/tez_vector_dynpart_hashjoin_1.q.out
----------------------------------------------------------------------
diff --git 
a/ql/src/test/results/clientpositive/llap/tez_vector_dynpart_hashjoin_1.q.out 
b/ql/src/test/results/clientpositive/llap/tez_vector_dynpart_hashjoin_1.q.out
index 33ce299..68b68c4 100644
--- 
a/ql/src/test/results/clientpositive/llap/tez_vector_dynpart_hashjoin_1.q.out
+++ 
b/ql/src/test/results/clientpositive/llap/tez_vector_dynpart_hashjoin_1.q.out
@@ -404,10 +404,10 @@ order by c1
 POSTHOOK: type: QUERY
 POSTHOOK: Input: default@alltypesorc
 #### A masked pattern was here ####
--13036 1
+-8915  1
 -3799  1
 10782  1
--8915  1
+-13036 1
 NULL   6
 PREHOOK: query: explain
 select

http://git-wip-us.apache.org/repos/asf/hive/blob/1d836253/standalone-metastore/src/test/java/org/apache/hadoop/hive/metastore/TestNonCatCallsWithCatalog.java
----------------------------------------------------------------------
diff --git 
a/standalone-metastore/src/test/java/org/apache/hadoop/hive/metastore/TestNonCatCallsWithCatalog.java
 
b/standalone-metastore/src/test/java/org/apache/hadoop/hive/metastore/TestNonCatCallsWithCatalog.java
index 55ef885..fd047cb 100644
--- 
a/standalone-metastore/src/test/java/org/apache/hadoop/hive/metastore/TestNonCatCallsWithCatalog.java
+++ 
b/standalone-metastore/src/test/java/org/apache/hadoop/hive/metastore/TestNonCatCallsWithCatalog.java
@@ -66,6 +66,7 @@ import org.apache.thrift.TException;
 import org.junit.After;
 import org.junit.Assert;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import java.io.File;
@@ -82,6 +83,7 @@ import java.util.TreeSet;
 
 import static org.apache.hadoop.hive.metastore.Warehouse.DEFAULT_DATABASE_NAME;
 
+@Ignore
 public abstract class TestNonCatCallsWithCatalog {
 
   private static final String OTHER_DATABASE = "non_cat_other_db";

http://git-wip-us.apache.org/repos/asf/hive/blob/1d836253/standalone-metastore/src/test/java/org/apache/hadoop/hive/metastore/TestStats.java
----------------------------------------------------------------------
diff --git 
a/standalone-metastore/src/test/java/org/apache/hadoop/hive/metastore/TestStats.java
 
b/standalone-metastore/src/test/java/org/apache/hadoop/hive/metastore/TestStats.java
index 85f798f..1b01432 100644
--- 
a/standalone-metastore/src/test/java/org/apache/hadoop/hive/metastore/TestStats.java
+++ 
b/standalone-metastore/src/test/java/org/apache/hadoop/hive/metastore/TestStats.java
@@ -251,6 +251,7 @@ public class TestStats {
     dropStats(DEFAULT_CATALOG_NAME, dbName, tableName, null, colMap.keySet());
   }
 
+  @Ignore("HIVE-19509: Disable tests that are failing continuously")
   @Test
   public void partitionedTableInHiveCatalog() throws TException {
     String dbName = "db_part_stats";
@@ -275,6 +276,7 @@ public class TestStats {
     dropStats(catName, dbName, tableName, null, colMap.keySet());
   }
 
+  @Ignore("HIVE-19509: Disable tests that are failing continuously")
   @Test
   public void partitionedTableOtherCatalog() throws TException {
     String catName = "cat_table_stats";

Reply via email to