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 terry.reedy, vstinner
Date 2021-09-17.21:01:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631912519.63.0.500035143643.issue45200@roundup.psfhosted.org>
In-reply-to
Content
I'm able to reproduce the issue in a reliable way using attached bisect10 file and the command:

$ ./python -m test test_multiprocessing_fork --timeout=40 -v --matchfile=bisect10
(...)
test_fork (test.test_multiprocessing_fork.WithProcessesTestQueue) ... ok
test_get (test.test_multiprocessing_fork.WithProcessesTestQueue) ... 
Timeout (0:00:40)!
Thread 0x00007fd0552025c0 (most recent call first):
  File "/home/vstinner/python/main/Lib/multiprocessing/synchronize.py", line 261 in wait
  File "/home/vstinner/python/main/Lib/multiprocessing/synchronize.py", line 349 in wait
  File "/home/vstinner/python/main/Lib/test/_test_multiprocessing.py", line 1003 in test_get
(...)

bisect10 contains 68 tests.
History
Date User Action Args
2021-09-17 21:01:59vstinnersetrecipients: + vstinner, terry.reedy
2021-09-17 21:01:59vstinnersetmessageid: <1631912519.63.0.500035143643.issue45200@roundup.psfhosted.org>
2021-09-17 21:01:59vstinnerlinkissue45200 messages
2021-09-17 21:01:59vstinnercreate