Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8C4E318006 for ; Thu, 4 Feb 2016 20:09:40 +0000 (UTC) Received: (qmail 6385 invoked by uid 500); 4 Feb 2016 20:09:40 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 6330 invoked by uid 500); 4 Feb 2016 20:09:40 -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 6021 invoked by uid 99); 4 Feb 2016 20:09:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Feb 2016 20:09:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E2E1F2C1F5C for ; Thu, 4 Feb 2016 20:09:39 +0000 (UTC) Date: Thu, 4 Feb 2016 20:09:39 +0000 (UTC) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (DERBY-6864) RawDBReaderTest fails on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-6864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-6864. ------------------------------------- Resolution: Fixed The test seems to pass now. Closing. > RawDBReaderTest fails on Windows > -------------------------------- > > Key: DERBY-6864 > URL: https://issues.apache.org/jira/browse/DERBY-6864 > Project: Derby > Issue Type: Bug > Components: Test > Affects Versions: 10.13.0.0 > Environment: Windows 10 > JDK 8u71 > Derby trunk revision 1728254 > Reporter: Knut Anders Hatlen > Assignee: Knut Anders Hatlen > Fix For: 10.13.0.0 > > Attachments: d6864-2.diff, d6864.diff > > > RawDBReaderTest fails on Windows with the following output: > {noformat} > . attempt 1 left 2 files/dirs behind: 0=extinout\recovery.sql 1=extinout > attempt 2 left 2 files/dirs behind: 0=extinout\recovery.sql 1=extinout > attempt 3 left 2 files/dirs behind: 0=extinout\recovery.sql 1=extinout > attempt 4 left 2 files/dirs behind: 0=extinout\recovery.sql 1=extinout > F > Time: 39,498 > There was 1 failure: > 1) RawDBReaderTest:embeddedjunit.framework.AssertionFailedError: Failed to delete 2 files (root=C:\cygwin64\tmp\derbytst\extinout): C:\cygwin64\tmp\derbytst\extinout\recovery.sql (isDir=false, canRead=true, canWrite=true, size=801), C:\cygwin64\tmp\derbytst\extinout (isDir=true, canRead=true, canWrite=true, size=0) > at org.apache.derbyTesting.junit.BaseTestCase.assertDirectoryDeleted(BaseTestCase.java:1125) > at org.apache.derbyTesting.junit.DropDatabaseSetup.removeDirectory(DropDatabaseSetup.java:128) > at org.apache.derbyTesting.junit.DropDatabaseSetup.removeDirectory(DropDatabaseSetup.java:118) > at org.apache.derbyTesting.junit.SupportFilesSetup.tearDown(SupportFilesSetup.java:130) > at junit.extensions.TestSetup$1.protect(TestSetup.java:24) > at junit.extensions.TestSetup.run(TestSetup.java:27) > FAILURES!!! > Tests run: 1, Failures: 1, Errors: 0 > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)