Repository: phoenix Updated Branches: refs/heads/4.8-HBase-1.2 9521c6cf1 -> 5f7682bb9
Ignore LocalIndexIT#testLocalIndexRoundTrip till PHOENIX-3496 is fixed Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/5f7682bb Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/5f7682bb Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/5f7682bb Branch: refs/heads/4.8-HBase-1.2 Commit: 5f7682bb9e758c557ff8e82a1930bec69322350e Parents: 9521c6c Author: Samarth <[email protected]> Authored: Thu Nov 17 17:19:11 2016 -0800 Committer: Samarth <[email protected]> Committed: Thu Nov 17 17:19:11 2016 -0800 ---------------------------------------------------------------------- .../it/java/org/apache/phoenix/end2end/index/LocalIndexIT.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/5f7682bb/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/LocalIndexIT.java ---------------------------------------------------------------------- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/LocalIndexIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/LocalIndexIT.java index b850536..7cc292c 100644 --- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/LocalIndexIT.java +++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/LocalIndexIT.java @@ -67,6 +67,7 @@ import org.apache.phoenix.util.ReadOnlyProps; import org.apache.phoenix.util.SchemaUtil; import org.apache.phoenix.util.TestUtil; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.Parameterized; @@ -123,7 +124,8 @@ public class LocalIndexIT extends BaseHBaseManagedTimeIT { return Arrays.asList(true, false); } - @Test + @Ignore + //FIXME: PHOENIX-3496 public void testLocalIndexRoundTrip() throws Exception { createBaseTable(tableName, null, null); Connection conn1 = DriverManager.getConnection(getUrl());
