jay vyas created HADOOP-10405: --------------------------------- Summary: CLOVER coverage analysis for Hadoop-Commoon tests Key: HADOOP-10405 URL: https://issues.apache.org/jira/browse/HADOOP-10405 Project: Hadoop Common Issue Type: New Feature Reporter: jay vyas
Part of the HCFS initiative involves defining test coverage goals for the FileSystem interface. To do this we first need to evaluate existing coverage. We can't directly measure test coverage using static analysis due to the dynamic way classes are generally invoked in hadoop. However Clover and Corbertura which integrates very well with jenkins can be used to give a profile of how much of a classes methods are executed by unit tests. -- This message was sent by Atlassian JIRA (v6.2#6252)