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 2018/07/09 09:02:15 UTC

hive git commit: HIVE-20121: investigate issues with TestReplicationScenariosAcidTables (Comment out Test for now while we Investigate)(Mahesh Kumar Behera, reviewed by Anishek Agarwal)

Repository: hive
Updated Branches:
  refs/heads/master 406cde988 -> 9fb42927a


HIVE-20121: investigate issues with TestReplicationScenariosAcidTables (Comment out Test for now while we Investigate)(Mahesh Kumar Behera, reviewed by Anishek Agarwal)


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

Branch: refs/heads/master
Commit: 9fb42927aa14b4afe0c35bf86be4c2a3ff16adbc
Parents: 406cde9
Author: Anishek Agarwal <an...@gmail.com>
Authored: Mon Jul 9 14:32:04 2018 +0530
Committer: Anishek Agarwal <an...@gmail.com>
Committed: Mon Jul 9 14:32:04 2018 +0530

----------------------------------------------------------------------
 .../hadoop/hive/ql/parse/TestReplicationScenariosAcidTables.java   | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/9fb42927/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenariosAcidTables.java
----------------------------------------------------------------------
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 8c683cf..6949606 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
@@ -56,10 +56,12 @@ import java.util.List;
 import javax.annotation.Nullable;
 import java.util.Collections;
 import com.google.common.collect.Lists;
+import org.junit.Ignore;
 
 /**
  * TestReplicationScenariosAcidTables - test replication for ACID tables
  */
+@Ignore("this is ignored as its taking more time. Need to analyze further to reduce the time")
 public class TestReplicationScenariosAcidTables {
   @Rule
   public final TestName testName = new TestName();