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

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


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

commit 7e646038645e7a8bbc8e012a83f7caafe907f055
Author: Lars Hofhansl <[email protected]>
AuthorDate: Sun Jun 16 16:34:34 2019 -0700

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

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..943eee4 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
@@ -64,8 +64,8 @@ public class SaltedIndexIT extends ParallelStatsDisabledIT {
             conn.close();
         }
     }
-    
-    @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