[
https://issues.apache.org/jira/browse/TAJO-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14696712#comment-14696712
]
ASF GitHub Bot commented on TAJO-1761:
--------------------------------------
Github user jihoonson commented on the pull request:
https://github.com/apache/tajo/pull/690#issuecomment-131028793
+1 LGTM!
> 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)