On 12/9/2010 2:33 PM, Emmanuel Lecharny wrote:
On 12/9/10 8:28 PM, feez...@gdls.com wrote:
I've just checked out trunk and I'm getting a couple of test failures.

First ReplayCacheImplTest was failing until I changed line 100 to "Thread.
sleep( 1200 );"
Second org.apache.directory.server.config.LdapServerConfigReaderTest fails
with an error trying to delete the contents of the work directory:



This looks to me like another instance of an attempt to delete a file
while it is still open.  This type of problem seems to be unique to the
Windows environment.  In this case, however, it's not obvious to my why
the file would be in use. Is this possibly a consequence of trying to run
tests concurrently?
Probably. It's a serious issue we already faced lately and we have fixed some of them, but it seems there are some remaining failures.

Sadly, none of us have a windows env to debug the code...


I have a Windows env. I will try that.

Antoine

Reply via email to