[
https://issues.apache.org/jira/browse/RANGER-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15355079#comment-15355079
]
rangerqa commented on RANGER-1069:
----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12814664/RANGER-1069.patch
against master revision aa0159f.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. There were no new javadoc warning messages.
+1 checkstyle. The patch generated 0 code style errors.
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/PreCommit-RANGER-Build/286//testReport/
Console output:
https://builds.apache.org/job/PreCommit-RANGER-Build/286//console
This message is automatically generated.
> if a user permissions are removed from a policy through revoke operation then
> also users is shown
> -------------------------------------------------------------------------------------------------
>
> Key: RANGER-1069
> URL: https://issues.apache.org/jira/browse/RANGER-1069
> Project: Ranger
> Issue Type: Bug
> Components: Ranger
> Affects Versions: 0.6.0
> Reporter: Deepak Sharma
> Assignee: Mehul Parikh
> Priority: Critical
> Fix For: 0.6.0
>
> Attachments: RANGER-1069.patch
>
>
> if a user permissions are removed from a policy through revoke operation then
> also users is shown on the policylanding page
> 1. execute grant on hbase shell "grant to all tables for <user>'
> grant '<user>' , 'R'
> 0 row(s) in 0.2540 seconds
> new policy item gets added in <user> default policy for all resources for
> user <user> with Read permission
> 2. then use revoke to remove that read permission
> revoke '<user>'
> 0 row(s) in 0.2530 seconds
> 3. check Policy landing page
> ER: policy should not show the user '<user>'
> AR: policy is showing user <user> for the policy (* resource) on the policy
> landing page. if we go inside in the policy then user <user> is not there as
> expected.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)