Re: HBase code coverage

2014-10-20 Thread Ted Yu
The following JIRA introduced jacoco code coverage report: https://issues.apache.org/jira/browse/HBASE-12208 Can you use that ? Cheers On Mon, Oct 20, 2014 at 5:30 PM, 肖春君 wrote: > Hi Everyone, > > I'm trying to get the hbase UT code coverage report, using the built-in > clover configuration,

Re: HBase code coverage

2014-10-20 Thread Manu Kranth Chary
In one of recent Jiras, Jacoco code coverage plugin was added to the pom. Now you can get code coverage using the following command line : mvn clean install -DskipTests ; mvn clean package -Dhbase.skip-jacoco=false Best, Manukranth. On Mon, Oct 20, 2014 at 5:30 PM, 肖春君 wrote: > Hi Everyone, > >

HBase code coverage

2014-10-20 Thread 肖春君
Hi Everyone, I'm trying to get the hbase UT code coverage report, using the built-in clover configuration, with the following mvn command: mvn clean test -fn -PrunLargeTests,hadoop-2.0,clover -Dzookeeper.version=3.4.5 -Dhadoop-two.version=2.4.1 mvn clover2:aggregate clover2:clover -Pclov

Re: HBase code coverage and code analysis available on analysis.apache.org.

2012-09-13 Thread Enis Söztutar
> >> There are some gems in there. > > >> > > >> > > >> > > >> > > >> From: Jonathan Hsieh > > >> To: dev@hbase.apache.org > > >> Sent: Thursday, September 13, 2012 12:58

Re: HBase code coverage and code analysis available on analysis.apache.org.

2012-09-13 Thread Jonathan Hsieh
2012 at 1:21 PM, lars hofhansl > wrote: > > > >> There are some gems in there. > >> > >> > >> > >> ____ > >> From: Jonathan Hsieh > >> To: dev@hbase.apache.org > >> Sent: Thursday, September 13, 2012 12:58 PM > >> Subject: HBase code c

Re: HBase code coverage and code analysis available on analysis.apache.org.

2012-09-13 Thread Andrew Purtell
t like findbugs, so generated code can > be ignored ? > > On Thu, Sep 13, 2012 at 1:21 PM, lars hofhansl wrote: > >> There are some gems in there. >> >> >> >> >> From: Jonathan Hsieh >> To: dev@hbase.apache.

Re: HBase code coverage and code analysis available on analysis.apache.org.

2012-09-13 Thread Elliott Clark
t; From: Jonathan Hsieh > To: dev@hbase.apache.org > Sent: Thursday, September 13, 2012 12:58 PM > Subject: HBase code coverage and code analysis available on > analysis.apache.org. > > Hooray! we have a "sonar" code coverage and code metrics job setup on > ana

Re: HBase code coverage and code analysis available on analysis.apache.org.

2012-09-13 Thread lars hofhansl
There are some gems in there. From: Jonathan Hsieh To: dev@hbase.apache.org Sent: Thursday, September 13, 2012 12:58 PM Subject: HBase code coverage and code analysis available on analysis.apache.org. Hooray! we have a "sonar" code coverage and co

HBase code coverage and code analysis available on analysis.apache.org.

2012-09-13 Thread Jonathan Hsieh
Hooray! we have a "sonar" code coverage and code metrics job setup on analysis.apache.org! https://analysis.apache.org/dashboard/index/org.apache.hbase:hbase It looks like it may only run the small tests, but this still provides good data points. I found this especially interesting: https://anal