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_asyncio failures on FreeBSD
Type: behavior Stage: needs patch
Components: Versions: Python 3.4
process
Status: closed Resolution: duplicate
Dependencies: Superseder: test_asyncio hanging for 1 hour (AIX version, hangs in test_subprocess_interactive)
View: 19293
Assigned To: Nosy List: gvanrossum, koobs, pitrou, python-dev, skrah, vstinner
Priority: normal Keywords: buildbot, patch

Created on 2013-10-18 18:37 by skrah, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue19285.patch skrah, 2013-10-18 18:51 review
Messages (5)
msg200294 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2013-10-18 18:37
I'm splitting this off of #19262, since certain failures (hanging for
one hour) remind me of #15599, which is an issue of epic proportions.

Also it should not be a release blocker, since threading failures under
FreeBSD-9 (running under KVM!) aren't uncommon.
msg200296 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2013-10-18 18:49
If the FreeBSD-9.0 bot is heavily loaded, some tests have to be relaxed
(see patch). I can make them conditional on FreeBSD if you prefer.

The hanging still occurs sporadically.
msg200304 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2013-10-18 20:17
Lgtm. Check it in if you can, otherwise I'll take care of it later.

--Guido van Rossum (sent from Android phone)
On Oct 18, 2013 11:51 AM, "Stefan Krah" <report@bugs.python.org> wrote:

>
> Changes by Stefan Krah <stefan-usenet@bytereef.org>:
>
>
> ----------
> keywords: +patch
> Added file: http://bugs.python.org/file32209/issue19285.patch
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue19285>
> _______________________________________
>
msg200315 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-10-18 22:17
New changeset e042deeeb703 by Guido van Rossum in branch 'default':
Relax some asyncio test timeouts (http://bugs.python.org/issue19285).
http://hg.python.org/cpython/rev/e042deeeb703
msg200439 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2013-10-19 16:29
Ok, the timings have been adjusted, so I'm making #19293 a superseder
for the hanging issue.
History
Date User Action Args
2022-04-11 14:57:52adminsetgithub: 63484
2013-10-19 16:29:42skrahsetstatus: open -> closed
superseder: test_asyncio hanging for 1 hour (AIX version, hangs in test_subprocess_interactive)
resolution: duplicate
messages: + msg200439
2013-10-18 22:50:04vstinnersetnosy: + vstinner
2013-10-18 22:17:57python-devsetnosy: + python-dev
messages: + msg200315
2013-10-18 20:17:54gvanrossumsetmessages: + msg200304
2013-10-18 18:51:13skrahsetfiles: + issue19285.patch
keywords: + patch
2013-10-18 18:49:11skrahsetmessages: + msg200296
2013-10-18 18:37:42skrahcreate