You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ni...@apache.org on 2019/08/30 11:17:16 UTC

[kylin] branch master updated: Fix admin service test error because of commit "Add time filter for current day jobs" whose commit it is ebff43a81eeac79429138d2be1ab7a9a0d5f41f3

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

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


The following commit(s) were added to refs/heads/master by this push:
     new de23e72  Fix admin service test error because of commit "Add time filter for current day jobs" whose commit it is ebff43a81eeac79429138d2be1ab7a9a0d5f41f3
de23e72 is described below

commit de23e721859e45e1db50353d2af53c8267402862
Author: rupengwang <wa...@live.cn>
AuthorDate: Fri Aug 30 11:07:40 2019 +0800

    Fix admin service test error because of commit "Add time filter for current day jobs" whose commit it is ebff43a81eeac79429138d2be1ab7a9a0d5f41f3
---
 server/src/test/java/org/apache/kylin/rest/service/AdminServiceTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/src/test/java/org/apache/kylin/rest/service/AdminServiceTest.java b/server/src/test/java/org/apache/kylin/rest/service/AdminServiceTest.java
index 7d47bd6..48fa4e5 100644
--- a/server/src/test/java/org/apache/kylin/rest/service/AdminServiceTest.java
+++ b/server/src/test/java/org/apache/kylin/rest/service/AdminServiceTest.java
@@ -72,6 +72,7 @@ public class AdminServiceTest extends ServiceTestBase {
                     "kylin.web.hive-limit=20\n" +
                     "kylin.engine.default=2\n" +
                     "kylin.web.help.3=onboard|Cube Design Tutorial|http://kylin.apache.org/docs/howto/howto_optimize_cubes.html\n" +
+                    "kylin.web.default-time-filter=1\n" +
                     "kylin.web.help.2=tableau|Tableau Guide|http://kylin.apache.org/docs/tutorial/tableau_91.html\n" +
                     "kylin.web.help.1=odbc|ODBC Driver|http://kylin.apache.org/docs/tutorial/odbc.html\n" +
                     "kylin.web.help.0=start|Getting Started|http://kylin.apache.org/docs/tutorial/kylin_sample.html\n" +