You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2015/11/04 13:32:17 UTC

incubator-kylin git commit: KYLIN-1112 enable ITIIQueryTest

Repository: incubator-kylin
Updated Branches:
  refs/heads/2.x-staging 1770bc30d -> b74a83bb2


KYLIN-1112 enable ITIIQueryTest

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

Branch: refs/heads/2.x-staging
Commit: b74a83bb29a926b6eacf8ed8f09b2b4800e42a9b
Parents: 1770bc3
Author: shaofengshi <sh...@apache.org>
Authored: Wed Nov 4 20:32:08 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Wed Nov 4 20:32:08 2015 +0800

----------------------------------------------------------------------
 query/src/test/java/org/apache/kylin/query/test/ITIIQueryTest.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/b74a83bb/query/src/test/java/org/apache/kylin/query/test/ITIIQueryTest.java
----------------------------------------------------------------------
diff --git a/query/src/test/java/org/apache/kylin/query/test/ITIIQueryTest.java b/query/src/test/java/org/apache/kylin/query/test/ITIIQueryTest.java
index 1ba5c3f..78b3d1c 100644
--- a/query/src/test/java/org/apache/kylin/query/test/ITIIQueryTest.java
+++ b/query/src/test/java/org/apache/kylin/query/test/ITIIQueryTest.java
@@ -36,7 +36,6 @@ import com.google.common.collect.Maps;
 /**
  */
 @RunWith(Parameterized.class)
-@Ignore ("Temporarily ignore this as seems II couldn't serve topN query correctly")
 public class ITIIQueryTest extends ITKylinQueryTest {
     @BeforeClass
     public static void setUp() throws Exception {