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
96d9a0ec
Commit
96d9a0ec
authored
7 years ago
by
Yussuf Shaikh
Committed by
Sarath Subramanian
7 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-1770: Fix HardDeleteHandlerV1Test and SoftDeleteHandlerV1Test failures during setup
Signed-off-by:
Sarath Subramanian
<
ssubramanian@hortonworks.com
>
parent
235f4e9e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
ExportServiceTest.java
...org/apache/atlas/repository/impexp/ExportServiceTest.java
+7
-0
No files found.
repository/src/test/java/org/apache/atlas/repository/impexp/ExportServiceTest.java
View file @
96d9a0ec
...
...
@@ -27,6 +27,7 @@ import org.apache.atlas.model.impexp.AtlasExportResult;
import
org.apache.atlas.model.instance.AtlasEntity
;
import
org.apache.atlas.model.instance.AtlasObjectId
;
import
org.apache.atlas.model.typedef.AtlasTypesDef
;
import
org.apache.atlas.repository.graph.AtlasGraphProvider
;
import
org.apache.atlas.repository.store.bootstrap.AtlasTypeDefStoreInitializer
;
import
org.apache.atlas.repository.store.graph.v1.AtlasEntityChangeNotifier
;
import
org.apache.atlas.repository.store.graph.v1.AtlasEntityStoreV1
;
...
...
@@ -39,6 +40,7 @@ import org.slf4j.Logger;
import
org.slf4j.LoggerFactory
;
import
org.testng.Assert
;
import
org.powermock.reflect.Whitebox
;
import
org.testng.annotations.AfterClass
;
import
org.testng.annotations.BeforeClass
;
import
org.testng.annotations.BeforeTest
;
import
org.testng.annotations.Guice
;
...
...
@@ -95,6 +97,11 @@ public class ExportServiceTest {
exportService
=
new
ExportService
(
typeRegistry
);
}
@AfterClass
public
void
clear
()
{
AtlasGraphProvider
.
cleanup
();
}
private
AtlasExportRequest
getRequestForFullFetch
()
{
AtlasExportRequest
request
=
new
AtlasExportRequest
();
...
...
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