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.19:04:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631905481.24.0.0106256509846.issue45200@roundup.psfhosted.org>
In-reply-to
Content
test_multiprocessing_fork also failed on the GitHub Action "Address sanitizer" job:
https://github.com/python/cpython/pull/28419

test_get (test.test_multiprocessing_fork.WithProcessesTestQueue) ... Timeout (0:20:00)!
Thread 0x00007f732679bbc0 (most recent call first):
  File "/home/runner/work/cpython/cpython/Lib/multiprocessing/synchronize.py", line 261 in wait
  File "/home/runner/work/cpython/cpython/Lib/multiprocessing/synchronize.py", line 349 in wait
  File "/home/runner/work/cpython/cpython/Lib/test/_test_multiprocessing.py", line 1001 in test_get
History
Date User Action Args
2021-09-17 19:04:41vstinnersetrecipients: + vstinner, terry.reedy
2021-09-17 19:04:41vstinnersetmessageid: <1631905481.24.0.0106256509846.issue45200@roundup.psfhosted.org>
2021-09-17 19:04:41vstinnerlinkissue45200 messages
2021-09-17 19:04:41vstinnercreate