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 vstinner
Recipients ncoghlan, ned.deily, neologix, pitrou, r.david.murray, serhiy.storchaka, vstinner, zach.ware
Date 2014-03-13.22:58:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394751509.11.0.975017292131.issue20910@psf.upfronthosting.co.za>
In-reply-to
Content
"I've sped up "wait for something to happen" tests in other contexts and
found the best solution to be a polling loop so that success is as fast as possible and failure may be slow."

more_reliable_tests.patch tries to fix tests to not depend on timings. But it is not always possible to synchronize without "arbitrary sleep". 

test_sleep.patch helps to detect such unstable test.
History
Date User Action Args
2014-03-13 22:58:29vstinnersetrecipients: + vstinner, ncoghlan, pitrou, ned.deily, r.david.murray, neologix, zach.ware, serhiy.storchaka
2014-03-13 22:58:29vstinnersetmessageid: <1394751509.11.0.975017292131.issue20910@psf.upfronthosting.co.za>
2014-03-13 22:58:29vstinnerlinkissue20910 messages
2014-03-13 22:58:28vstinnercreate