[
https://issues.apache.org/jira/browse/HBASE-9846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13857618#comment-13857618
]
Andrew Purtell commented on HBASE-9846:
---------------------------------------
As for testing the ACL and labels features themselves, LTT generates keys using
an integer counter, and prepends a md5 hash of the counter to it to construct
the full key. Point is we can reserve ranges of the counter values as readable
and not readable and then test for that. Could be a range or a modulus (e.g.
counter % 100 is not readable by user X). Here it would make sense to modify
LTT and its CLI to accept parameters that communicate an expected number of
read failures.
> Integration test and LoadTestTool support for cell ACLs
> -------------------------------------------------------
>
> Key: HBASE-9846
> URL: https://issues.apache.org/jira/browse/HBASE-9846
> Project: HBase
> Issue Type: Sub-task
> Affects Versions: 0.98.0
> Reporter: Andrew Purtell
> Assignee: ramkrishna.s.vasudevan
> Fix For: 0.98.0
>
>
> Cell level ACLs should have an integration test and LoadTestTool support.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)