[
https://issues.apache.org/jira/browse/HBASE-7781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
zhangduo updated HBASE-7781:
----------------------------
Attachment: jacoco.tar.gz
A jacoco coverage report for hbase-server module.
For security related packages
org.apache.hadoop.hbase.security.visibility.expression 53%
org.apache.hadoop.hbase.security.access 45%
org.apache.hadoop.hbase.security.token 44%
I think 'token' is authentication so maybe related to Kerberos. 'access' and
'visibility' should be authorization.
Plan to take a look at the token package.
And is it worth to work on showing jacoco coverage report on jenkins? Now we
only show test result there. [~stack]
> Update security unit tests to use a KDC if available
> ----------------------------------------------------
>
> Key: HBASE-7781
> URL: https://issues.apache.org/jira/browse/HBASE-7781
> Project: HBase
> Issue Type: Test
> Components: security, test
> Reporter: Gary Helmling
> Priority: Blocker
> Attachments: jacoco.tar.gz
>
>
> We currently have large holes in the test coverage of HBase with security
> enabled. Two recent examples of bugs which really should have been caught
> with testing are HBASE-7771 and HBASE-7772. The long standing problem with
> testing with security enabled has been the requirement for supporting
> kerberos infrastructure.
> We need to close this gap and provide some automated testing with security
> enabled, if necessary standing up and provisioning a temporary KDC as an
> option for running integration tests, see HADOOP-8078 and HADOOP-9004 where a
> similar approach was taken.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)