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/master-cdh5.7 Commit: e20e2b2e82de5318edaf123b11d72267b7ef1ea1 Parents: 95d4412 Author: lidongsjtu <lid...@apache.org> Authored: Mon Jan 16 22:39:58 2017 +0800 Committer: lidongsjtu <lid...@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"); } }