minor, fix CI
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/5e95abde Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/5e95abde Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/5e95abde Branch: refs/heads/KYLIN-1726 Commit: 5e95abdec6da71a609cea80fa6569328b0c1e6cf Parents: 3450c0f Author: Hongbin Ma <mahong...@apache.org> Authored: Sat Sep 10 19:26:29 2016 +0800 Committer: Hongbin Ma <mahong...@apache.org> Committed: Sat Sep 10 19:26:42 2016 +0800 ---------------------------------------------------------------------- .../src/test/java/org/apache/kylin/query/ITKylinQueryTest.java | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/5e95abde/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 3411c91..de68c7a 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 @@ -121,6 +121,11 @@ public class ITKylinQueryTest extends KylinTestBase { @Test public void testTimeoutQuery() throws Exception { + if (HBaseStorage.overwriteStorageQuery != null) { + //v1 engine does not suit + return; + } + thrown.expect(SQLException.class); //should not break at table duplicate check, should fail at model duplicate check