bzr 0.11 release candidate 1
John Arbash Meinel
john at arbash-meinel.com
Mon Sep 25 21:09:13 BST 2006
Alexander Belchenko wrote:
> Robert Collins пишет:
>> On Mon, 2006-09-25 at 13:28 +0300, Alexander Belchenko wrote:
>>> Robert Collins пишет:
>>>> Its time for our second time based release. This is the first release
>>>> candidate for bzr 0.11 and is suitable for widespread testing.
>>> I want to say that selftest still hangs on win32 in test
>>> test_smart_transport.WritableEndToEndTests.test_get_error_enoent.
>>
>> Have you had time to try andrews suggestions ?
>
> I tried and posted results. See that thread.
>
> In short: Andrew's suggestion make selftest pass instead of hang but
> anyway system behaves incorrectly.
>
> --
> Alexander
What do you mean by 'system behaves incorrectly'? If you are talking
about the final traceback where it says "NoneType is not callable" that
is a bug in how paramiko cleans up at teardown time. We spawn a thread
as part of the test suite, which then seems to hang around a little too
long, so when it goes to clean up, some of the system modules have
already been garbage collected.
So we should figure out how to cleanup correctly, but as long as the
test suite doesn't actually hang, I think we are okay.
But this does mean we need an rc2 which has Andrews fix to prevent
hanging on the socket.
John
=:->
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 254 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060925/95d94454/attachment.pgp
More information about the bazaar
mailing list