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.

Author gvanrossum
Recipients David.Edelsohn, db3l, gvanrossum, koobs, larry, ncoghlan, neologix, pitrou, python-dev, sbt, skrah, vstinner
Date 2013-11-19.15:43:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384875824.6.0.632074870129.issue19652@psf.upfronthosting.co.za>
In-reply-to
Content
The traceback is pretty useless. So is the title of the other bug report "hangs for 1 hour" (which just means it hangs forever but the test runner kills it after one hour).

We would need to run the tests with -v so at least we can pinpoint which of the 600 or so tests in test_asyncio is failing.

PS. Off-topic: "raise Exception(...)" is poor coding style:
  File "/Users/buildbot/buildarea/3.x.murray-snowleopard/build/Lib/test/regrtest.py", line 736, in main
    raise Exception("Child error on {}: {}".format(test, result[1]))
History
Date User Action Args
2013-11-19 15:43:44gvanrossumsetrecipients: + gvanrossum, db3l, ncoghlan, pitrou, vstinner, larry, skrah, neologix, python-dev, sbt, koobs, David.Edelsohn
2013-11-19 15:43:44gvanrossumsetmessageid: <1384875824.6.0.632074870129.issue19652@psf.upfronthosting.co.za>
2013-11-19 15:43:44gvanrossumlinkissue19652 messages
2013-11-19 15:43:44gvanrossumcreate