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/18 00:03:00 UTC

[phoenix] 02/02: PHOENIX-5354 OrderByWithSpillingIT should run in its own cluster.

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

commit 93f887911b5b6f98377b1144a046a6c29d1f8a54
Author: Lars Hofhansl <la...@apache.org>
AuthorDate: Mon Jun 17 17:02:43 2019 -0700

    PHOENIX-5354 OrderByWithSpillingIT should run in its own cluster.
---
 .../src/it/java/org/apache/phoenix/end2end/OrderByWithSpillingIT.java   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/OrderByWithSpillingIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/OrderByWithSpillingIT.java
index 80a5123..d3eb3f5 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/OrderByWithSpillingIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/OrderByWithSpillingIT.java
@@ -22,9 +22,11 @@ import java.util.Map;
 import org.apache.phoenix.query.QueryServices;
 import org.apache.phoenix.util.ReadOnlyProps;
 import org.junit.BeforeClass;
+import org.junit.experimental.categories.Category;
 
 import com.google.common.collect.Maps;
 
+@Category(NeedsOwnMiniClusterTest.class)
 public class OrderByWithSpillingIT extends OrderByIT {
     @BeforeClass
     public static void doSetup() throws Exception {