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: multiprocessing test failures can hang the buildbots
Type: Stage: resolved
Components: Versions: Python 3.2, Python 3.3, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jcea Nosy List: jcea, python-dev
Priority: normal Keywords:

Created on 2011-09-09 18:25 by jcea, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg143783 - (view) Author: Jesús Cea Avión (jcea) * (Python committer) Date: 2011-09-09 18:25
Some failures in the multiprocessing testsuite can leave processes around, hanging the buildbots (until the timeout).

I take care of this myself.
msg143785 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-09-09 18:35
New changeset ebeb58f3de39 by Jesus Cea in branch '3.2':
Close issue #12948: multiprocessing test failures can hang the buildbots
http://hg.python.org/cpython/rev/ebeb58f3de39

New changeset 1e189d55721c by Jesus Cea in branch 'default':
Close issue #12948: multiprocessing test failures can hang the buildbots
http://hg.python.org/cpython/rev/1e189d55721c

New changeset b376534856a3 by Jesus Cea in branch '2.7':
Close issue #12948: multiprocessing test failures can hang the buildbots
http://hg.python.org/cpython/rev/b376534856a3
msg143800 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-09-09 20:17
New changeset 9f4d72da69a8 by Jesus Cea in branch '2.7':
Fix issue #12948: multiprocessing test failures can hang the buildbots
http://hg.python.org/cpython/rev/9f4d72da69a8

New changeset 559ea53e25df by Jesus Cea in branch '3.2':
Fix issue #12948: multiprocessing test failures can hang the buildbots
http://hg.python.org/cpython/rev/559ea53e25df

New changeset c9a72fb5968d by Jesus Cea in branch 'default':
Fix issue #12948: multiprocessing test failures can hang the buildbots
http://hg.python.org/cpython/rev/c9a72fb5968d
History
Date User Action Args
2022-04-11 14:57:21adminsetgithub: 57157
2011-09-09 20:17:17python-devsetmessages: + msg143800
2011-09-09 18:35:46jceasetstatus: open -> closed
resolution: fixed
stage: resolved
2011-09-09 18:35:05python-devsetnosy: + python-dev
messages: + msg143785
2011-09-09 18:25:34jceacreate