You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/10/06 00:03:27 UTC

[jira] [Commented] (TAJO-1895) Add a maven profile to skip the unit tests of tajo-storage-pgsql.

    [ https://issues.apache.org/jira/browse/TAJO-1895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14944125#comment-14944125 ] 

ASF GitHub Bot commented on TAJO-1895:
--------------------------------------

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 <hy...@apache.org>
Date:   2015-10-05T22:01:02Z

    TAJO-1895: Add a maven profile to skip the unit tests of tajo-storage-pgsql.

----


> Add a maven profile to skip the unit tests of tajo-storage-pgsql.
> -----------------------------------------------------------------
>
>                 Key: TAJO-1895
>                 URL: https://issues.apache.org/jira/browse/TAJO-1895
>             Project: Tajo
>          Issue Type: Bug
>          Components: Build
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>            Priority: Blocker
>             Fix For: 0.12.0
>
>
> The main objective of this issue is to add a maven profile to enable tajo-storage-pgsql to skip its unit tests depending on the profile option.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)