From dev-return-36046-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Thu Dec 09 20:34:56 2010 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 41992 invoked from network); 9 Dec 2010 20:34:56 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Dec 2010 20:34:56 -0000 Received: (qmail 67340 invoked by uid 500); 9 Dec 2010 20:34:56 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 67298 invoked by uid 500); 9 Dec 2010 20:34:56 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 67291 invoked by uid 99); 9 Dec 2010 20:34:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Dec 2010 20:34:56 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of antoine@gmx.de designates 213.165.64.23 as permitted sender) Received: from [213.165.64.23] (HELO mail.gmx.net) (213.165.64.23) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 09 Dec 2010 20:34:49 +0000 Received: (qmail invoked by alias); 09 Dec 2010 20:34:27 -0000 Received: from unknown (EHLO [192.168.94.119]) [38.100.172.138] by mail.gmx.net (mp045) with SMTP; 09 Dec 2010 21:34:27 +0100 X-Authenticated: #22961642 X-Provags-ID: V01U2FsdGVkX190I4M2jnd0c+LAZIyjp0fTwExmRxV8DiwK/+dOi/ 2lhF2xG86RCkus Message-ID: <4D013D2F.3030200@gmx.de> Date: Thu, 09 Dec 2010 15:33:51 -0500 From: Antoine Levy-Lambert User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: Latest trunk test failures on Windows XP References: <305_1291922898_oB9JSHs4001995_OF6475F3E7.4B16F517-ON852577F4.00657158-852577F4.006AF63D@gdls.com> <4D012EF2.7000709@gmail.com> In-Reply-To: <4D012EF2.7000709@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 On 12/9/2010 2:33 PM, Emmanuel Lecharny wrote: > On 12/9/10 8:28 PM, feezelr@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