You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Abraham Elmahrek (JIRA)" <ji...@apache.org> on 2015/04/27 21:03:39 UTC

[jira] [Created] (SQOOP-2329) Sqoop2: Provide integration test infrastructure base class

Abraham Elmahrek created SQOOP-2329:
---------------------------------------

             Summary: Sqoop2: Provide integration test infrastructure base class
                 Key: SQOOP-2329
                 URL: https://issues.apache.org/jira/browse/SQOOP-2329
             Project: Sqoop
          Issue Type: Improvement
          Components: sqoop2-test
            Reporter: Abraham Elmahrek
            Assignee: Abraham Elmahrek
             Fix For: 1.99.7


Right now, integration tests take on the following inheritance model:
{noformat}
                   +---->DerbyUpgradeTestCase                              
                   |                                                       
                   |                                                       
TomcatTestCase+----+                           +---->HiveConnectorTestCase 
                   |                           |                           
                   |                           |                           
                   +---->ConnectorTestCase+----+                           
                                               |                           
                                               |                           
                                               +---->KafkaConnectorTestCase
{noformat}

Let's simplify it and get rid of ConnectorTestCase, KafkaConnectorTestCase, and HiveConnectorTestCase.



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