Repository: incubator-kylin Updated Branches: refs/heads/KYLIN-1126 62996e533 -> 8796fa37f
fix Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/8796fa37 Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/8796fa37 Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/8796fa37 Branch: refs/heads/KYLIN-1126 Commit: 8796fa37f8b3a7b567645a726d4cb50e530e6b3b Parents: 62996e5 Author: honma <ho...@ebay.com> Authored: Wed Nov 11 10:37:21 2015 +0800 Committer: honma <ho...@ebay.com> Committed: Wed Nov 11 10:37:21 2015 +0800 ---------------------------------------------------------------------- .../src/test/java/org/apache/kylin/job/BuildCubeWithEngineTest.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/8796fa37/assembly/src/test/java/org/apache/kylin/job/BuildCubeWithEngineTest.java ---------------------------------------------------------------------- diff --git a/assembly/src/test/java/org/apache/kylin/job/BuildCubeWithEngineTest.java b/assembly/src/test/java/org/apache/kylin/job/BuildCubeWithEngineTest.java index 1b4c3dd..e1f12da 100644 --- a/assembly/src/test/java/org/apache/kylin/job/BuildCubeWithEngineTest.java +++ b/assembly/src/test/java/org/apache/kylin/job/BuildCubeWithEngineTest.java @@ -193,6 +193,7 @@ public class BuildCubeWithEngineTest { return (List<String>) method.invoke(BuildCubeWithEngineTest.this); } catch (Exception e) { logger.error(e.getMessage()); + return null; } finally { countDownLatch.countDown(); }