Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 902A0105E2 for ; Thu, 1 Aug 2013 09:15:17 +0000 (UTC) Received: (qmail 85476 invoked by uid 500); 1 Aug 2013 09:15:17 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 85460 invoked by uid 500); 1 Aug 2013 09:15:16 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 85452 invoked by uid 99); 1 Aug 2013 09:15:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Aug 2013 09:15:15 +0000 X-ASF-Spam-Status: No, hits=-1.3 required=5.0 tests=FSL_NEW_HELO_USER,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dag.wanvik@oracle.com designates 156.151.31.81 as permitted sender) Received: from [156.151.31.81] (HELO userp1040.oracle.com) (156.151.31.81) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Aug 2013 09:15:08 +0000 Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r719Ej94012115 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 1 Aug 2013 09:14:46 GMT Received: from aserz7021.oracle.com (aserz7021.oracle.com [141.146.126.230]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r719Eiif025515 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 1 Aug 2013 09:14:45 GMT Received: from abhmt109.oracle.com (abhmt109.oracle.com [141.146.116.61]) by aserz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r719EiSp025509 for ; Thu, 1 Aug 2013 09:14:44 GMT Received: from [10.159.178.78] (/10.159.178.78) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 01 Aug 2013 02:14:44 -0700 Message-ID: <51FA26FD.6020607@oracle.com> Date: Thu, 01 Aug 2013 19:14:37 +1000 From: "Dag H. Wanvik" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: [jira] [Commented] (DERBY-6299) Improve the code coverage of Org.apache.derby.iapi.services.sanity package References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-Virus-Checked: Checked by ClamAV on apache.org On 31/07/13 23:57, Bryan Pendleton (JIRA) wrote: > [ https://issues.apache.org/jira/browse/DERBY-6299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13725256#comment-13725256 ] > > Bryan Pendleton commented on DERBY-6299: > ---------------------------------------- > > I am sorry, that sounds quite frustrating. > > Sometimes I have to run 'ant clobber' as well as 'ant clean'. They do two > different cleaning steps and sometimes if I do one and not the other, I have > trouble building the code. > > Sometimes it is easier just to start with an empty directory and > re-fetch the code from Subversion. I do that sometimes, too, just to make > sure that I have a fresh clean copy of the trunk. I am usually (read: always) able to get back on track with "ant clobber cleanalljars". If this doesn't work I'd be interested to see a copy of your directory; perhaps some steps are missing in the build.xml file. Extraneous files in some directories may sometimes upset the build: to check for such, just do a "svn status" and delete what shouldn't be there, then try again. Thanks, Dag > >> Improve the code coverage of Org.apache.derby.iapi.services.sanity package >> ---------------------------------------------------------------------------- >> >> Key: DERBY-6299 >> URL: https://issues.apache.org/jira/browse/DERBY-6299 >> Project: Derby >> Issue Type: Sub-task >> Components: Test >> Reporter: ahsan shamsudeen >> Assignee: ahsan shamsudeen >> Priority: Minor >> Attachments: bryan.patch, DERBY-6299.patch, DERBY-6299.patch >> >> >> According to the coverage reports, All classes in Org.apache.derby.iapi.services.sanity have completely zero coverage. >> So this sub-task is to improve code coverage by doing the following. >> >> 1)Change all the import statements in the code to reference the new location of SanityManager and >> AssertFailure >> 2) Delete the wrapper classes org.apache.derby.iapi.services.sanity.SanityManager >> org.apache.derby.iapi.services.sanity.AssertFailure > -- > 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