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

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

commit 932abb3a980db8a6b84971b0d63a883ab2837401
Author: Lars Hofhansl <la...@apache.org>
AuthorDate: Mon Jun 17 17:04:41 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 {

Reply via email to