@Test
 public void createTablesNoDrop() {
   try {
     validateTables();
     StorageService.initialize(false);
     validateTables();
   } catch (final SQLException | StorageServiceException e) {
     fail("StorageServiceTest: createTablesNoDrop: could not create all tables" + e.getMessage());
   }
 }