Message213493
| 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:29 | vstinner | set | recipients: + vstinner, ncoghlan, pitrou, ned.deily, r.david.murray, neologix, zach.ware, serhiy.storchaka |
| 2014-03-13 22:58:29 | vstinner | set | messageid: <1394751509.11.0.975017292131.issue20910@psf.upfronthosting.co.za> |
| 2014-03-13 22:58:29 | vstinner | link | issue20910 messages |
| 2014-03-13 22:58:28 | vstinner | create | |