[win32] bzr.dev r1599 selftest result on win32

Alexander Belchenko bialix at ukr.net
Sat Mar 25 11:47:25 GMT 2006


I want to share result of selftest on my windows machine for fresh copy
of bzr.dev r1599 (I do export to fresh directory and then run selftest):

Ran 1771 tests in 545.516s

FAILED (failures=28, errors=147)


During selftest I have multiple errors related to locks:

E:\work\Python\bzr\bzr.dev-test>python bzr selftest -v > test.log
running tests...
E:\work\Python\bzr\bzr.dev-test\bzrlib\transport\ftp.py:392:
UserWarning: There are no FTP transport provider tests yet.
   warn("There are no FTP transport provider tests yet.")
E:\work\Python\bzr\bzr.dev-test\bzrlib\lock.py:62: UserWarning: lock on
<open file
u'E:/work/Python/bzr/bzr.dev-test/test0000.tmp/interrepository_implementations.test_interrepository.TestInterRepository.test_fetch_missing_revision_same_location_fails(InterRepository)/.bzr/branch-lock',mode 

'wb' at 0x0289D3C8> not released
   warn("lock on %r not released" % self.f)
Exception bzrlib.errors.LockError: <bzrlib.errors.LockError instance at
0x0289E990> in <bound method _w32c_WriteLock.__del__ of
<bzrlib.lock._w32c_WriteLock object at 0x028A5230>> ignored
E:\work\Python\bzr\bzr.dev-test\bzrlib\lock.py:62: UserWarning: lock on
<open file u'E:/work/Python/bzr/bzr.dev-test/test0000.tm
p/interrepository_implementations.test_interrepository.TestInterRepository.test_fetch_same_location_trivial_works(InterRepository)/.bzr/branch-lock', 

mode 'wb' at 0x0289D3C8> not released
   warn("lock on %r not released" % self.f)
Exception bzrlib.errors.LockError: <bzrlib.errors.LockError instance at
0x028A80A8> in <bound method _w32c_WriteLock.__del__ of
<bzrlib.lock._w32c_WriteLock object at 0x028A5130>> ignored
bzr: ERROR: exceptions.OSError: [Errno 13] Permission denied:
u'E:/work/Python/bzr/bzr.dev-test/test0000.tmp\\test_transport_implementations.TestTransportImplementation.test_mkdir_permissions(LocalRelpathServer)\\dmode555'
   at C:\Python24\lib\shutil.py line 170
   in rmtree

Deleting of test0000.tmp directory also fails because of read-only files
in it (it is regression since bzr 0.7).

--
Alexander





More information about the bazaar mailing list