You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ma...@apache.org on 2015/12/11 03:43:56 UTC

[18/52] [abbrv] phoenix git commit: PHOENIX-2458 MutableIndexFailureIT causes other NeedsOwnMiniClusterTest tests to hang

PHOENIX-2458 MutableIndexFailureIT causes other NeedsOwnMiniClusterTest tests to hang


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

Branch: refs/heads/calcite
Commit: b2676cbe1e8ee08a69da6328ebc9aa93abc4499e
Parents: 3bfa38d
Author: Thomas D'Silva <td...@salesforce.com>
Authored: Sat Nov 28 20:09:43 2015 -0800
Committer: Thomas D'Silva <td...@salesforce.com>
Committed: Sat Nov 28 20:09:43 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/b2676cbe/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 7c44401..801d6c3 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
@@ -95,6 +95,7 @@ import com.google.common.collect.Maps;
 
 @Category(NeedsOwnMiniClusterTest.class)
 @RunWith(Parameterized.class)
+@Ignore // see PHOENIX-2458 
 public class MutableIndexFailureIT extends BaseTest {
     private static final int NUM_SLAVES = 4;
     private static PhoenixTestDriver driver;