You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2015/08/13 17:49:45 UTC

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

Hyunsik Choi created TAJO-1761:
----------------------------------

             Summary: 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
             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)