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 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:03r.david.murraysetrecipients: + r.david.murray, pitrou
2009-10-14 16:07:03r.david.murraysetmessageid: <1255536423.67.0.1834189118.issue7127@psf.upfronthosting.co.za>
2009-10-14 16:07:02r.david.murraylinkissue7127 messages
2009-10-14 16:07:01r.david.murraycreate