[issue22650] set up and use VM for net access in the test suite

2017-09-04 Thread Christian Heimes
Christian Heimes added the comment: FYI, sha256.tbs-internet.com is no longer used in tests. -- nosy: +christian.heimes ___ Python tracker ___

[issue22650] set up and use VM for net access in the test suite

2017-07-18 Thread Ammar Askar
Ammar Askar added the comment: Opened up https://github.com/python/cpython/pull/2755/ in order to address https://bugs.python.org/issue30883 This changes the ftp servers from debian.org to pythontest.net -- nosy: +ammar2 ___ Python tracker

[issue22650] set up and use VM for net access in the test suite

2014-11-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 39536b377241 by Georg Brandl in branch '3.4': #22650: test suite: load Unicode test data files from www.pythontest.net https://hg.python.org/cpython/rev/39536b377241 -- nosy: +python-dev ___ Python

[issue22650] set up and use VM for net access in the test suite

2014-11-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0af36ea1d010 by Georg Brandl in branch '2.7': #22650: test suite: load Unicode test data files from www.pythontest.net https://hg.python.org/cpython/rev/0af36ea1d010 -- ___ Python tracker

[issue22650] set up and use VM for net access in the test suite

2014-11-05 Thread Benjamin Peterson
Benjamin Peterson added the comment: I created a repository https://hg.python.org/pythontestdotnet, which is cloned on the server. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22650 ___

[issue22650] set up and use VM for net access in the test suite

2014-11-05 Thread Georg Brandl
Georg Brandl added the comment: 4985375db40f takes care of test_httplib. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22650 ___ ___

[issue22650] set up and use VM for net access in the test suite

2014-11-03 Thread Georg Brandl
Georg Brandl added the comment: Nice! How do you plan to organize its setup? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22650 ___ ___

[issue22650] set up and use VM for net access in the test suite

2014-11-03 Thread R. David Murray
R. David Murray added the comment: Why a separate domain rather than a subdomain? I'm not objecting, but I am curious. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22650 ___

[issue22650] set up and use VM for net access in the test suite

2014-11-03 Thread Donald Stufft
Donald Stufft added the comment: It is configured using salt, see https://github.com/python/psf-salt/blob/master/salt/pythontest/init.sls. A separate domain just makes it easier to do whatever we need with it without needing to worry about getting confused between live sites and test sites.

[issue22650] set up and use VM for net access in the test suite

2014-11-03 Thread Antoine Pitrou
Antoine Pitrou added the comment: Not to mention possible cookie tests, I suppose. (I would personally have preferred something like comfychair.net, but I guess pythontest.net is ok too :-)) -- nosy: +pitrou ___ Python tracker rep...@bugs.python.org

[issue22650] set up and use VM for net access in the test suite

2014-11-02 Thread Benjamin Peterson
Benjamin Peterson added the comment: Note we now have pythontest.net set up. -- nosy: +benjamin.peterson ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22650 ___

[issue22650] set up and use VM for net access in the test suite

2014-10-26 Thread Georg Brandl
Georg Brandl added the comment: OK, a hopefully complete overview of the network-using tests and the services they use, checked by tracing connect() calls during a test run: * test_codecencodings_*, test_normalization, test_ucn: some Unicode-related data files from unicode.org:80

[issue22650] set up and use VM for net access in the test suite

2014-10-24 Thread Berker Peksag
Berker Peksag added the comment: There are two disabled tests in Lib/test/test_urllib2net.py: * OtherNetworkTests.test_cnri: # XXX Following test depends on machine configurations that are internal # to CNRI. Need to set up a public server with the right authentication #

[issue22650] set up and use VM for net access in the test suite

2014-10-16 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +berker.peksag ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22650 ___ ___

[issue22650] set up and use VM for net access in the test suite

2014-10-16 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com: -- nosy: +Arfrever ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22650 ___

[issue22650] set up and use VM for net access in the test suite

2014-10-15 Thread Georg Brandl
New submission from Georg Brandl: 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

[issue22650] set up and use VM for net access in the test suite

2014-10-15 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- nosy: +r.david.murray ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22650 ___ ___