Message359669
> I was always under the assumption that -j 4 runs tests in parallel
If you run one test file, even with -j1000, only one test file will be run in parallel :-)
To run the same file in parallel, you have to ask to run it more than once: "-j2 test_mailbox test_mailbox" or "-j2 test_mailbox -F" for example.
-F runs the same tests in a loop until it fails. It's a convenient way to run the same test in parallel to detect race conditions ;-) |
|
Date |
User |
Action |
Args |
2020-01-09 11:21:28 | vstinner | set | recipients:
+ vstinner, barry, r.david.murray, serhiy.storchaka, maxking, xtreak |
2020-01-09 11:21:28 | vstinner | set | messageid: <1578568888.72.0.401440323535.issue39029@roundup.psfhosted.org> |
2020-01-09 11:21:28 | vstinner | link | issue39029 messages |
2020-01-09 11:21:28 | vstinner | create | |
|