You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by jc...@apache.org on 2019/04/24 22:33:41 UTC

[hive] branch master updated: HIVE-21647: Disable TestReplAcidTablesWithJsonMessage and TestReplicationScenariosAcidTables (Jesus Camacho Rodriguez, reviewed by Vineet Garg)

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

jcamacho 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 5a57d46  HIVE-21647: Disable TestReplAcidTablesWithJsonMessage and TestReplicationScenariosAcidTables (Jesus Camacho Rodriguez, reviewed by Vineet Garg)
5a57d46 is described below

commit 5a57d462c0813a39c8efe69557fbabb98073146c
Author: Jesus Camacho Rodriguez <jc...@apache.org>
AuthorDate: Wed Apr 24 15:25:04 2019 -0700

    HIVE-21647: Disable TestReplAcidTablesWithJsonMessage and TestReplicationScenariosAcidTables (Jesus Camacho Rodriguez, reviewed by Vineet Garg)
---
 .../apache/hadoop/hive/ql/parse/TestReplAcidTablesWithJsonMessage.java  | 2 ++
 .../apache/hadoop/hive/ql/parse/TestReplicationScenariosAcidTables.java | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplAcidTablesWithJsonMessage.java b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplAcidTablesWithJsonMessage.java
index 747b7a8..13dc362 100644
--- a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplAcidTablesWithJsonMessage.java
+++ b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplAcidTablesWithJsonMessage.java
@@ -22,6 +22,7 @@ import org.apache.hadoop.hive.metastore.conf.MetastoreConf;
 import org.apache.hadoop.hive.metastore.messaging.json.JSONMessageEncoder;
 import org.junit.Before;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.rules.TestRule;
 
@@ -29,6 +30,7 @@ import java.util.Collections;
 import java.util.HashMap;
 import java.util.Map;
 
+@Ignore("See HIVE-21647, HIVE-21648")
 public class TestReplAcidTablesWithJsonMessage extends TestReplicationScenariosAcidTables {
 
   @Rule
diff --git a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenariosAcidTables.java b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenariosAcidTables.java
index aba97ec..20520ac 100644
--- a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenariosAcidTables.java
+++ b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenariosAcidTables.java
@@ -46,6 +46,7 @@ import org.junit.rules.TestName;
 import org.junit.After;
 import org.junit.Assert;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.BeforeClass;
@@ -68,6 +69,7 @@ import static org.apache.hadoop.hive.metastore.ReplChangeManager.SOURCE_OF_REPLI
 /**
  * TestReplicationScenariosAcidTables - test replication for ACID tables
  */
+@Ignore("See HIVE-21647, HIVE-21648")
 public class TestReplicationScenariosAcidTables {
 
   @Rule