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 2015/09/29 03:04:09 UTC

[18/27] incubator-kylin git commit: KYLIN-943 test topn cube should cover all data

KYLIN-943 test topn cube should cover all data


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

Branch: refs/heads/2.x-staging
Commit: 7472ad55c346db5030f440d72a6e64258b2a1894
Parents: 167dd50
Author: shaofengshi <sh...@apache.org>
Authored: Tue Sep 22 13:49:22 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Tue Sep 29 09:01:53 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/7472ad55/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 da6917c..4c17630 100644
--- a/assembly/src/test/java/org/apache/kylin/job/BuildCubeWithEngineTest.java
+++ b/assembly/src/test/java/org/apache/kylin/job/BuildCubeWithEngineTest.java
@@ -193,7 +193,7 @@ public class BuildCubeWithEngineTest {
         SimpleDateFormat f = new SimpleDateFormat("yyyy-MM-dd");
         f.setTimeZone(TimeZone.getTimeZone("GMT"));
         long date1 = 0;
-        long date2 = f.parse("2013-01-01").getTime();
+        long date2 = f.parse("2050-01-01").getTime();
         List<String> result = Lists.newArrayList();
         result.add(buildSegment("test_kylin_cube_topn", date1, date2));
         return result;