Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 41865 invoked from network); 25 Feb 2006 02:11:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Feb 2006 02:11:34 -0000 Received: (qmail 82202 invoked by uid 500); 25 Feb 2006 02:11:33 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 81968 invoked by uid 500); 25 Feb 2006 02:11:31 -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 81959 invoked by uid 99); 25 Feb 2006 02:11:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2006 18:11:31 -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.145] (HELO e5.ny.us.ibm.com) (32.97.182.145) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2006 18:11:30 -0800 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e5.ny.us.ibm.com (8.12.11/8.12.11) with ESMTP id k1P2B8lh023804 for ; Fri, 24 Feb 2006 21:11:08 -0500 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay02.pok.ibm.com (8.12.10/NCO/VERS6.8) with ESMTP id k1P2B8Af182438 for ; Fri, 24 Feb 2006 21:11:08 -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 k1P2B8vt015648 for ; Fri, 24 Feb 2006 21:11:08 -0500 Received: from [127.0.0.1] (sig-9-48-124-91.mts.ibm.com [9.48.124.91]) by d01av03.pok.ibm.com (8.12.11/8.12.11) with ESMTP id k1P2B30h015540 for ; Fri, 24 Feb 2006 21:11:08 -0500 Message-ID: <43FFBCB4.1010200@sbcglobal.net> Date: Fri, 24 Feb 2006 18:11:00 -0800 From: Kathey Marsden User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: LargeCodegen test fails with derbyclient while running largeData test suite References: <43FCABC7.3000301@gmail.com> <43FE4D32.7010707@sbcglobal.net> <43FFAE6F.4010205@gmail.com> In-Reply-To: <43FFAE6F.4010205@gmail.com> X-Enigmail-Version: 0.85.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1 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 Manjula G Kutty wrote: > > I have closed all the statements, prepared statements and resultsets > in the largeCodeGen.java file. But still the test passes with embedded > but fails with derbyClient. I'm attaching the modified > largeCodeGen.java file > Hi Manjula, Because this test throws a lot of exceptions, the statements and prepared statements would need to be closed in a finally block. But I just noticed something that might be causing this and it is related to the test harness. When we run the test network server starts and gets the jvmFlags specified for the test in largeCodeGen_app.properties jvmflags=-Xmx512M -Xms512M (Whether that is at all right I don't know since app_properties is I think supposed to be for the client). But it also gets these conflicting properties (from the harness itself?) -ms16777216 -mx33554432 So which is the server really using? *** Start: largeCodeGen jdk1.4.2_07 DerbyNetClient 2006-02-24 17:53:35 *** Initialize for framework: DerbyNetClient java -Xmx512M -Xms512M -ms16777216 -mx33554432 -Dderby.system.home=D:\testout\DerbyNetClient\largeCodeGen -Djava.security.manager -Djava.security.policy=D:\testout\derby_tests.policy -DderbyTesting.co declasses=file:/D:/p4/marsden_patch/classes/ -DderbyTesting.codedir=D:\p4\marsden_patch\classes -DderbyTesting.serverhost=localhost -DderbyTesting.clienthost=localhost -DderbyTesting.codejar=file://un used/ org.apache.derby.drda.NetworkServerControl start