Commit ca33b1bf by Ashutosh Mestry

ATLAS-2814: Cluster stores replication details. Part #2

parent 03f2754d
...@@ -109,14 +109,14 @@ public class AdminExportImportTestIT extends BaseResourceIT { ...@@ -109,14 +109,14 @@ public class AdminExportImportTestIT extends BaseResourceIT {
} }
@AfterClass @AfterClass
protected void teardown() { public void teardown() {
AtlasImportRequest request = new AtlasImportRequest(); AtlasImportRequest request = new AtlasImportRequest();
request.getOptions().put(AtlasImportRequest.TRANSFORMS_KEY, IMPORT_TRANSFORM_SET_DELETED); request.getOptions().put(AtlasImportRequest.TRANSFORMS_KEY, IMPORT_TRANSFORM_SET_DELETED);
try { try {
performImport(FILE_TO_IMPORT, request); performImport(FILE_TO_IMPORT, request);
} catch (AtlasServiceException e) { } catch (AtlasServiceException e) {
throw new SkipException("performTeardown: failed! Subsequent tests results may be affected.", e); throw new SkipException("performTeardown: failed! Subsequent tests results may be affected.");
} }
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment