This is an automated email from the ASF dual-hosted git repository.

kgyrtkirk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 5684401  disable TestStatsReplicationScenariosMMNoAutogather, 
TestCodahaleReportersConf
5684401 is described below

commit 56844015ffac23c10bfb898f27960eb5acb923d5
Author: Zoltan Haindrich <k...@rxd.hu>
AuthorDate: Wed Jul 29 07:24:17 2020 +0000

    disable TestStatsReplicationScenariosMMNoAutogather, 
TestCodahaleReportersConf
---
 .../hadoop/hive/common/metrics/metrics2/TestCodahaleReportersConf.java   | 1 +
 .../hive/ql/parse/TestStatsReplicationScenariosMMNoAutogather.java       | 1 +
 2 files changed, 2 insertions(+)

diff --git 
a/common/src/test/org/apache/hadoop/hive/common/metrics/metrics2/TestCodahaleReportersConf.java
 
b/common/src/test/org/apache/hadoop/hive/common/metrics/metrics2/TestCodahaleReportersConf.java
index e89a605..80db730 100644
--- 
a/common/src/test/org/apache/hadoop/hive/common/metrics/metrics2/TestCodahaleReportersConf.java
+++ 
b/common/src/test/org/apache/hadoop/hive/common/metrics/metrics2/TestCodahaleReportersConf.java
@@ -33,6 +33,7 @@ import java.io.File;
 /**
  * Unit tests for Codahale reporter config backward compatibility
  */
+@org.junit.Ignore("HIVE-23945")
 public class TestCodahaleReportersConf {
 
   private static File workDir = new File(System.getProperty("test.tmp.dir"));
diff --git 
a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestStatsReplicationScenariosMMNoAutogather.java
 
b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestStatsReplicationScenariosMMNoAutogather.java
index 1d77796..9df81b3 100644
--- 
a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestStatsReplicationScenariosMMNoAutogather.java
+++ 
b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestStatsReplicationScenariosMMNoAutogather.java
@@ -30,6 +30,7 @@ import java.util.Map;
 /**
  * Tests statistics replication for ACID tables.
  */
+@org.junit.Ignore("HIVE-23944")
 public class TestStatsReplicationScenariosMMNoAutogather extends 
TestStatsReplicationScenarios {
   @Rule
   public final TestName testName = new TestName();

Reply via email to