You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/03/14 01:01:02 UTC

[27/50] [abbrv] incubator-kylin git commit: ignore BuildIIWithEngineTest

ignore 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/8be38e7d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/8be38e7d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/8be38e7d

Branch: refs/heads/streaming-localdict
Commit: 8be38e7d099916483204da0fea6e5bc6ded76664
Parents: 0b5d013
Author: qianhao.zhou <qi...@ebay.com>
Authored: Wed Mar 11 18:46:30 2015 +0800
Committer: qianhao.zhou <qi...@ebay.com>
Committed: Wed Mar 11 18:46:30 2015 +0800

----------------------------------------------------------------------
 .../java/org/apache/kylin/job/BuildIIWithEngineTest.java    | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/8be38e7d/job/src/test/java/org/apache/kylin/job/BuildIIWithEngineTest.java
----------------------------------------------------------------------
diff --git a/job/src/test/java/org/apache/kylin/job/BuildIIWithEngineTest.java b/job/src/test/java/org/apache/kylin/job/BuildIIWithEngineTest.java
index 80c075e..af8682e 100644
--- a/job/src/test/java/org/apache/kylin/job/BuildIIWithEngineTest.java
+++ b/job/src/test/java/org/apache/kylin/job/BuildIIWithEngineTest.java
@@ -38,10 +38,7 @@ import org.apache.kylin.job.invertedindex.IIJob;
 import org.apache.kylin.job.invertedindex.IIJobBuilder;
 import org.apache.kylin.job.manager.ExecutableManager;
 import org.apache.kylin.metadata.realization.RealizationStatusEnum;
-import org.junit.After;
-import org.junit.Before;
-import org.junit.BeforeClass;
-import org.junit.Test;
+import org.junit.*;
 
 import java.io.File;
 import java.io.IOException;
@@ -64,8 +61,7 @@ public class BuildIIWithEngineTest {
     private DefaultScheduler scheduler;
     protected ExecutableManager jobService;
 
-//    protected static final String[] TEST_II_INSTANCES = new String[]{ "test_kylin_ii_inner_join", "test_kylin_ii_left_join"};
-    protected static final String[] TEST_II_INSTANCES = new String[]{};
+    protected static final String[] TEST_II_INSTANCES = new String[]{ "test_kylin_ii_inner_join", "test_kylin_ii_left_join"};
 
     private static final Log logger = LogFactory.getLog(BuildIIWithEngineTest.class);
 
@@ -138,6 +134,7 @@ public class BuildIIWithEngineTest {
     }
 
     @Test
+    @Ignore
     public void testBuildII() throws Exception {
 
         String[] testCase = new String[]{"buildIIInnerJoin", "buildIILeftJoin"};