[issue45128] test_multiprocessing fails sporadically on the release artifacts

Alexander Kanavin report at bugs.python.org
Wed Sep 15 12:12:05 EDT 2021


Alexander Kanavin <alex.kanavin at gmail.com> added the comment:

I am seeing this one too in my yocto builds of 3.10rc2. What is bizarre is that the issue does not occur if the multiprocessing test is run in isolation:

python3 -m test -v test_multiprocessing_fork

but quite reliably does occur (three times in three different spots) if the whole test suite is executed:

python3 -m test -v

----------
nosy: +Alexander Kanavin

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45128>
_______________________________________


More information about the Python-bugs-list mailing list