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

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


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

commit c6a70c905461420467bee90ea6e20ca1d3c52135
Author: Lars Hofhansl <[email protected]>
AuthorDate: Sun Jun 16 16:34:00 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();

Reply via email to