On 11/6/06, Lieven Govaerts <lgo@mobsol.be> wrote:
>
> Attached patch is my work in progress towards a parallelized python test
> suite. It's not completely finished, basically it needs some more
> testing, some fixes (not all the tests are passing), code cleanup and a
> log message. But, I send it to the list anyway, so people interested in
> this patch can already have a look at it .
Hi Lieven,
Great work! For present time I'm switching to Mac, so I've tested your patch:
[[
chmbook:~/Subversion/trunk/subversion/tests/cmdline ivan$ ./basic_tests.py -p
................................Traceback (most recent call last):
File "./basic_tests.py", line 1773, in ?
svntest.main.run_tests(test_list)
File "/Users/ivan/Subversion/trunk/subversion/tests/cmdline/svntest/main.py",
line 996, in run_tests
exit_code = _internal_run_tests(test_list, testnums, parallel)
File "/Users/ivan/Subversion/trunk/subversion/tests/cmdline/svntest/main.py",
line 868, in _internal_run_tests
finished_tests.sort(key=lambda test: test.index)
TypeError: sort() takes no keyword arguments
]]
May be it's because it doesn't support Python 2.3?
--
Ivan Zhakov
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 9 04:22:58 2006