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.

classification
Title: test_multiprocessing_fork probabilistic failure
Type: behavior Stage:
Components: Tests Versions: Python 3.11, Python 3.10, Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: sxt1001
Priority: normal Keywords:

Created on 2022-04-07 13:41 by sxt1001, last changed 2022-04-11 14:59 by admin.

Files
File name Uploaded Description Edit
test hang on.png sxt1001, 2022-04-07 13:41
Messages (2)
msg416926 - (view) Author: tongxiaoge (sxt1001) Date: 2022-04-07 13:41
This problem is probabilistic. I run Python3 all test cases on OBS. In recent months, there have been about three times that the test cases hang on probabilistically. The current version with problems is 3.10.2, this problem has also appeared in 3.10.0 and 3.9.9.
msg416927 - (view) Author: tongxiaoge (sxt1001) Date: 2022-04-07 13:50
I previously suspected the patch d0d83a9 (https://github.com/python/cpython/commit/d0d83a94314402366e04e7ea2638f809510eb830) fixed this problem, so I upgraded python3 to 3.10.2, but the problem still occurred.
History
Date User Action Args
2022-04-11 14:59:58adminsetgithub: 91405
2022-04-07 13:50:37sxt1001setmessages: + msg416927
2022-04-07 13:41:52sxt1001create