selftest results for lp:bzr revno.4804

Andrew Bennetts andrew.bennetts at canonical.com
Tue Nov 17 12:48:03 GMT 2009


Alexander Belchenko wrote:
> IIUC latest improvements for selftest on win32 from John has landed.
> I've tried to run tests on lp:bzr revno.4804.
> 
> selftest running for almost 3 hours on my Windows XP and finished
> with result:
> 
> Ran 23081 tests in 9306.360s
> 
> FAILED (failures=13, errors=500, known_failure_count=27)
[...]
> bzrlib.tests.blackbox.test_branch.TestBranchStacked.test_branch_stacked_from_smart_server
> is leaking threads among 1841 leaking tests.
> 565 non-main threads were left active in the end.

Hmmm.  There are many problems in that log, but the majority of the failures
appear to be “error: can't start new thread”.  Given the rather large number of
tests reported to be leaking threads we're probably hitting some limitations on
numbers of allowed threads on XP.  Time to spend more effort doing something
about the number of threads the test suite uses.  Although possibly --parallel
might be a workaround?

Thanks for the data.

-Andrew.




More information about the bazaar mailing list