Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 587b79b52 -> 82fab2233
PHOENIX-4273 Don't run MutableIndexSplitIT tests till fixed Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/82fab223 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/82fab223 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/82fab223 Branch: refs/heads/4.x-HBase-0.98 Commit: 82fab2233f266deb5623158f18bc3dee11615b3f Parents: 587b79b Author: Samarth Jain <[email protected]> Authored: Tue Oct 3 14:48:42 2017 -0700 Committer: Samarth Jain <[email protected]> Committed: Tue Oct 3 14:48:42 2017 -0700 ---------------------------------------------------------------------- .../phoenix/end2end/index/MutableIndexSplitForwardScanIT.java | 3 ++- .../phoenix/end2end/index/MutableIndexSplitReverseScanIT.java | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/82fab223/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexSplitForwardScanIT.java ---------------------------------------------------------------------- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexSplitForwardScanIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexSplitForwardScanIT.java index 75e2ae2..83320c2 100644 --- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexSplitForwardScanIT.java +++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexSplitForwardScanIT.java @@ -19,7 +19,8 @@ package org.apache.phoenix.end2end.index; import org.junit.Test; -public class MutableIndexSplitForwardScanIT extends MutableIndexSplitIT { +//TODO: re-enable once PHOENIX-4273 is fixed +public abstract class MutableIndexSplitForwardScanIT extends MutableIndexSplitIT { public MutableIndexSplitForwardScanIT(boolean localIndex, boolean multiTenant) { super(localIndex, multiTenant); http://git-wip-us.apache.org/repos/asf/phoenix/blob/82fab223/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexSplitReverseScanIT.java ---------------------------------------------------------------------- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexSplitReverseScanIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexSplitReverseScanIT.java index d7afb31..f57dfdd 100644 --- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexSplitReverseScanIT.java +++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexSplitReverseScanIT.java @@ -19,7 +19,8 @@ package org.apache.phoenix.end2end.index; import org.junit.Test; -public class MutableIndexSplitReverseScanIT extends MutableIndexSplitIT { +//TODO: re-enable once PHOENIX-4273 is fixeds +public abstract class MutableIndexSplitReverseScanIT extends MutableIndexSplitIT { public MutableIndexSplitReverseScanIT(boolean localIndex, boolean multiTenant) { super(localIndex, multiTenant);
