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.
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 -> closed superseder: test_asyncio hanging for 1 hour (AIX version, hangs in test_subprocess_interactive) resolution: duplicate messages: + msg200439 |
| 2013年10月18日 22:50:04 | vstinner | set | nosy:
+ vstinner |
| 2013年10月18日 22:17:57 | python-dev | set | nosy:
+ python-dev messages: + msg200315 |
| 2013年10月18日 20:17:54 | gvanrossum | set | messages: + msg200304 |
| 2013年10月18日 18:51:13 | skrah | set | files:
+ issue19285.patch keywords: + patch |
| 2013年10月18日 18:49:11 | skrah | set | messages: + msg200296 |
| 2013年10月18日 18:37:42 | skrah | create | |