You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2016/04/29 06:10:42 UTC

[3/5] kylin git commit: KYLIN-1077 use another table to prepare test data

KYLIN-1077 use another table to prepare test data

Signed-off-by: shaofengshi <sh...@apache.org>


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

Branch: refs/heads/master
Commit: 834e7c8cb668257c03a68c5d281bd66106eb0ae7
Parents: 360b6f0
Author: shaofengshi <sh...@apache.org>
Authored: Thu Apr 28 14:32:33 2016 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Fri Apr 29 12:08:32 2016 +0800

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


http://git-wip-us.apache.org/repos/asf/kylin/blob/834e7c8c/kylin-it/src/test/java/org/apache/kylin/provision/BuildCubeWithEngine.java
----------------------------------------------------------------------
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 cee3cae..23696de 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
@@ -153,7 +153,7 @@ public class BuildCubeWithEngine {
     }
 
     public void build() throws Exception {
-        DeployUtil.prepareTestDataForNormalCubes("test_kylin_cube_with_slr_left_join_empty");
+        DeployUtil.prepareTestDataForNormalCubes("test_kylin_cube_with_slr_empty");
         KylinConfig.getInstanceFromEnv().setHBaseHFileSizeGB(1);
         testInner();
         testLeft();