Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 517F5FBE0 for ; Wed, 17 Apr 2013 14:35:17 +0000 (UTC) Received: (qmail 4507 invoked by uid 500); 17 Apr 2013 14:35:17 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 4482 invoked by uid 500); 17 Apr 2013 14:35:17 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 4474 invoked by uid 99); 17 Apr 2013 14:35:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Apr 2013 14:35:17 +0000 Date: Wed, 17 Apr 2013 14:35:17 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-5462) Ant code coverage with unit and dtests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-5462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-5462: -------------------------------------- Reviewer: dbrosius > Ant code coverage with unit and dtests > -------------------------------------- > > Key: CASSANDRA-5462 > URL: https://issues.apache.org/jira/browse/CASSANDRA-5462 > Project: Cassandra > Issue Type: New Feature > Reporter: Ryan McGuire > Assignee: Brandon Williams > Attachments: trunk.5462.cobertura-reports.patch > > > This is a patch to our build.xml to integrate a cobertura code coverage report across both the unit tests and the dtests. I've had this working for awhile, but it's rather unwieldy: it takes over 7 hours for it to run on my i5 based laptop. This is because it runs through the entire dtest suite twice, once without vnodes turned on, and once with. It does work repeatably though so although it's a monster, it's probably worth including. > See http://static.enigmacurry.com/tmp/cobertura-report-4-with-vnodes/ for sample output, run against trunk today. > Once applied, you just need to run '*ant codecoverage*' -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira