Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 11351 invoked from network); 19 Feb 2007 15:57:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2007 15:57:28 -0000 Received: (qmail 33373 invoked by uid 500); 19 Feb 2007 15:57:36 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 33138 invoked by uid 500); 19 Feb 2007 15:57:35 -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 32955 invoked by uid 99); 19 Feb 2007 15:57:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Feb 2007 07:57:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Mon, 19 Feb 2007 07:57:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 02A5071421C for ; Mon, 19 Feb 2007 07:57:06 -0800 (PST) Message-ID: <1378297.1171900626008.JavaMail.jira@brutus> Date: Mon, 19 Feb 2007 07:57:06 -0800 (PST) From: "Julius Stroffek (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-2087) Clean up of a database server directory after running junit tests. In-Reply-To: <31291217.1163593657045.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-2087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julius Stroffek updated DERBY-2087: ----------------------------------- Derby Info: [Patch Available] > Clean up of a database server directory after running junit tests. > ------------------------------------------------------------------ > > Key: DERBY-2087 > URL: https://issues.apache.org/jira/browse/DERBY-2087 > Project: Derby > Issue Type: Improvement > Components: Test > Affects Versions: 10.3.0.0 > Reporter: Julius Stroffek > Assigned To: Julius Stroffek > Priority: Minor > Fix For: 10.3.0.0 > > Attachments: d2087.diff, d2087.stat, d2087_round2.diff, d2087_round2.stat, d2087_round2_try2.diff, d2087_round2_try2.stat, d2087_round2_try3.diff, d2087_round2_try3.stat, d2087_try2.diff, d2087_try2.stat > > > If I create a test using multiple connections using code like this > DataSource ds1 = JDBCDataSource.getDataSource("FIRSTDB1"); > JDBCDataSource.setBeanProperty(ds1, "connectionAttributes", "create=true"); > Connection conn1 = ds1.getConnection(); > the files created on a server does not get cleaned. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.