-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42066/
-----------------------------------------------------------
Review request for Sqoop.
Bugs: SQOOP-2781
https://issues.apache.org/jira/browse/SQOOP-2781
Repository: sqoop-sqoop2
Description
-------
When we run validations on links triggered via the server's request handlers
they do not appear to be run under their connector's isolated classpath. This
can lead to the wrong classes being used (or not found) during validations and
incorrect validations.
Diffs
-----
test/src/test/java/org/apache/sqoop/integration/connectorloading/ConnectorClasspathIsolationTest.java
5b95631
test/src/test/resources/TestConnectorClasspathIsolation/from/TestFromJobConfig.java
PRE-CREATION
test/src/test/resources/TestConnectorClasspathIsolation/from/TestFromJobConfiguration.java
00d34b4
test/src/test/resources/TestConnectorClasspathIsolation/from/TestValidator.java
PRE-CREATION
test/src/test/resources/TestConnectorClasspathIsolation/to/TestToJobConfig.java
PRE-CREATION
test/src/test/resources/TestConnectorClasspathIsolation/to/TestToJobConfiguration.java
ff1c3ed
test/src/test/resources/TestConnectorClasspathIsolation/to/TestValidator.java
PRE-CREATION
Diff: https://reviews.apache.org/r/42066/diff/
Testing
-------
Thanks,
Dian Fu