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/17 19:42:45 UTC

[jira] [Created] (TAJO-1780) QueryTestCaseBase should be instantized for each test class

Hyunsik Choi created TAJO-1780:
----------------------------------

             Summary: QueryTestCaseBase should be instantized for each test class
                 Key: TAJO-1780
                 URL: https://issues.apache.org/jira/browse/TAJO-1780
             Project: Tajo
          Issue Type: Improvement
          Components: Unit Test
            Reporter: Hyunsik Choi
            Assignee: Hyunsik Choi
             Fix For: 0.11.0, 0.12.0


QueryTestCaseBase is widely used a test base class. It internally uses many resources including test data, queries, and results. But, they are determined as static variables. This approach makes QueryTestCaseBase to be used in other maven modules depending on tajo-cluster-tests.

The main objective of this issue is to QueryTestCaseBase to run as an instance for each test class.



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