Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 90771 invoked from network); 28 Feb 2006 19:17:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Feb 2006 19:17:42 -0000 Received: (qmail 55094 invoked by uid 500); 28 Feb 2006 19:17:39 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 54985 invoked by uid 500); 28 Feb 2006 19:17:39 -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 54911 invoked by uid 99); 28 Feb 2006 19:17:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2006 11:17:39 -0800 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [32.97.182.142] (HELO e2.ny.us.ibm.com) (32.97.182.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2006 11:17:37 -0800 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e2.ny.us.ibm.com (8.12.11/8.12.11) with ESMTP id k1SJHGXl006593 for ; Tue, 28 Feb 2006 14:17:16 -0500 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay02.pok.ibm.com (8.12.10/NCO/VER6.8) with ESMTP id k1SJHCDB110082 for ; Tue, 28 Feb 2006 14:17:16 -0500 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.12.11/8.13.3) with ESMTP id k1SJH7ok025616 for ; Tue, 28 Feb 2006 14:17:07 -0500 Received: from [127.0.0.1] (IBM-IKEJ04B1IMA.usca.ibm.com [9.72.133.71]) by d01av03.pok.ibm.com (8.12.11/8.12.11) with ESMTP id k1SJH61b025565 for ; Tue, 28 Feb 2006 14:17:07 -0500 Message-ID: <4404A1B0.6030506@sbcglobal.net> Date: Tue, 28 Feb 2006 11:17:05 -0800 From: Mike Matrigali Reply-To: mikem_app@sbcglobal.net User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: Regression Test Failure! References: <44037F11.7000609@Sun.COM> <44044215.5090200@gmail.com> In-Reply-To: <44044215.5090200@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I committed the 709 change, I ran all the tests and it passed on my machine. But I was running against classes vs. jars -- so this is most likely a jar vs. classes issue. I would like to give Suresh at least a day to see if he can fix the problem before backing out the fix -- if anyone would rather I back out the following regression test failures immediately let me know. Suresh Thalamati wrote: > Hi, > > These failures might be related to my patch for DERBY-709, I am looking > into them. Looks like there is a a difference in the permissions given > to run test with CLASSES directory and the jars. > They were passing when I ran with CLASSES directory on my client. > > Thanks > -suresht > > Ole Solberg wrote: > >> I see this fail on ALL platforms on the current tinderbox and daily >> test runs: >> >> http://www.multinet.no/~solberg/public/Apache/TinderBox_Derby/Limited/testSummary-current.html >> svn 381405 >> >> http://www.multinet.no/~solberg/public/Apache/Derby/Limited/testSummary-current.html >> svn 381407 >> >> storemore fail >> ************************************************************* >> storemore/storemore.fail:store/logDevice.sql >> storemore/storemore.fail:store/rollForwardBackup.sql >> storemore/storemore.fail:store/rollForwardRecovery.sql >> storemore/storemore.fail:store/backupRestore1.java >> storemore/storemore.fail:store/OnlineBackupTest1.java >> storemore/storemore.fail:store/onlineBackupTest2.sql >> storemore/storemore.fail:store/onlineBackupTest4.sql >> >> >> store/OnlineBackupTest1.java hangs and has to be killed. >> >> >> >> >> > > >