You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Phabricator (JIRA)" <ji...@apache.org> on 2012/05/01 02:15:51 UTC

[jira] [Updated] (HIVE-2991) Integrate Clover with Hive

     [ https://issues.apache.org/jira/browse/HIVE-2991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Phabricator updated HIVE-2991:
------------------------------

    Attachment: HIVE-2991.D2985.1.patch

ashutoshc requested code review of "HIVE-2991 [jira] Integrate Clover with Hive".
Reviewers: JIRA

  https://issues.apache.org/jira/browse/HIVE-2991

  This patch integrates clover with Hive. To generate code coverage follow these steps:

  Download the clover jar and license from https://svn.apache.org/repos/private/committers/donated-licenses/clover/2.6.x/README.txt and put them in same dir
  (lets say to /home/me/clover/). Then to generate the clover reports run ant clean package test clover-reports -Dclover.jar=/home/me/clover/clover.jar

  TEST PLAN: Run ant clean package test clover-reports -Dclover.jar=/home/me/clover/clover.jar and reports should be in build/${ant.project.name}/clover/reports

  Atlassian has donated license of their code coverage tool Clover to ASF. Lets make use of it to generate code coverage report to figure out which areas of Hive are well tested and which ones are not. More information about license can be found in Hadoop jira HADOOP-1718

TEST PLAN
  EMPTY

REVISION DETAIL
  https://reviews.facebook.net/D2985

AFFECTED FILES
  build.xml
  build-common.xml

MANAGE HERALD DIFFERENTIAL RULES
  https://reviews.facebook.net/herald/view/differential/

WHY DID I GET THIS EMAIL?
  https://reviews.facebook.net/herald/transcript/6795/

Tip: use the X-Herald-Rules header to filter Herald messages in your client.

                
> Integrate Clover with Hive
> --------------------------
>
>                 Key: HIVE-2991
>                 URL: https://issues.apache.org/jira/browse/HIVE-2991
>             Project: Hive
>          Issue Type: Test
>          Components: Testing Infrastructure
>            Reporter: Ashutosh Chauhan
>            Assignee: Ashutosh Chauhan
>         Attachments: HIVE-2991.D2985.1.patch
>
>
> Atlassian has donated license of their code coverage tool Clover to ASF. Lets make use of it to generate code coverage report to figure out which areas of Hive are well tested and which ones are not. More information about license can be found in Hadoop jira HADOOP-1718 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira