-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54168/
-----------------------------------------------------------
Review request for Sqoop, Attila Szabo and Szabolcs Vasas.
Bugs: SQOOP-3057
https://issues.apache.org/jira/browse/SQOOP-3057
Repository: sqoop-trunk
Description
-------
3rd party Oracle tests are failing due to incorrect case of "id" "msg" between
verification and table creations (verify needs upper, oracle creates lowercase
names). Currently the OracleManagerTest:testOracleImport test is failing as it
seems tha passing of timezone is incorrect - it should be fixed in a different
JIRA. + Fixed an incorrect import
Diffs
-----
src/test/com/cloudera/sqoop/manager/MySQLTestUtils.java 2e2448a
src/test/com/cloudera/sqoop/manager/OracleExportTest.java e716510
src/test/org/apache/sqoop/manager/oracle/OracleCallExportTest.java 431df0f
Diff: https://reviews.apache.org/r/54168/diff/
Testing
-------
ran ant clean test, ant clean test -Dhadoopversion=260 -Dhbaseprofile=95
-Dthirdparty=true -Dsqoop.thirdparty.lib.dir=$3RD_PARTY_LIB -Dmaxmemory=2048m
-DtargetJavaVersion=1.7 -DjavaVersion=1.7
-Djava.security.egd=file:///dev/./urandom
-Dsqoop.test.oracle.connectstring=$ORACLE_CONN
-Dmapred.child.java.opts="-Djava.security.egd=file:/dev/../dev/urandom"
-Dtest.timeout=1000000 -Dtestcase=Oracle*Test
Thanks,
Anna Szonyi