You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ja...@apache.org on 2014/10/16 00:54:24 UTC

git commit: Correcting test annotation for SpillableGroupByIT

Repository: phoenix
Updated Branches:
  refs/heads/4.0 c8d416942 -> fe2812955


Correcting test annotation for SpillableGroupByIT


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/fe281295
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/fe281295
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/fe281295

Branch: refs/heads/4.0
Commit: fe2812955d83ba62c184f2c2b70d4239e9f59926
Parents: c8d4169
Author: James Taylor <jt...@salesforce.com>
Authored: Wed Oct 15 15:58:05 2014 -0700
Committer: James Taylor <jt...@salesforce.com>
Committed: Wed Oct 15 16:00:04 2014 -0700

----------------------------------------------------------------------
 .../src/it/java/org/apache/phoenix/end2end/SpillableGroupByIT.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/fe281295/phoenix-core/src/it/java/org/apache/phoenix/end2end/SpillableGroupByIT.java
----------------------------------------------------------------------
diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/SpillableGroupByIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/SpillableGroupByIT.java
index d3045f8..36bbca8 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/SpillableGroupByIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/SpillableGroupByIT.java
@@ -47,7 +47,7 @@ import com.google.common.collect.Maps;
  * and we wouldn't want that to be set for other tests sharing the same
  * cluster.
  */
-@Category(HBaseManagedTimeTest.class)
+@Category(NeedsOwnMiniClusterTest.class)
 public class SpillableGroupByIT extends BaseOwnClusterHBaseManagedTimeIT {
 
     private static final int NUM_ROWS_INSERTED = 1000;