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 alanmcintyre
Recipients alanmcintyre, gvanrossum, schmir
Date 2008-03-26.22:10:05
SpamBayes Score 0.1344261
Marked as misclassified No
Message-id <1206569406.74.0.926900455348.issue1503@psf.upfronthosting.co.za>
In-reply-to
Content
It's my fault the xmlrpc tests try to use non-blocking sockets.  That
got added because sometimes failing tests would just sit there with the
server blocking until the entire test process got killed for running too
long.

There are some tests that are skipped in test_xmlrpc because of
(apparent) Windows socket quirks; should they also be skipped for OS X
PPC, or should the flaky tests just be scrapped?

When I was last working on this I couldn't come up with a better way to
run these tests, so unless somebody can suggest a new approach I'm just
left with recommending the skip & scrap options as the only way to stop
the flakiness.
History
Date User Action Args
2008-03-26 22:10:07alanmcintyresetspambayes_score: 0.134426 -> 0.1344261
recipients: + alanmcintyre, gvanrossum, schmir
2008-03-26 22:10:06alanmcintyresetspambayes_score: 0.134426 -> 0.134426
messageid: <1206569406.74.0.926900455348.issue1503@psf.upfronthosting.co.za>
2008-03-26 22:10:06alanmcintyrelinkissue1503 messages
2008-03-26 22:10:05alanmcintyrecreate