Cheolsoo Park created SQOOP-609:
-----------------------------------
Summary: 3rd party LobAvroImportTest failures in trunk
Key: SQOOP-609
URL: https://issues.apache.org/jira/browse/SQOOP-609
Project: Sqoop
Issue Type: Bug
Components: test
Affects Versions: 1.4.2
Reporter: Cheolsoo Park
Assignee: Cheolsoo Park
Fix For: 1.4.3
To reproduce the failures, please do:
{code}
ant test -Dtestcase=MySQLLobAvroImportTest -Dhadoopversion=20
ant test -Dtestcase=OracleLobAvroImportTest -Dhadoopversion=20
{code}
Assertion fails with the following messages:
{code}
null expected:<...b(lf,_lob/large_obj_[task_local_0002_m_00000]00.lob,68,23)>
but was:<...b(lf,_lob/large_obj_[attempt_local_0002_m_000000_]00.lob,68,23)>
junit.framework.ComparisonFailure: null
expected:<...b(lf,_lob/large_obj_[task_local_0002_m_00000]00.lob,68,23)> but
was:<...b(lf,_lob/large_obj_[attempt_local_0002_m_000000_]00.lob,68,23)>
at
com.cloudera.sqoop.testutil.LobAvroImportTestCase.testBlobAvroImportExternal(LobAvroImportTestCase.java:206)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira