Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 1495 invoked from network); 5 Aug 2010 21:58:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Aug 2010 21:58:42 -0000 Received: (qmail 18695 invoked by uid 500); 5 Aug 2010 21:58:42 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 18680 invoked by uid 500); 5 Aug 2010 21:58:41 -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 18672 invoked by uid 99); 5 Aug 2010 21:58:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Aug 2010 21:58:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Aug 2010 21:58:39 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o75LwHNV010737 for ; Thu, 5 Aug 2010 21:58:18 GMT Message-ID: <29566916.188341281045497814.JavaMail.jira@thor> Date: Thu, 5 Aug 2010 17:58:17 -0400 (EDT) From: "Jon Hermes (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Updated: (CASSANDRA-1269) improve test coverage of BufferedRandomAccessFile In-Reply-To: <25485504.317951278889491386.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jon Hermes updated CASSANDRA-1269: ---------------------------------- Attachment: 1269-v2.txt BRAFTest now has 100% cc by itself. > improve test coverage of BufferedRandomAccessFile > ------------------------------------------------- > > Key: CASSANDRA-1269 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1269 > Project: Cassandra > Issue Type: Task > Components: Core > Reporter: Jonathan Ellis > Assignee: Jon Hermes > Priority: Minor > Fix For: 0.7.0 > > Attachments: 1269-v2.txt, 1269.txt > > > We have a BRAFTest but it doesn't do a whole lot. Seems like we ought to be able to get to 100% line-based coverage w/ white-box testing. http://wiki.apache.org/cassandra/HowToContribute has instructions for setting up code coverage. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.