Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 8289 invoked from network); 23 Feb 2006 00:08:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Feb 2006 00:08:33 -0000 Received: (qmail 43757 invoked by uid 500); 23 Feb 2006 00:08:32 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 43737 invoked by uid 500); 23 Feb 2006 00:08:32 -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 43728 invoked by uid 99); 23 Feb 2006 00:08:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2006 16:08:32 -0800 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=MAILTO_TO_SPAM_ADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mcintyre.a@gmail.com designates 64.233.184.207 as permitted sender) Received: from [64.233.184.207] (HELO wproxy.gmail.com) (64.233.184.207) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2006 16:08:31 -0800 Received: by wproxy.gmail.com with SMTP id i4so258559wra for ; Wed, 22 Feb 2006 16:08:10 -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:content-transfer-encoding:content-disposition:references; b=JmR6graDfGLs7wzJaujco7R+e0fb2Rwmc5+EYWpKBLjb7Gwxt0sYcShn+cMhrS2KVZmgq5jwJvsReaAGUhC9SfldGhhG1O08mGJfAJoZqK1RSHRggUIHYYBnYsEx+tbCqVcc0pnT9wJ9xqkoOh+DrFSYuIeediXOfTO+iq6aonQ= Received: by 10.54.125.18 with SMTP id x18mr1478558wrc; Wed, 22 Feb 2006 16:08:10 -0800 (PST) Received: by 10.54.133.15 with HTTP; Wed, 22 Feb 2006 16:08:10 -0800 (PST) Message-ID: <54ac72d70602221608p3d4eed94v99306c93e4009603@mail.gmail.com> Date: Wed, 22 Feb 2006 16:08:10 -0800 From: "Andrew McIntyre" To: derby-dev@db.apache.org Subject: Re: Test jdbcapi/resultsetJdbc30.java fails on wctme5.7 (j9) In-Reply-To: <44a78d040602221554o59778627m9da45479437cbcc1@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <44a78d040602221554o59778627m9da45479437cbcc1@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 2/22/06, Rajesh Kartha wrote: > The test jdbc/api/resultsetJdbc30.java failed on wctme5.7 (j9) with the > following diffs: > > derbyall/derbyall.fail:jdbcapi/resultsetJdbc30.java > > > holdable result set was not closed on exception > > non-holdable result set was not closed on exception > > This looks like a left over from DERBY-976. > > Please find attached a patch to update the respective master file. Can > someone review and commit it. Committed revision 379996. andrew