Message94003
| Author | r.david.murray |
|---|---|
| Recipients | pitrou, r.david.murray |
| Date | 2009-10-14.16:07:01 |
| SpamBayes Score | 7.7850404e-10 |
| Marked as misclassified | No |
| Message-id | <1255536423.67.0.1834189118.issue7127@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
If a test writes to stderr, then the -j (multiprocessing) support in regrtest fails to correctly extract the JSON data from the test output, resulting in a JSON traceback followed by a failure of the worker thread. Antoine has suggested tagging the JSON result string with a prefix and looking for that prefix, instead of the current method (which assumes that the JSON result string is at the end of the output from the test). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-10-14 16:07:03 | r.david.murray | set | recipients: + r.david.murray, pitrou |
| 2009-10-14 16:07:03 | r.david.murray | set | messageid: <1255536423.67.0.1834189118.issue7127@psf.upfronthosting.co.za> |
| 2009-10-14 16:07:02 | r.david.murray | link | issue7127 messages |
| 2009-10-14 16:07:01 | r.david.murray | create | |