[issue25285] regrtest: run tests in subprocesses with -j1 on buildbots

STINNER Victor report at bugs.python.org
Fri May 20 07:42:12 EDT 2016


STINNER Victor added the comment:

changeset:   101449:6f7e5b51c8fb
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Fri May 20 13:15:55 2016 +0200
files:       Lib/test/libregrtest/cmdline.py Misc/NEWS Tools/buildbot/test.bat
description:
regrtest doesn't ignore -j1 anymore

* regrtest now uses subprocesses when the -j1 command line option
  is used: each test file runs in a fresh child process. Before, the -j1 option
  was ignored.
* Tools/buildbot/test.bat script now uses -j1 by default to run
  each test file in fresh child process.

----------
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25285>
_______________________________________


More information about the Python-bugs-list mailing list