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 E290111B2D for ; Fri, 20 Jun 2014 16:38:25 +0000 (UTC) Received: (qmail 37788 invoked by uid 500); 20 Jun 2014 16:38:25 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 37754 invoked by uid 500); 20 Jun 2014 16:38:25 -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 37738 invoked by uid 99); 20 Jun 2014 16:38:25 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jun 2014 16:38:25 +0000 Date: Fri, 20 Jun 2014 16:38:25 +0000 (UTC) From: "Brandon Williams (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CASSANDRA-7226) get code coverage working again (cobertura or other) 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-7226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams resolved CASSANDRA-7226. ----------------------------------------- Resolution: Fixed Committed. > get code coverage working again (cobertura or other) > ---------------------------------------------------- > > Key: CASSANDRA-7226 > URL: https://issues.apache.org/jira/browse/CASSANDRA-7226 > Project: Cassandra > Issue Type: Test > Reporter: Russ Hatch > Assignee: Russ Hatch > Fix For: 3.0 > > Attachments: coverage.png, trunk-7226-2.txt, trunk-7226.txt > > > We need to sort out code coverage again, for unit and cassandra-dtest tests. Preferably the same tool for both. > Seems like cobertura project activity has dwindled. Jacoco might be a viable alternative to cobertura. Jacoco can can instrument running bytecode so I think it could also work for dtests (does require an agent, not sure if that's a problem yet). If using an agent is problematic looks like it can also work with offline bytecode though I don't see how that could benefit dtests. Project seems pretty active, with a release just last week. -- This message was sent by Atlassian JIRA (v6.2#6252)