Uploaded image for project: 'Sqoop (Retired)'
  1. Sqoop (Retired)
  2. SQOOP-1582

Sqoop2: Fix TestDriverHandling test case

    XMLWordPrintableJSON

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

          Activity

            People

              Unassigned Unassigned
              vybs Veena Basavaraj
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: