[
https://issues.apache.org/jira/browse/HBASE-13241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14362097#comment-14362097
]
Ted Yu commented on HBASE-13241:
--------------------------------
In the latest QA run, I saw:
{code}
testGrantAtQualifierLevel(org.apache.hadoop.hbase.security.access.TestAccessControllerWithGroups)
Time elapsed: 2.201 sec <<< FAILURE!
java.lang.AssertionError: null
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at
org.apache.hadoop.hbase.security.access.TestAccessControllerWithGroups$6.run(TestAccessControllerWithGroups.java:328)
at
org.apache.hadoop.hbase.security.access.TestAccessControllerWithGroups$6.run(TestAccessControllerWithGroups.java:320)
{code}
With fix from HBASE-13239, the test passes.
> Add tests for group level grants
> --------------------------------
>
> Key: HBASE-13241
> URL: https://issues.apache.org/jira/browse/HBASE-13241
> Project: HBase
> Issue Type: Improvement
> Components: security, test
> Reporter: Sean Busbey
> Assignee: Ashish Singhi
> Priority: Critical
> Attachments: HBASE-13241-v1.patch, HBASE-13241-v2.patch,
> HBASE-13241.patch
>
>
> We need to have tests for group-level grants for various scopes. ref:
> HBASE-13239
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)