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:12:14 UTC

[phoenix] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e60a90  PHOENIX-5323 UpgradeIT.testMapTableToNamespaceDuringUpgrade is flapping.
0e60a90 is described below

commit 0e60a901a0615354c3ca021e395959aa530f6e06
Author: Lars Hofhansl <la...@apache.org>
AuthorDate: Sun Jun 9 20:12:35 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 b81557b..d22bc54 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
@@ -73,7 +73,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