Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
@Test public void testFindDriverConfig() throws Exception { // On empty repository, no driverConfig should be there assertNull(handler.findDriver(getDerbyDatabaseConnection())); // Load Connector and DriverConfig into repository // TODO(VB):FIX why load connector config for driver testing? loadConnectorAndDriverConfig(); // Retrieve it MDriver driver = handler.findDriver(getDerbyDatabaseConnection()); assertNotNull(driver);
Attachments
Issue Links
- is a clone of
-
SQOOP-1566 Sqoop2: Fix the upgrade logic for SQOOP-1498
- Resolved