Message359666
./python.exe -Wall -m test -R 4:4 -j 4 test_mailbox -m test_clean
With this command: test_mailbox is run exactly once. It's not run in parallel. But the same test is run 8 times.
os.getpid() = 27901
support.TESTFN = '@test_27901_tmp'
os.getpid() = 27901
support.TESTFN = '@test_27901_tmp'
That sounds consistent: same pid means same TESTFN. |
|
Date |
User |
Action |
Args |
2020-01-09 11:04:07 | vstinner | set | recipients:
+ vstinner, barry, r.david.murray, serhiy.storchaka, maxking, xtreak |
2020-01-09 11:04:07 | vstinner | set | messageid: <1578567847.88.0.940730668156.issue39029@roundup.psfhosted.org> |
2020-01-09 11:04:07 | vstinner | link | issue39029 messages |
2020-01-09 11:04:07 | vstinner | create | |
|