[issue31687] test_semaphore_tracker() of test_multiprocessing_spawn fails randomly (race condition?)

stevezh report at bugs.python.org
Thu Nov 30 21:38:08 EST 2017


stevezh <cisjiong at gmail.com> added the comment:

It maybe the semaphore tracker process doesn't unlink the semaphore as soon as possible when child process exit when the system is slow. Increase test case's time in the child and before assertRaises will help.

----------
nosy: +stevezh

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


More information about the Python-bugs-list mailing list