[ 
https://issues.apache.org/jira/browse/HBASE-14210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14697350#comment-14697350
 ] 

Ted Yu commented on HBASE-14210:
--------------------------------

Some more review comments after finishing a support call.
{code}
-            d.deleteColumns(TEST_FAMILY1, TEST_Q1);
-            d.deleteColumns(TEST_FAMILY1, TEST_Q2);
+            d.deleteFamily(TEST_FAMILY1);
{code}
Is the above change needed for user1 ?
{code}
+    verfifyUserDeniedForWrite(USER_OTHER, ONE);
{code}
Typo in method name above.


> 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.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)

Reply via email to