You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ja...@apache.org on 2015/10/18 02:42:32 UTC

[3/3] phoenix git commit: PHOENIX-2333 Disable flapping MutableIndexFailureIT tests

PHOENIX-2333 Disable flapping MutableIndexFailureIT tests


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/177b1b70
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/177b1b70
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/177b1b70

Branch: refs/heads/4.x-HBase-0.98
Commit: 177b1b70d6560a0d1b48b5c2a37a5ed31248b6cb
Parents: e501e30
Author: James Taylor <jt...@salesforce.com>
Authored: Sat Oct 17 17:00:27 2015 -0700
Committer: James Taylor <jt...@salesforce.com>
Committed: Sat Oct 17 17:40:45 2015 -0700

----------------------------------------------------------------------
 .../org/apache/phoenix/end2end/index/MutableIndexFailureIT.java   | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/177b1b70/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexFailureIT.java
----------------------------------------------------------------------
diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexFailureIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexFailureIT.java
index d11c059..ee1fbc9 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexFailureIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexFailureIT.java
@@ -71,6 +71,7 @@ import org.apache.phoenix.util.SchemaUtil;
 import org.apache.phoenix.util.StringUtil;
 import org.junit.After;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.experimental.categories.Category;
 /**
@@ -131,11 +132,13 @@ public class MutableIndexFailureIT extends BaseTest {
         }
     }
 
+    @Ignore("See PHOENIX-2331")
     @Test(timeout=300000)
     public void testWriteFailureDisablesLocalIndex() throws Exception {
         testWriteFailureDisablesIndex(true);
     }
  
+    @Ignore("See PHOENIX-2332")
     @Test(timeout=300000)
     public void testWriteFailureDisablesIndex() throws Exception {
         testWriteFailureDisablesIndex(false);