You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by an...@apache.org on 2020/08/24 10:17:59 UTC

[hive] branch master updated: HIVE-23926:Flaky test TestTableLevelReplicationScenarios.testRenameTableScenariosWithReplacePolicyDMLOperattion(Arko Sharma, reviewed by Anishek Agarwal)

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

anishek 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 4a971c4  HIVE-23926:Flaky test TestTableLevelReplicationScenarios.testRenameTableScenariosWithReplacePolicyDMLOperattion(Arko Sharma, reviewed by Anishek Agarwal)
4a971c4 is described below

commit 4a971c4207f086cbdd9e295ba3602b23cb294fd1
Author: Anishek Agarwal <an...@gmail.com>
AuthorDate: Mon Aug 24 15:47:45 2020 +0530

    HIVE-23926:Flaky test TestTableLevelReplicationScenarios.testRenameTableScenariosWithReplacePolicyDMLOperattion(Arko Sharma, reviewed by Anishek Agarwal)
---
 .../apache/hadoop/hive/ql/parse/TestTableLevelReplicationScenarios.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestTableLevelReplicationScenarios.java b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestTableLevelReplicationScenarios.java
index bd2a439..9d5e8af 100644
--- a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestTableLevelReplicationScenarios.java
+++ b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestTableLevelReplicationScenarios.java
@@ -50,7 +50,7 @@ import static org.apache.hadoop.hive.ql.exec.repl.util.ReplUtils.INC_BOOTSTRAP_R
 /**
  * Tests Table level replication scenarios.
  */
-@org.junit.Ignore("HIVE-23926")
+
 public class TestTableLevelReplicationScenarios extends BaseReplicationScenariosAcidTables {
 
   @BeforeClass