This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients barry, maxking, r.david.murray, serhiy.storchaka, vstinner, xtreak
Date 2020-01-09.11:04:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578567847.88.0.940730668156.issue39029@roundup.psfhosted.org>
In-reply-to
Content
./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.
History
Date User Action Args
2020-01-09 11:04:07vstinnersetrecipients: + vstinner, barry, r.david.murray, serhiy.storchaka, maxking, xtreak
2020-01-09 11:04:07vstinnersetmessageid: <1578567847.88.0.940730668156.issue39029@roundup.psfhosted.org>
2020-01-09 11:04:07vstinnerlinkissue39029 messages
2020-01-09 11:04:07vstinnercreate