Lucene test sometime fail on Windows
------------------------------------

                 Key: MRM-160
                 URL: http://jira.codehaus.org/browse/MRM-160
             Project: Archiva
          Issue Type: Bug
          Components: indexing
         Environment: Windows 2000 / JRE 1.5.0_8
            Reporter: nicolas de loof
            Priority: Minor


When building archiva, I sometime get Failures on some Lucene tests :
   java.io.IOException: Directory 
D:\opensources\archiva\archiva-indexer\target\test-index unable to be deleted.

This exception is throwed by commons-io FileUtils.deleteDirectory.

According to http://www.gossamer-threads.com/lists/lucene/java-user/39116, some 
file handler opened by Lucene may stay opened and must wait for GC to be 
closed. Maybe this is an Lucene issue (handler may be closed explicitly, not 
just waiting for GC to do the job) ?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to