You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by la...@apache.org on 2019/06/16 23:32:31 UTC

[phoenix] branch 4.x-HBase-1.5 updated: PHOENIX-5346 disable SaltedIndexIT.testMutableTableIndexMaintanenceSaltedSalted.

This is an automated email from the ASF dual-hosted git repository.

larsh pushed a commit to branch 4.x-HBase-1.5
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x-HBase-1.5 by this push:
     new 7fcbe27  PHOENIX-5346 disable SaltedIndexIT.testMutableTableIndexMaintanenceSaltedSalted.
7fcbe27 is described below

commit 7fcbe27a9a68a69331392dac8b8f6101ef3a97e7
Author: Lars Hofhansl <la...@apache.org>
AuthorDate: Sun Jun 16 16:32:53 2019 -0700

    PHOENIX-5346 disable SaltedIndexIT.testMutableTableIndexMaintanenceSaltedSalted.
---
 .../src/it/java/org/apache/phoenix/end2end/index/SaltedIndexIT.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/SaltedIndexIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/SaltedIndexIT.java
index 530c219..5c20381 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/SaltedIndexIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/SaltedIndexIT.java
@@ -65,7 +65,7 @@ public class SaltedIndexIT extends ParallelStatsDisabledIT {
         }
     }
     
-    @Test
+    // @Test Disabled. this test flaps -- enable when PHOENIX-5346 is fixed
     public void testMutableTableIndexMaintanenceSaltedSalted() throws Exception {
         String tableName = "TBL_" + generateUniqueName();
         String indexName = "IND_" + generateUniqueName();