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

kylin git commit: test

Repository: kylin
Updated Branches:
  refs/heads/mhb_test [created] 6ca8f30e9


test


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

Branch: refs/heads/mhb_test
Commit: 6ca8f30e95ef470b5721a16e315c14d5253e356c
Parents: 1d4c7bb
Author: Hongbin Ma <ma...@apache.org>
Authored: Wed Apr 13 23:23:43 2016 +0800
Committer: Hongbin Ma <ma...@apache.org>
Committed: Wed Apr 13 23:23:43 2016 +0800

----------------------------------------------------------------------
 .../apache/kylin/job/impl/threadpool/ITDefaultSchedulerTest.java   | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/6ca8f30e/kylin-it/src/test/java/org/apache/kylin/job/impl/threadpool/ITDefaultSchedulerTest.java
----------------------------------------------------------------------
diff --git a/kylin-it/src/test/java/org/apache/kylin/job/impl/threadpool/ITDefaultSchedulerTest.java b/kylin-it/src/test/java/org/apache/kylin/job/impl/threadpool/ITDefaultSchedulerTest.java
index ad1ddd3..3f07843 100644
--- a/kylin-it/src/test/java/org/apache/kylin/job/impl/threadpool/ITDefaultSchedulerTest.java
+++ b/kylin-it/src/test/java/org/apache/kylin/job/impl/threadpool/ITDefaultSchedulerTest.java
@@ -38,10 +38,12 @@ import org.apache.kylin.job.SucceedTestExecutable;
 import org.apache.kylin.job.execution.DefaultChainedExecutable;
 import org.apache.kylin.job.execution.ExecutableState;
 import org.junit.Assert;
+import org.junit.Ignore;
 import org.junit.Test;
 
 /**
  */
+@Ignore
 public class ITDefaultSchedulerTest extends BaseSchedulerTest {
 
     @Test