You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by bi...@apache.org on 2017/01/17 14:45:36 UTC

[03/10] kylin git commit: KYLIN-2396 fix ci

KYLIN-2396 fix ci


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

Branch: refs/heads/KYLIN-2394
Commit: e20e2b2e82de5318edaf123b11d72267b7ef1ea1
Parents: 95d4412
Author: lidongsjtu <li...@apache.org>
Authored: Mon Jan 16 22:39:58 2017 +0800
Committer: lidongsjtu <li...@apache.org>
Committed: Mon Jan 16 22:39:58 2017 +0800

----------------------------------------------------------------------
 .../src/test/java/org/apache/kylin/query/ITKylinQueryTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/e20e2b2e/kylin-it/src/test/java/org/apache/kylin/query/ITKylinQueryTest.java
----------------------------------------------------------------------
diff --git a/kylin-it/src/test/java/org/apache/kylin/query/ITKylinQueryTest.java b/kylin-it/src/test/java/org/apache/kylin/query/ITKylinQueryTest.java
index 02134d4..87ddcb8 100644
--- a/kylin-it/src/test/java/org/apache/kylin/query/ITKylinQueryTest.java
+++ b/kylin-it/src/test/java/org/apache/kylin/query/ITKylinQueryTest.java
@@ -400,6 +400,6 @@ public class ITKylinQueryTest extends KylinTestBase {
 
     @Test
     public void testPercentileQuery() throws Exception {
-        batchExecuteQuery("src/test/resources/query/sql_percentile");
+        batchExecuteQuery(getQueryFolderPrefix() + "src/test/resources/query/sql_percentile");
     }
 }