Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
ca33b1bf
Commit
ca33b1bf
authored
6 years ago
by
Ashutosh Mestry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2814: Cluster stores replication details. Part #2
parent
03f2754d
master
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
AdminExportImportTestIT.java
...g/apache/atlas/web/resources/AdminExportImportTestIT.java
+2
-2
No files found.
webapp/src/test/java/org/apache/atlas/web/resources/AdminExportImportTestIT.java
View file @
ca33b1bf
...
...
@@ -109,14 +109,14 @@ public class AdminExportImportTestIT extends BaseResourceIT {
}
@AfterClass
p
rotected
void
teardown
()
{
p
ublic
void
teardown
()
{
AtlasImportRequest
request
=
new
AtlasImportRequest
();
request
.
getOptions
().
put
(
AtlasImportRequest
.
TRANSFORMS_KEY
,
IMPORT_TRANSFORM_SET_DELETED
);
try
{
performImport
(
FILE_TO_IMPORT
,
request
);
}
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."
);
}
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment