[issue26295] Random failures when running test suite in parallel (-m test -j0) caused by test_regrtest

STINNER Victor report at bugs.python.org
Fri Apr 1 15:48:50 EDT 2016


STINNER Victor added the comment:

Finally, I fixed the issue differently: test_regrtest now creates a temporary directory and uses --testdir command line parameter.

Before, using --testdir didn't work because regrtest always added "test." prefix to module names (ex: test_os => test.test_os). It isn't the case anymore when --testdir is used.

Buildbots are green, so I close the issue.

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

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


More information about the Python-bugs-list mailing list