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

Hudson commented on SQOOP-459:
------------------------------

Integrated in Sqoop-ant-jdk-1.6 #95 (See 
[https://builds.apache.org/job/Sqoop-ant-jdk-1.6/95/])
    SQOOP-459 Remove redundant steps in compatibility tests: verifyReadback() 
method (Revision 1299056)

     Result = SUCCESS
blee : http://svn.apache.org/viewvc/?view=rev&rev=1299056
Files : 
* /incubator/sqoop/trunk/src/test/com/cloudera/sqoop/TestColumnTypes.java
* /incubator/sqoop/trunk/src/test/com/cloudera/sqoop/TestMultiCols.java
* 
/incubator/sqoop/trunk/src/test/com/cloudera/sqoop/manager/MySQLCompatTest.java
* 
/incubator/sqoop/trunk/src/test/com/cloudera/sqoop/manager/OracleCompatTest.java
* 
/incubator/sqoop/trunk/src/test/com/cloudera/sqoop/testutil/BaseSqoopTestCase.java
* 
/incubator/sqoop/trunk/src/test/com/cloudera/sqoop/testutil/ManagerCompatTestCase.java

                
> Remove redundant steps in compatibility tests: verifyReadback() method
> ----------------------------------------------------------------------
>
>                 Key: SQOOP-459
>                 URL: https://issues.apache.org/jira/browse/SQOOP-459
>             Project: Sqoop
>          Issue Type: Improvement
>            Reporter: Cheolsoo Park
>            Assignee: Cheolsoo Park
>            Priority: Minor
>              Labels: patch
>             Fix For: 1.4.2-incubating
>
>         Attachments: SQOOP-459.patch
>
>
> Several tests including ManagerCompatTest do the following:
> 1) Tests insert data
> 2) Compare output from the db against inserted values
> 3) Run Sqoop import jobs
> 4) Compare output read from seq files against inserted values
> Tthe step 2 is redundant since the step 4 also verifies output. In addition, 
> these tests are fragile since output formats vary depending on 
> versions/vendors of the DB/JDBC driver.
> Since there is little value to gain from these tests while they cause 
> compatibility problems, it would be better to remove them.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to