From derby-dev-return-40055-apmail-db-derby-dev-archive=db.apache.org@db.apache.org Wed Apr 04 18:41:54 2007 Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 10577 invoked from network); 4 Apr 2007 18:41:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Apr 2007 18:41:53 -0000 Received: (qmail 56545 invoked by uid 500); 4 Apr 2007 18:42:00 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 56520 invoked by uid 500); 4 Apr 2007 18:42:00 -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 56510 invoked by uid 99); 4 Apr 2007 18:42:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Apr 2007 11:42:00 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Apr 2007 11:41:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 40EAE714066 for ; Wed, 4 Apr 2007 11:41:32 -0700 (PDT) Message-ID: <25980196.1175712092238.JavaMail.jira@brutus> Date: Wed, 4 Apr 2007 11:41:32 -0700 (PDT) From: "A B (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-2502) Unclosed ResultSets choke JUnit lang _Suite on java 6 In-Reply-To: <26895353.1175187625150.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-2502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486736 ] A B commented on DERBY-2502: ---------------------------- Maybe 3) Add another (optional) argument to the assertResultSet methods to allow a caller to skip the close. Then the caller is responsible for closing the result set explicitly...? > Unclosed ResultSets choke JUnit lang _Suite on java 6 > ----------------------------------------------------- > > Key: DERBY-2502 > URL: https://issues.apache.org/jira/browse/DERBY-2502 > Project: Derby > Issue Type: Bug > Components: SQL, Test > Affects Versions: 10.3.0.0 > Environment: solaris, java 6 build 105, insane+debug jars > Reporter: Rick Hillegas > Attachments: derby-2502-01.diff > > > The lang suite fail for me from UnaryArithmeticParameterTest on. The tests can't drop table T1 because a ResultSet is open. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.