Message 132643 - Python tracker
Message132643
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2011-03-31.10:19:44 |
| SpamBayes Score | 2.00908e-06 |
| Marked as misclassified | No |
| Message-id | <1301566785.42.0.872105634784.issue11727@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I would be nice to add a timeout option to regrtest.py to be able to dump the traceback after TIMEOUT seconds and also exit the process. It would help debugging timeout issues (e.g. test_multiprocessing ), but also protect buildbots against evil (long) tests. Attached patch implements this feature. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-03-31 10:19:45 | vstinner | set | recipients: + vstinner |
| 2011-03-31 10:19:45 | vstinner | set | messageid: <1301566785.42.0.872105634784.issue11727@psf.upfronthosting.co.za> |
| 2011-03-31 10:19:44 | vstinner | link | issue11727 messages |
| 2011-03-31 10:19:44 | vstinner | create | |