You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ni...@apache.org on 2018/07/23 13:16:47 UTC

[1/2] atlas git commit: ATLAS-2642: disabled 4 ITs in CredentialProviderUtilityIT, which started failing after recent JDK update to 1.8.0_172

Repository: atlas
Updated Branches:
  refs/heads/branch-0.8 6863cd3fc -> fa97b5252


ATLAS-2642: disabled 4 ITs in CredentialProviderUtilityIT, which started failing after recent JDK update to 1.8.0_172


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

Branch: refs/heads/branch-0.8
Commit: 14316e3a0ca4d4b3665220ac0ce667f66a140152
Parents: 6863cd3
Author: Madhan Neethiraj <ma...@apache.org>
Authored: Thu May 3 13:19:25 2018 -0700
Committer: nixonrodrigues <ni...@apache.org>
Committed: Mon Jul 23 18:44:05 2018 +0530

----------------------------------------------------------------------
 .../java/org/apache/atlas/CredentialProviderUtilityIT.java   | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/14316e3a/webapp/src/test/java/org/apache/atlas/CredentialProviderUtilityIT.java
----------------------------------------------------------------------
diff --git a/webapp/src/test/java/org/apache/atlas/CredentialProviderUtilityIT.java b/webapp/src/test/java/org/apache/atlas/CredentialProviderUtilityIT.java
index eae7099..abbf57f 100755
--- a/webapp/src/test/java/org/apache/atlas/CredentialProviderUtilityIT.java
+++ b/webapp/src/test/java/org/apache/atlas/CredentialProviderUtilityIT.java
@@ -40,7 +40,7 @@ public class CredentialProviderUtilityIT {
 
     private char[] defaultPass = new char[]{'k', 'e', 'y', 'p', 'a', 's', 's'};
 
-    @Test
+    @Test(enabled=false)
     public void testEnterValidValues() throws Exception {
         Path testPath = null;
         try {
@@ -93,7 +93,7 @@ public class CredentialProviderUtilityIT {
         Assert.assertEquals(entry.getCredential(), password);
     }
 
-    @Test
+    @Test(enabled=false)
     public void testEnterEmptyValues() throws Exception {
         Path testPath = null;
         try {
@@ -146,7 +146,7 @@ public class CredentialProviderUtilityIT {
         assertCredentialEntryCorrect(entry);
     }
 
-    @Test
+    @Test(enabled=false)
     public void testEnterMismatchedValues() throws Exception {
         Path testPath = null;
         try {
@@ -200,7 +200,7 @@ public class CredentialProviderUtilityIT {
         assertCredentialEntryCorrect(entry);
     }
 
-    @Test
+    @Test(enabled=false)
     public void testOverwriteValues() throws Exception {
         Path testPath = null;
         try {


[2/2] atlas git commit: ATLAS-2788 : Add policy permissions for tagsync user.

Posted by ni...@apache.org.
ATLAS-2788 : Add policy permissions for tagsync user.

Signed-off-by: nixonrodrigues <ni...@apache.org>


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

Branch: refs/heads/branch-0.8
Commit: fa97b52527112dc97f2841c7e098f1489d8a02fe
Parents: 14316e3
Author: Vishal Suvagia <vi...@apache.org>
Authored: Tue Jul 17 14:32:52 2018 +0530
Committer: nixonrodrigues <ni...@apache.org>
Committed: Mon Jul 23 18:44:54 2018 +0530

----------------------------------------------------------------------
 distro/src/conf/policy-store.txt               | 2 +-
 typesystem/src/test/resources/policy-store.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/fa97b525/distro/src/conf/policy-store.txt
----------------------------------------------------------------------
diff --git a/distro/src/conf/policy-store.txt b/distro/src/conf/policy-store.txt
index 47583c1..48ed08a 100644
--- a/distro/src/conf/policy-store.txt
+++ b/distro/src/conf/policy-store.txt
@@ -6,4 +6,4 @@ adminPolicy;;admin:rwud;;ROLE_ADMIN:rwud;;type:*,entity:*,operation:*,taxonomy:*
 dataScientistPolicy;;;;DATA_SCIENTIST:r;;type:*,entity:*,taxonomy:*,term:*
 dataStewardPolicy;;;;DATA_STEWARD:rwu;;type:*,entity:*,taxonomy:*,term:*
 hadoopPolicy;;;;hadoop:rwud;;type:*,entity:*,operation:*,taxonomy:*,term:*
-rangerTagSyncPolicy;;;;RANGER_TAG_SYNC:r;;type:*,entity:*
+rangerTagSyncPolicy;;rangertagsync:r;;RANGER_TAG_SYNC:r;;type:*,entity:*

http://git-wip-us.apache.org/repos/asf/atlas/blob/fa97b525/typesystem/src/test/resources/policy-store.txt
----------------------------------------------------------------------
diff --git a/typesystem/src/test/resources/policy-store.txt b/typesystem/src/test/resources/policy-store.txt
index 47583c1..48ed08a 100644
--- a/typesystem/src/test/resources/policy-store.txt
+++ b/typesystem/src/test/resources/policy-store.txt
@@ -6,4 +6,4 @@ adminPolicy;;admin:rwud;;ROLE_ADMIN:rwud;;type:*,entity:*,operation:*,taxonomy:*
 dataScientistPolicy;;;;DATA_SCIENTIST:r;;type:*,entity:*,taxonomy:*,term:*
 dataStewardPolicy;;;;DATA_STEWARD:rwu;;type:*,entity:*,taxonomy:*,term:*
 hadoopPolicy;;;;hadoop:rwud;;type:*,entity:*,operation:*,taxonomy:*,term:*
-rangerTagSyncPolicy;;;;RANGER_TAG_SYNC:r;;type:*,entity:*
+rangerTagSyncPolicy;;rangertagsync:r;;RANGER_TAG_SYNC:r;;type:*,entity:*