STINNER Victor <vstin...@python.org> added the comment:
./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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue39029> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com