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 2016/10/19 03:05:26 UTC

[13/50] [abbrv] kylin git commit: fix CI

fix CI


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

Branch: refs/heads/master-cdh5.7
Commit: fad9e818fe965e15dd086bb2c33d63784b347e44
Parents: 0c7e268
Author: shaofengshi <sh...@apache.org>
Authored: Tue Oct 11 17:10:16 2016 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Tue Oct 11 17:10:32 2016 +0800

----------------------------------------------------------------------
 .../test/java/org/apache/kylin/provision/BuildCubeWithStream.java  | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/fad9e818/kylin-it/src/test/java/org/apache/kylin/provision/BuildCubeWithStream.java
----------------------------------------------------------------------
diff --git a/kylin-it/src/test/java/org/apache/kylin/provision/BuildCubeWithStream.java b/kylin-it/src/test/java/org/apache/kylin/provision/BuildCubeWithStream.java
index 65dd151..d2e46a5 100644
--- a/kylin-it/src/test/java/org/apache/kylin/provision/BuildCubeWithStream.java
+++ b/kylin-it/src/test/java/org/apache/kylin/provision/BuildCubeWithStream.java
@@ -317,8 +317,10 @@ public class BuildCubeWithStream {
             logger.info("Build is done");
             buildCubeWithStream.cleanup();
             logger.info("Going to exit");
+            System.exit(0);
         } catch (Throwable e) {
             logger.error("error", e);
+            System.exit(1);
         } finally {
             if (buildCubeWithStream != null) {
                 buildCubeWithStream.after();