Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 82948 invoked from network); 7 Mar 2006 15:07:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Mar 2006 15:07:27 -0000 Received: (qmail 70382 invoked by uid 500); 7 Mar 2006 15:07:24 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 70350 invoked by uid 500); 7 Mar 2006 15:07:24 -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 70341 invoked by uid 99); 7 Mar 2006 15:07:24 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of m.v.lunteren@gmail.com designates 64.233.182.197 as permitted sender) Received: from [64.233.182.197] (HELO nproxy.gmail.com) (64.233.182.197) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Mar 2006 07:07:24 -0800 Received: by nproxy.gmail.com with SMTP id n28so288539nfc for ; Tue, 07 Mar 2006 07:06:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Qld9kffGOFuCE1az4a/CQmvMXg/dktFyaTfttBFJTmDGgnorXxdbJy29IE2Icy2EGpLok2hrbgEnsf3g4XQQs0Oo2L+Xs6On87SkSOzVc24waR8HsNDZOdbVsOmbIt1W8IP0JkLGNwYPb4ROY180M0+ulv5xzeHI0xYBKCMjWGs= Received: by 10.48.3.15 with SMTP id 15mr3022345nfc; Tue, 07 Mar 2006 07:06:02 -0800 (PST) Received: by 10.48.48.15 with HTTP; Tue, 7 Mar 2006 07:06:02 -0800 (PST) Message-ID: Date: Tue, 7 Mar 2006 07:06:02 -0800 From: "Myrna van Lunteren" To: derby-dev@db.apache.org Subject: Re: Questions about sanity test In-Reply-To: <440D8110.3010103@sun.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5243_1210506.1141743962278" References: <440420AC.9020201@sun.com> <440D8110.3010103@sun.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_5243_1210506.1141743962278 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 3/7/06, Vemund Ostgaard wrote: > > Myrna van Lunteren wrote: > > > For the most basic check, I run sysinfo. :-) > > After that, I run the test lang/supersimple.sql. So, I'd do: > > > > java org.apache.derbyTesting.functionTests.harness.RunTest > > lang/supersimple.sql > > java -Dframework=3DDerbyNetClient > > org.apache.derbyTesting.functionTests.harness.RunTestlang/supersimple.s= ql > > When running the test with -Dframework=3DDerbyNetClient i get a warning a= t > the end that I do not get when running it embedded: > *** End: supersimple jdk1.5.0_06 DerbyNetClient 2006-03-07 13:36:58 *** > Warning: Cleanup failed on baseDir: > ~/derby/testruns/DerbyNetClient/supersimple > > I see that the DerbyNetClient catalog has an empty catalog named > supersimple and a supersimple.pass file. One level above there is a > derby_tests.policy file. > > Any idea why it might be that I get this warning, what is it the test > failed to clean up? > > Vemund > I see that message too...it's been there as long as there have been network server tests, I think. I never bothered to investigate or try to fix the harness to actually remove what it reports it can't... The next time the test runs, it will successfully replace any files it created...So whatever it can't delete, is harmless. (except for possibly filling up the disk with empty directories, policy files and 1 liner .pass files). Anyone else have any history on this message? If you care, you could log it in JIRA as something that needs to be fixed, or at least explained/documented better in the java/testing/README.htm file= . Myrna ------=_Part_5243_1210506.1141743962278 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
On 3/7/06, V= emund Ostgaard <Vemund.Os= tgaard@sun.com> wrote:
Myrna van Lunteren wrote:
> For the most basic check, I run sysinfo. :-)
> After that, I ru= n the test lang/supersimple.sql. So, I'd do:
>
> java org.apache.derbyTesting.functionTests.harness.RunTest=
> lang/supersimple.sql
> java -Dframework=3DDerbyNetClient
= > org.apache.derbyTesting.functionTests.harness.RunTest lang/supersimple= .sql

When running the test with -Dframework=3DDerbyNetClient i get a war= ning at
the end that I do not get when running it embedded:
*** End:&= nbsp;  supersimple jdk1.5.0_06 DerbyNetClient 2006-03-07 13:36:58 ***<= br>Warning: Cleanup failed on baseDir:
~/derby/testruns/DerbyNetClient/supersimple

I see that the Derby= NetClient catalog has an empty catalog named
supersimple and a supersimp= le.pass file. One level above there is a
derby_tests.policy file.

Any idea why it might be that I get this warning, what is it the testfailed to clean up?

Vemund

 
I see that message too...it's been there as long as there have been ne= twork server tests, I think. I never bothered to investigate or try to fix = the harness to actually remove what it reports it can't... The next time th= e test runs, it will successfully replace any files it created...So whateve= r it can't delete, is harmless. (except for possibly filling up the disk wi= th empty directories, policy files and 1 liner .pass files).
 
Anyone else have any history on this message?
 
If you care, you could log it in JIRA as something that needs to = be fixed, or at least explained/documented better in the java/testing/READM= E.htm file.
 
Myrna
------=_Part_5243_1210506.1141743962278--