RE: failure of some PyLucene tests on windows OS

2011-04-15 Thread Thomas Koch
> I'd expect anyone running on Windows to see these test failures. > > Andi.. > So what do you think about this issue - can we ignore this or claim it's a windows bug or hope that 'just' the test code is wrong? I'd suggest to at least apply the mentioned fix (i.e. uncomment the close call in t

RE: failure of some PyLucene tests on windows OS

2011-04-14 Thread Thomas Koch
> Well, sure, not running the code that breaks solves the problem. But can you > then run the tests multiple times ? > [Thomas Koch] note that previously closeStore() was not called, but now when calling it the test_PyLucene runs OK. And yes I can run tests several times- on PyLucene2.9 the index

Re: failure of some PyLucene tests on windows OS

2011-04-14 Thread Andi Vajda
On Apr 14, 2011, at 1:13, "Thomas Koch" wrote: > Hi, > I've observed some tests failing on my windows build of PyLucene. > Tested with PyLucene 2.9(.2) and PyLucene 3.1(.0) (latest) with Python 2.6. > > The problem is with test_PyLucene.py and test_PythonDirectory.py and looks > like some file

RE: failure of some PyLucene tests on windows OS

2011-04-14 Thread Thomas Koch
homas > -Original Message- > From: Thomas Koch [mailto:k...@orbiteam.de] > Sent: Thursday, April 14, 2011 10:13 AM > To: pylucene-dev@lucene.apache.org > Subject: failure of some PyLucene tests on windows OS > > Hi, > I've observed some tests failing on my window

failure of some PyLucene tests on windows OS

2011-04-14 Thread Thomas Koch
Hi, I've observed some tests failing on my windows build of PyLucene. Tested with PyLucene 2.9(.2) and PyLucene 3.1(.0) (latest) with Python 2.6. The problem is with test_PyLucene.py and test_PythonDirectory.py and looks like some file lock issue. The test fixture tries to cleanup the created in