]> granicus.if.org Git - python/commit
Issue #25220: Enhance regrtest -jN
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Sep 2015 22:33:29 +0000 (00:33 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Sep 2015 22:33:29 +0000 (00:33 +0200)
commit76f756d9344157d893ce49503327af315c7c3b9c
treef6aee7fb0005017c8855c05964044718a24e4be7
parent02319804ea4b92e11fef6adce63698da8c44052a
Issue #25220: Enhance regrtest -jN

Running the Python test suite with -jN now:

- Display the duration of tests which took longer than 30 seconds
- Display the tests currently running since at least 30 seconds
- Display the tests we are waiting for when the test suite is interrupted

Clenaup also run_test_in_subprocess() code.
Lib/test/libregrtest/runtest_mp.py