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 D645F200BBE for ; Fri, 28 Oct 2016 07:23:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D4DD9160B01; Fri, 28 Oct 2016 05:23:25 +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 27D54160AF6 for ; Fri, 28 Oct 2016 07:23:25 +0200 (CEST) Received: (qmail 41449 invoked by uid 500); 28 Oct 2016 05:23:24 -0000 Mailing-List: contact commits-help@hawq.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hawq.incubator.apache.org Delivered-To: mailing list commits@hawq.incubator.apache.org Received: (qmail 41440 invoked by uid 99); 28 Oct 2016 05:23:24 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Oct 2016 05:23:24 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id E85E3C163F for ; Fri, 28 Oct 2016 05:23:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id tsvf7CWZ3iPq for ; Fri, 28 Oct 2016 05:23:22 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 8145F5FBF7 for ; Fri, 28 Oct 2016 05:23:18 +0000 (UTC) Received: (qmail 40079 invoked by uid 99); 28 Oct 2016 05:21:39 -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; Fri, 28 Oct 2016 05:21:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 14FFBEFE5E; Fri, 28 Oct 2016 05:21:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mli@apache.org To: commits@hawq.incubator.apache.org Message-Id: <6e4ae4de5b684ad4baa166404edb2a5a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-hawq git commit: HAWQ-1126. Disable feature test case of ExternalTable temporarily Date: Fri, 28 Oct 2016 05:21:39 +0000 (UTC) archived-at: Fri, 28 Oct 2016 05:23:26 -0000 Repository: incubator-hawq Updated Branches: refs/heads/master d641f364e -> 742658f48 HAWQ-1126. Disable feature test case of ExternalTable temporarily Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/742658f4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/742658f4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/742658f4 Branch: refs/heads/master Commit: 742658f48b382839c7acfe996cd2bd0903cb676c Parents: d641f36 Author: amyrazz44 Authored: Fri Oct 28 11:27:58 2016 +0800 Committer: Ming LI Committed: Fri Oct 28 13:19:33 2016 +0800 ---------------------------------------------------------------------- src/test/feature/ExternalSource/test_exttab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/742658f4/src/test/feature/ExternalSource/test_exttab.cpp ---------------------------------------------------------------------- diff --git a/src/test/feature/ExternalSource/test_exttab.cpp b/src/test/feature/ExternalSource/test_exttab.cpp index 274c0c9..d971912 100644 --- a/src/test/feature/ExternalSource/test_exttab.cpp +++ b/src/test/feature/ExternalSource/test_exttab.cpp @@ -12,7 +12,7 @@ class TestExternalTable : public ::testing::Test { ~TestExternalTable() {} }; -TEST_F(TestExternalTable, TestExternalTableAll) { +TEST_F(TestExternalTable, DISABLED_TestExternalTableAll) { SQLUtility util; auto test_root = util.getTestRootPath(); auto replace_lambda = [&] () {