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/01 10:15:10 UTC

incubator-kylin git commit: enable BuildIIWithEngineTest

Repository: incubator-kylin
Updated Branches:
  refs/heads/KYLIN-1112 d2efc65ec -> cfe412315


enable BuildIIWithEngineTest

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

Branch: refs/heads/KYLIN-1112
Commit: cfe412315f06c5efe93dd21c3e13ac56a9bffd2f
Parents: d2efc65
Author: shaofengshi <sh...@apache.org>
Authored: Sun Nov 1 17:14:42 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Sun Nov 1 17:14:42 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/cfe41231/assembly/src/test/java/org/apache/kylin/job/BuildIIWithEngineTest.java
----------------------------------------------------------------------
diff --git a/assembly/src/test/java/org/apache/kylin/job/BuildIIWithEngineTest.java b/assembly/src/test/java/org/apache/kylin/job/BuildIIWithEngineTest.java
index 3c49c74..20493f4 100644
--- a/assembly/src/test/java/org/apache/kylin/job/BuildIIWithEngineTest.java
+++ b/assembly/src/test/java/org/apache/kylin/job/BuildIIWithEngineTest.java
@@ -144,7 +144,6 @@ public class BuildIIWithEngineTest {
     }
 
     @Test
-    @Ignore
     public void testBuildII() throws Exception {
 
         String[] testCase = new String[] { "buildIIInnerJoin", "buildIILeftJoin" };