Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 8010 invoked from network); 30 Sep 2008 11:33:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Sep 2008 11:33:37 -0000 Received: (qmail 75662 invoked by uid 500); 30 Sep 2008 11:33:35 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 75452 invoked by uid 500); 30 Sep 2008 11:33: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 75441 invoked by uid 99); 30 Sep 2008 11:33:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Sep 2008 04:33:35 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Sep 2008 11:32:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8B914234C1F5 for ; Tue, 30 Sep 2008 04:32:45 -0700 (PDT) Message-ID: <314916498.1222774365570.JavaMail.jira@brutus> Date: Tue, 30 Sep 2008 04:32:45 -0700 (PDT) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-3655) errror in nightly regression test: LobStreamsTest:encryptedjunit.framework.AssertionFailedError: f:\jartest\JarResults.2008-04-29\ibm16_suites.All\system\singleUse\oneuse1e\tmp\lob6165.tmp In-Reply-To: <2081941278.1209585115639.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-3655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12635721#action_12635721 ] Knut Anders Hatlen commented on DERBY-3655: ------------------------------------------- Thanks, Kathey! I think the patch looks very good. Some small comments: - Should we also call removeLOBFile() from truncate() and replaceBytes() in LOBStreamControl? Those methods also close the file. (Perhaps a helper method to do close+remove would be appropriate?) - addLobFile() and removeLobFile() could be package private - Could LOBStreamControl.conn be made final? - Typo in javadoc for addLobFile(): fileto -> file to - "@param dbName" should be removed from LOBStreamControl's constructors - Not necessary as part of this issue, but in a follow-up patch we may consider removing the dbName field from LOBStreamControl. It's only used once in init(), so just calling conn.getDBName() would be simpler now. > errror in nightly regression test: LobStreamsTest:encryptedjunit.framework.AssertionFailedError: f:\jartest\JarResults.2008-04-29\ibm16_suites.All\system\singleUse\oneuse1e\tmp\lob6165.tmp > -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-3655 > URL: https://issues.apache.org/jira/browse/DERBY-3655 > Project: Derby > Issue Type: Bug > Components: Regression Test Failure > Affects Versions: 10.3.3.0, 10.4.2.0 > Environment: OS: Windows, Test: v10_4 branch insane jars, ibm16 jvm > OS: Windows, Test: v10_3 branch insane jars, ibm142 jvm > Reporter: Mike Matrigali > Assignee: Kathey Marsden > Attachments: derby-3655_diff.txt > > > There was 1 failure: > 1) LobStreamsTest:encryptedjunit.framework.AssertionFailedError: f:\jartest\JarResults.2008-04-29\ibm16_suites.All\system\singleUse\oneuse1e\tmp\lob6165.tmp > at org.apache.derbyTesting.junit.DropDatabaseSetup.removeDir(DropDatabaseSetup.java:130) > at org.apache.derbyTesting.junit.DropDatabaseSetup.removeDir(DropDatabaseSetup.java:128) > at org.apache.derbyTesting.junit.DropDatabaseSetup.access$000(DropDatabaseSetup.java:35) > at org.apache.derbyTesting.junit.DropDatabaseSetup$1.run(DropDatabaseSetup.java:105) > at java.security.AccessController.doPrivileged(AccessController.java:202) > at org.apache.derbyTesting.junit.DropDatabaseSetup.removeDirectory(DropDatabaseSetup.java:102) > at org.apache.derbyTesting.junit.DropDatabaseSetup.removeDirectory(DropDatabaseSetup.java:98) > at org.apache.derbyTesting.junit.DropDatabaseSetup.removeDatabase(DropDatabaseSetup.java:91) > at org.apache.derbyTesting.junit.DropDatabaseSetup.tearDown(DropDatabaseSetup.java:77) > at junit.extensions.TestSetup$1.protect(TestSetup.java:20) > at junit.extensions.TestSetup.run(TestSetup.java:23) > at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22) > at junit.extensions.TestSetup$1.protect(TestSetup.java:19) > at junit.extensions.TestSetup.run(TestSetup.java:23) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.