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 2018/07/05 05:19:30 UTC

[kylin] branch sync updated: one more

This is an automated email from the ASF dual-hosted git repository.

liyang pushed a commit to branch sync
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/sync by this push:
     new db6087b  one more
db6087b is described below

commit db6087be053244487b880f9d93a45b9814da97e8
Author: Li Yang <li...@apache.org>
AuthorDate: Thu Jul 5 13:19:00 2018 +0800

    one more
---
 .../src/test/java/org/apache/kylin/provision/BuildCubeWithEngine.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kylin-it/src/test/java/org/apache/kylin/provision/BuildCubeWithEngine.java b/kylin-it/src/test/java/org/apache/kylin/provision/BuildCubeWithEngine.java
index d7a4015..37d5361 100644
--- a/kylin-it/src/test/java/org/apache/kylin/provision/BuildCubeWithEngine.java
+++ b/kylin-it/src/test/java/org/apache/kylin/provision/BuildCubeWithEngine.java
@@ -313,9 +313,9 @@ public class BuildCubeWithEngine {
         checkNormalSegRangeInfo(cubeManager.getCube(cubeName));
         if (!buildSegment(cubeName, date2, date3))
             return false;
+        checkNormalSegRangeInfo(cubeManager.getCube(cubeName));
         if (!optimizeCube(cubeName))
             return false;
-        checkNormalSegRangeInfo(cubeManager.getCube(cubeName));
         if (!buildSegment(cubeName, date3, date4))
             return false;
         checkNormalSegRangeInfo(cubeManager.getCube(cubeName));