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 georg.brandl
Recipients dstufft, ezio.melotti, georg.brandl
Date 2014-10-15.22:27:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413412028.88.0.410856906094.issue22650@psf.upfronthosting.co.za>
In-reply-to
Content
Our test suite currently contacts a range of hosts for different "online" tests, including python.org hosts.  This has led to sudden breakages in the past, e.g. when www.python.org changed URLs or switched to https by default.

It would probably a good idea to consolidate as much as possible into accessing a new VM called something like "testsuite.python.org", where the necessary services can be kept running regardless of the necessities of actual python.org services.

First step to do this is to compile a list of tests that could use the VM, and a list of services that need to be running.
History
Date User Action Args
2014-10-15 22:27:08georg.brandlsetrecipients: + georg.brandl, ezio.melotti, dstufft
2014-10-15 22:27:08georg.brandlsetmessageid: <1413412028.88.0.410856906094.issue22650@psf.upfronthosting.co.za>
2014-10-15 22:27:08georg.brandllinkissue22650 messages
2014-10-15 22:27:08georg.brandlcreate