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/09 22:33:55 UTC

[phoenix] branch 4.x-HBase-1.4 updated: PHOENIX-5327 Disable PherfMainIT.

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 916ae24  PHOENIX-5327 Disable PherfMainIT.
916ae24 is described below

commit 916ae24f98ba2b2d55f938b7b26fa87c7805e17e
Author: Lars Hofhansl <la...@apache.org>
AuthorDate: Sun Jun 9 15:34:15 2019 -0700

    PHOENIX-5327 Disable PherfMainIT.
---
 phoenix-pherf/src/it/java/org/apache/phoenix/pherf/PherfMainIT.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phoenix-pherf/src/it/java/org/apache/phoenix/pherf/PherfMainIT.java b/phoenix-pherf/src/it/java/org/apache/phoenix/pherf/PherfMainIT.java
index 6dc900e..7a080c8 100644
--- a/phoenix-pherf/src/it/java/org/apache/phoenix/pherf/PherfMainIT.java
+++ b/phoenix-pherf/src/it/java/org/apache/phoenix/pherf/PherfMainIT.java
@@ -28,7 +28,7 @@ public class PherfMainIT extends ResultBaseTestIT {
     @Rule
     public final ExpectedSystemExit exit = ExpectedSystemExit.none();
 
-    @Test
+    //@Test disabled until PHOENIX-5327 is fixed
     public void testPherfMain() throws Exception {
         String[] args = { "-q", "-l",
                 "--schemaFile", ".*create_prod_test_unsalted.sql",