@@ -1478,12 +1469,12 @@ public class EntityGraphMapper {
}
}else{
if(LOG.isDebugEnabled()){
LOG.debug(" --> Not propagating classification: [{}][{}] - no entities found to propagate to.",getTypeName(classificationVertex),entityTypeName);
LOG.debug(" --> Not propagating classification: [{}][{}] - no entities found to propagate to.",getTypeName(classificationVertex),entityType.getTypeName());
}
}
}else{
if(LOG.isDebugEnabled()){
LOG.debug(" --> Not propagating classification: [{}][{}] - propagation is disabled.",getTypeName(classificationVertex),entityTypeName);
LOG.debug(" --> Not propagating classification: [{}][{}] - propagation is disabled.",getTypeName(classificationVertex),entityType.getTypeName());
}
}
...
...
@@ -1867,7 +1858,7 @@ public class EntityGraphMapper {
performImport(FILE_TO_IMPORT,request,32);// initial import has 5 entities already in deleted state, hence current import will have 32 processed-entities
}catch(AtlasServiceExceptione){
thrownewSkipException("performTeardown: failed! Subsequent tests results may be affected.");