Issue 19285: test_asyncio failures on FreeBSD (original) (raw)

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:52 admin set github: 63484
2013-10-19 16:29:42 skrah set status: open -> closedsuperseder: test_asyncio hanging for 1 hour (AIX version, hangs in test_subprocess_interactive)resolution: duplicatemessages: +
2013-10-18 22:50:04 vstinner set nosy: + vstinner
2013-10-18 22:17:57 python-dev set nosy: + python-devmessages: +
2013-10-18 20:17:54 gvanrossum set messages: +
2013-10-18 18:51:13 skrah set files: + issue19285.patchkeywords: + patch
2013-10-18 18:49:11 skrah set messages: +
2013-10-18 18:37:42 skrah create