]> granicus.if.org Git - python/commit
Ignore test failures caused by 'resource temporarily unavailable'
authorFacundo Batista <facundobatista@gmail.com>
Mon, 27 Aug 2007 01:15:34 +0000 (01:15 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Mon, 27 Aug 2007 01:15:34 +0000 (01:15 +0000)
commitf91ad6a5da65cbbf561c6859611b05c5fd83dedc
tree61f6b5f078c2aed1ec4d9fa1842a5af46443afb7
parent9eb9b107514e7a46ac7fc4f77910780a4cf006ca
Ignore test failures caused by 'resource temporarily unavailable'
exceptions raised in the test server thread, since SimpleXMLRPCServer
does not gracefully handle them.  Changed number of requests handled
by tests server thread to one (was 2) because no tests require more
than one request. [GSoC - Alan McIntyre]
Lib/test/test_xmlrpc.py