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/08/14 05:13:46 UTC

[jira] [Commented] (TAJO-1761) Separate an integration unit test kit into an independent module.

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

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

GitHub user hyunsik opened a pull request:

    https://github.com/apache/tajo/pull/690

    TAJO-1761: Separate an integration unit test kit into an independent module.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hyunsik/tajo TAJO-1761

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/690.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 #690
    
----
commit 44f5b341c3ce54cd1e88b9033a1d8a2f3b29582f
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-08-14T01:45:41Z

    add maven module for cluster tests.

commit 4d52eea781e09a5caff40a283cf9b59861bb0b93
Author: Hyunsik Choi <hy...@apache.org>
Date:   2015-08-14T03:10:52Z

    TAJO-1761: Separate an integration unit test kit into an independent module.

----


> Separate an integration unit test kit into an independent module.
> -----------------------------------------------------------------
>
>                 Key: TAJO-1761
>                 URL: https://issues.apache.org/jira/browse/TAJO-1761
>             Project: Tajo
>          Issue Type: Improvement
>          Components: Unit Test
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.11.0
>
>
> Currently, integration unit tests using TajoTestingCluster all are included in tajo-core because tajo-core has TajoTestingCluter and QueryTestBase. But, it is hard for other maven modules to have their own unit tests to run queries in a local Tajo cluster. For example, unit tests for client jdbc, and hbase are included in tajo-core. It also makes tajo-core dependencies complicated.
> So, we need to separate the unit test kit, such as TajoTestingCluster, QueryTestBase, and ExprTestBase into a separate module.



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