Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CEA29200BB9 for ; Mon, 24 Oct 2016 04:40:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CD536160B06; Mon, 24 Oct 2016 02:40:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 40CFC160B01 for ; Mon, 24 Oct 2016 04:40:14 +0200 (CEST) Received: (qmail 74999 invoked by uid 500); 24 Oct 2016 02:40:13 -0000 Mailing-List: contact commits-help@kylin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kylin.apache.org Delivered-To: mailing list commits@kylin.apache.org Received: (qmail 74828 invoked by uid 99); 24 Oct 2016 02:40:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Oct 2016 02:40:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0249BE0999; Mon, 24 Oct 2016 02:40:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: liyang@apache.org To: commits@kylin.apache.org Date: Mon, 24 Oct 2016 02:40:14 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/9] kylin git commit: Ignore ITKylinQueryTest as it will be invoked by sub-classes archived-at: Mon, 24 Oct 2016 02:40:15 -0000 Ignore ITKylinQueryTest as it will be invoked by sub-classes Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/56317490 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/56317490 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/56317490 Branch: refs/heads/yang21-hbase1.x Commit: 56317490d9ca6ce234f087b10f20806123531ff4 Parents: 7b33d0a Author: shaofengshi Authored: Tue Oct 18 15:14:49 2016 +0800 Committer: shaofengshi Committed: Thu Oct 20 14:37:15 2016 +0800 ---------------------------------------------------------------------- kylin-it/src/test/java/org/apache/kylin/query/ITKylinQueryTest.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/56317490/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 59a3a04..0740ffa 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 @@ -45,6 +45,7 @@ import org.junit.rules.ExpectedException; import com.google.common.collect.Maps; +@Ignore("KylinQueryTest is contained by ITCombinationTest") public class ITKylinQueryTest extends KylinTestBase { @Rule