Return-Path: X-Original-To: apmail-tajo-issues-archive@minotaur.apache.org Delivered-To: apmail-tajo-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4E0611829F for ; Mon, 5 Oct 2015 22:03:14 +0000 (UTC) Received: (qmail 56966 invoked by uid 500); 5 Oct 2015 22:03:14 -0000 Delivered-To: apmail-tajo-issues-archive@tajo.apache.org Received: (qmail 56927 invoked by uid 500); 5 Oct 2015 22:03:14 -0000 Mailing-List: contact issues-help@tajo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tajo.apache.org Delivered-To: mailing list issues@tajo.apache.org Received: (qmail 56918 invoked by uid 99); 5 Oct 2015 22:03:14 -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, 05 Oct 2015 22:03:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0C643E054B; Mon, 5 Oct 2015 22:03:14 +0000 (UTC) From: hyunsik To: issues@tajo.apache.org Reply-To: issues@tajo.apache.org Message-ID: Subject: [GitHub] tajo pull request: TAJO-1895: Add a maven profile to skip the unit... Content-Type: text/plain Date: Mon, 5 Oct 2015 22:03:14 +0000 (UTC) GitHub user hyunsik opened a pull request: https://github.com/apache/tajo/pull/804 TAJO-1895: Add a maven profile to skip the unit tests of tajo-storage-pgsql You can disable tajo-storage-pgsql unit test by the profile ``-Ptest-storage-pgsql`` as follows: ``` mvn clean install -Ptest-storage-pgsql ``` The unit tests of tajo-storage-pgsql are disabled by default. Please refer to the discussion. http://markmail.org/message/pdhz7u4r4rsfabz7 You can merge this pull request into a Git repository by running: $ git pull https://github.com/hyunsik/tajo TAJO-1895 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/tajo/pull/804.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #804 ---- commit 0b706a9cf395813b1a5f4e87b907e3250792f0be Author: Hyunsik Choi Date: 2015-10-05T22:01:02Z TAJO-1895: Add a maven profile to skip the unit tests of tajo-storage-pgsql. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---