[01/50] [abbrv] atlas git commit: ATLAS-2814: Cluster stores replication details. Part #2

2018-11-01 Thread amestry
Repository: atlas
Updated Branches:
  refs/heads/branch-1.0 6a25a9b59 -> 89328db48


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


Project: http://git-wip-us.apache.org/repos/asf/atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/c8f05360
Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/c8f05360
Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/c8f05360

Branch: refs/heads/branch-1.0
Commit: c8f0536081e7422e8d948c5f7e6fa2e3f4c93846
Parents: 6f10481
Author: Ashutosh Mestry 
Authored: Thu Aug 23 16:18:24 2018 -0700
Committer: Ashutosh Mestry 
Committed: Thu Nov 1 15:42:54 2018 -0700

--
 .../org/apache/atlas/web/resources/AdminExportImportTestIT.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/atlas/blob/c8f05360/webapp/src/test/java/org/apache/atlas/web/resources/AdminExportImportTestIT.java
--
diff --git 
a/webapp/src/test/java/org/apache/atlas/web/resources/AdminExportImportTestIT.java
 
b/webapp/src/test/java/org/apache/atlas/web/resources/AdminExportImportTestIT.java
index 7acd332..cc5d36b 100644
--- 
a/webapp/src/test/java/org/apache/atlas/web/resources/AdminExportImportTestIT.java
+++ 
b/webapp/src/test/java/org/apache/atlas/web/resources/AdminExportImportTestIT.java
@@ -109,14 +109,14 @@ public class AdminExportImportTestIT extends 
BaseResourceIT {
 }
 
 @AfterClass
-protected void teardown() {
+public 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.");
 }
 }
 }



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

2018-10-10 Thread amestry
Repository: atlas
Updated Branches:
  refs/heads/master 03f2754d1 -> ca33b1bf9


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


Project: http://git-wip-us.apache.org/repos/asf/atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/ca33b1bf
Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/ca33b1bf
Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/ca33b1bf

Branch: refs/heads/master
Commit: ca33b1bf9805ea72f13ce86d92a90b7b4dbe14a9
Parents: 03f2754
Author: Ashutosh Mestry 
Authored: Thu Aug 23 16:18:24 2018 -0700
Committer: Ashutosh Mestry 
Committed: Wed Oct 10 22:24:40 2018 -0700

--
 .../org/apache/atlas/web/resources/AdminExportImportTestIT.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/atlas/blob/ca33b1bf/webapp/src/test/java/org/apache/atlas/web/resources/AdminExportImportTestIT.java
--
diff --git 
a/webapp/src/test/java/org/apache/atlas/web/resources/AdminExportImportTestIT.java
 
b/webapp/src/test/java/org/apache/atlas/web/resources/AdminExportImportTestIT.java
index 7acd332..cc5d36b 100644
--- 
a/webapp/src/test/java/org/apache/atlas/web/resources/AdminExportImportTestIT.java
+++ 
b/webapp/src/test/java/org/apache/atlas/web/resources/AdminExportImportTestIT.java
@@ -109,14 +109,14 @@ public class AdminExportImportTestIT extends 
BaseResourceIT {
 }
 
 @AfterClass
-protected void teardown() {
+public 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.");
 }
 }
 }



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

2018-08-23 Thread amestry
Repository: atlas
Updated Branches:
  refs/heads/branch-0.8 ffda4ea78 -> fb30afba4


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


Project: http://git-wip-us.apache.org/repos/asf/atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/fb30afba
Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/fb30afba
Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/fb30afba

Branch: refs/heads/branch-0.8
Commit: fb30afba4089290af1e066882f41dbaf2b68a285
Parents: ffda4ea
Author: Ashutosh Mestry 
Authored: Thu Aug 23 16:18:24 2018 -0700
Committer: Ashutosh Mestry 
Committed: Thu Aug 23 16:18:24 2018 -0700

--
 .../org/apache/atlas/web/resources/AdminExportImportTestIT.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/atlas/blob/fb30afba/webapp/src/test/java/org/apache/atlas/web/resources/AdminExportImportTestIT.java
--
diff --git 
a/webapp/src/test/java/org/apache/atlas/web/resources/AdminExportImportTestIT.java
 
b/webapp/src/test/java/org/apache/atlas/web/resources/AdminExportImportTestIT.java
index 7acd332..cc5d36b 100644
--- 
a/webapp/src/test/java/org/apache/atlas/web/resources/AdminExportImportTestIT.java
+++ 
b/webapp/src/test/java/org/apache/atlas/web/resources/AdminExportImportTestIT.java
@@ -109,14 +109,14 @@ public class AdminExportImportTestIT extends 
BaseResourceIT {
 }
 
 @AfterClass
-protected void teardown() {
+public 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.");
 }
 }
 }