[
https://issues.apache.org/jira/browse/HBASE-14210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14699238#comment-14699238
]
Ashish Singhi commented on HBASE-14210:
---------------------------------------
Thanks Srikanth for the review.
bq. The name usersAndGroups is a bit misleading as it only covers USER_OTHER
It also adds a group.
{code}
usersAndGroups = new String[] { USER_OTHER.getShortName(),
AuthUtil.toGroupEntry(GROUP) };
{code}
bq. May be, you can use user.getShortName in the fail message.
Will do in my next patch.
bq. Any chance of changing the variable name of permsU2_GUandOwner?
Any suggestion what can be a good name, I am bad at this stuff.
> Create test for cell level ACLs involving user group
> ----------------------------------------------------
>
> Key: HBASE-14210
> URL: https://issues.apache.org/jira/browse/HBASE-14210
> Project: HBase
> Issue Type: Test
> Reporter: Ted Yu
> Assignee: Ashish Singhi
> Attachments: HBASE-14210-v1.patch, HBASE-14210-v2.patch,
> HBASE-14210.patch
>
>
> Currently we have TestCellACLs and TestCellACLWithMultipleVersions which
> exercise cell level ACLs for users.
> However, test for cell level ACLs involving user group is missing.
> This issue is to add such test(s)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)