[
https://issues.apache.org/jira/browse/HBASE-13246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14362502#comment-14362502
]
Srikanth Srungarapu commented on HBASE-13246:
---------------------------------------------
+1 (non-binding).
> Correct the assertion for namespace permissions in tearDown method of
> TestAccessController
> ------------------------------------------------------------------------------------------
>
> Key: HBASE-13246
> URL: https://issues.apache.org/jira/browse/HBASE-13246
> Project: HBase
> Issue Type: Bug
> Components: security, test
> Affects Versions: 0.98.11
> Reporter: Ashish Singhi
> Assignee: Ashish Singhi
> Priority: Minor
> Fix For: 2.0.0, 1.0.1, 1.1.0, 0.98.12
>
> Attachments: HBASE-13246.patch
>
>
> In *TestAcessController#tearDown* we should use
> {{TEST_TABLE.getNamespaceAsString()}} instead of
> {{TEST_TABLE.getNameAsString()}} as the assertion is for namespace.
> {code}
> assertEquals(0, AccessControlLists.getNamespacePermissions(conf,
> TEST_TABLE.getTableName().getNamespaceAsString()).size());
> {code}
> Some credit goes to [~srikanth235] to indirectly point this out
> [here|https://issues.apache.org/jira/browse/HBASE-13241?focusedCommentId=14361995&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14361995]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)