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/10 03:09:17 UTC

[phoenix] branch 4.x-HBase-1.5 updated: PHOENIX-5323 UpgradeIT.testMapTableToNamespaceDuringUpgrade is flapping.

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 0dedf51  PHOENIX-5323 UpgradeIT.testMapTableToNamespaceDuringUpgrade is flapping.
0dedf51 is described below

commit 0dedf510e93862508f4893b4b1b2207814d313e5
Author: Lars Hofhansl <la...@apache.org>
AuthorDate: Sun Jun 9 20:09:30 2019 -0700

    PHOENIX-5323 UpgradeIT.testMapTableToNamespaceDuringUpgrade is flapping.
---
 phoenix-core/src/it/java/org/apache/phoenix/end2end/UpgradeIT.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/UpgradeIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/UpgradeIT.java
index 88f1062..3f9948b 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/UpgradeIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/UpgradeIT.java
@@ -72,7 +72,9 @@ import org.apache.phoenix.util.SchemaUtil;
 import org.apache.phoenix.util.TestUtil;
 import org.apache.phoenix.util.UpgradeUtil;
 import org.junit.Test;
+import org.junit.experimental.categories.Category;
 
+@Category(NeedsOwnMiniClusterTest.class)
 public class UpgradeIT extends ParallelStatsDisabledIT {
 
     @Test