Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 64152 invoked from network); 13 Jun 2007 06:15:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jun 2007 06:15:48 -0000 Received: (qmail 51723 invoked by uid 500); 13 Jun 2007 06:15:50 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 51698 invoked by uid 500); 13 Jun 2007 06:15:50 -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 51686 invoked by uid 99); 13 Jun 2007 06:15:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jun 2007 23:15:50 -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; Tue, 12 Jun 2007 23:15:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 551247141E5 for ; Tue, 12 Jun 2007 23:15:26 -0700 (PDT) Message-ID: <9093098.1181715326345.JavaMail.jira@brutus> Date: Tue, 12 Jun 2007 23:15:26 -0700 (PDT) From: "Anurag Shekhar (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-2715) AssertionFailedError in LobStreamsTest and ClobUpdateableReaderTest on WinXP, Win2003 In-Reply-To: <179782.1180367055584.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-2715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504133 ] Anurag Shekhar commented on DERBY-2715: --------------------------------------- LobStreamsTest and ClobUpdateableReaderTest are not using any internal interfaces. The file generated are results of some of the operations performed (setString and Writer.write). The bug this patch address is to delete the abandoned before switching to new file. DERBY-2787 address the issue of deleting file once Clob is no longer usable (due to commit/rollback or closed connection) > AssertionFailedError in LobStreamsTest and ClobUpdateableReaderTest on WinXP, Win2003 > ------------------------------------------------------------------------------------- > > Key: DERBY-2715 > URL: https://issues.apache.org/jira/browse/DERBY-2715 > Project: Derby > Issue Type: Bug > Components: Regression Test Failure > Affects Versions: 10.3.0.0 > Environment: OS: WinXP, Win Vista, Win2003 > VM: Sun 1.4, 1.5, 1.6 > Reporter: Ole Solberg > Assignee: Anurag Shekhar > Priority: Minor > Attachments: derby-2715.diff > > > http://dbtg.thresher.com/derby/test/Daily/jvm1.4/testing/testlog/w2003/541997-suitesAll_diff.txt > http://dbtg.thresher.com/derby/test/Daily/jvm1.5/testing/testlog/w2003/541997-suitesAll_diff.txt > http://dbtg.thresher.com/derby/test/Daily/jvm1.6/testing/testlog/w2003/541997-suitesAll_diff.txt > http://dbtg.thresher.com/derby/test/trunk15/jvm1.5/testing/testlog/CYGWIN_NT-5.1_i686-unknown/542008-org.apache.derbyTesting.functionTests.suites.All_diff.txt -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.