Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-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 7718C7FCF for ; Tue, 23 Aug 2011 17:47:03 +0000 (UTC) Received: (qmail 32615 invoked by uid 500); 23 Aug 2011 17:47:00 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 32226 invoked by uid 500); 23 Aug 2011 17:47:00 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 32075 invoked by uid 99); 23 Aug 2011 17:46:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2011 17:46:59 +0000 X-ASF-Spam-Status: No, hits=-2000.9 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2011 17:46:57 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 30D8CCC46F for ; Tue, 23 Aug 2011 17:46:36 +0000 (UTC) Date: Tue, 23 Aug 2011 17:46:36 +0000 (UTC) From: "Robert Muir (JIRA)" To: dev@lucene.apache.org Message-ID: <1510574891.5970.1314121596197.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1877700627.5956.1314121595760.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (LUCENE-3398) TestCompoundFile fails on windows MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-3398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13089615#comment-13089615 ] Robert Muir commented on LUCENE-3398: ------------------------------------- {noformat} junit-sequential: [junit] Testsuite: org.apache.lucene.index.TestCompoundFile [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.227 sec [junit] [junit] ------------- Standard Error ----------------- [junit] NOTE: reproduce with: ant test -Dtestcase=TestCompoundFile -Dtestmethod=testReadNestedCFP -Dtests.seed=-61cb66ec0d71d1ac:-46685c36ec38fd32:568c63299214892c [junit] NOTE: test params are: codec=RandomCodecProvider: {}, locale=de_DE, timezone=Asia/Gaza [junit] NOTE: all tests run in this JVM: [junit] [TestCompoundFile] [junit] NOTE: Windows Vista 6.0 x86/Sun Microsystems Inc. 1.6.0_23 (32-bit)/cpus=4,threads=1,free=11693688,total=16252928 [junit] ------------- ---------------- --------------- [junit] Testcase: testReadNestedCFP(org.apache.lucene.index.TestCompoundFile): Caused an ERROR [junit] Cannot delete C:\Users\rmuir\workspace\trunky\lucene\build\test\1\test5610056101tmp\b_1.xyz [junit] java.io.IOException: Cannot delete C:\Users\rmuir\workspace\trunky\lucene\build\test\1\test5610056101tmp\b_1.xyz [junit] at org.apache.lucene.store.FSDirectory.deleteFile(FSDirectory.java:287) [junit] at org.apache.lucene.store.CompoundFileWriter.copyFileEntry(CompoundFileWriter.java:205) [junit] at org.apache.lucene.store.CompoundFileWriter.prunePendingEntries(CompoundFileWriter.java:272) [junit] at org.apache.lucene.store.CompoundFileWriter.access$200(CompoundFileWriter.java:59) [junit] at org.apache.lucene.store.CompoundFileWriter$DirectCFSIndexOutput.close(CompoundFileWriter.java:335) [junit] at org.apache.lucene.index.TestCompoundFile.testReadNestedCFP(TestCompoundFile.java:722) [junit] at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1530) [junit] at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1432) [junit] [junit] [junit] Test org.apache.lucene.index.TestCompoundFile FAILED {noformat} > TestCompoundFile fails on windows > --------------------------------- > > Key: LUCENE-3398 > URL: https://issues.apache.org/jira/browse/LUCENE-3398 > Project: Lucene - Java > Issue Type: Bug > Affects Versions: 4.0 > Reporter: Robert Muir > > ant test-core -Dtestcase=TestCompoundFile -Dtestmethod=testReadNestedCFP -Dtests.seed=-61cb66ec0d71d1ac:-46685c36ec38fd32:568c63299214892c -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org