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.

classification
Title: test_xmlrpc_net should use something other than buildbot.python.org
Type: Stage: needs patch
Components: Tests Versions: Python 3.11, Python 3.10, Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: iritkatriel, loewis, zach.ware
Priority: normal Keywords:

Created on 2017-10-08 05:44 by zach.ware, last changed 2022-04-11 14:58 by admin.

Pull Requests
URL Status Linked Edit
PR 3921 merged zach.ware, 2017-10-08 05:55
PR 3922 merged python-dev, 2017-10-08 06:32
Messages (5)
msg303894 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2017-10-08 05:44
With the upgrade to buildbot 0.9, the xmlrpc interface to buildbot.python.org is removed, causing test_xmlrpc to fail.  The test should hit a different host, possibly on pythontest.net?
msg303895 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2017-10-08 06:31
New changeset 73ffd3f2036179ed54591ef0455e5ba5694ae5bd by Zachary Ware in branch 'master':
bpo-31724: Skip test_xmlrpc_net (GH-3921)
https://github.com/python/cpython/commit/73ffd3f2036179ed54591ef0455e5ba5694ae5bd
msg303896 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2017-10-08 06:40
This is currently mitigated by some nasty hacks on the buildbot.python.org server to avoid breaking tests on every released version of Python 3, but this still needs to change.  The test is skipped in master and (soon) 3.6 to minimize the damage when the hacks on buildbot.p.o break.
msg303897 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2017-10-08 06:52
New changeset d13a4e50679c0861971cfae2bb226f35b8bf5142 by Zachary Ware (Miss Islington (bot)) in branch '3.6':
[3.6] bpo-31724: Skip test_xmlrpc_net (GH-3922)
https://github.com/python/cpython/commit/d13a4e50679c0861971cfae2bb226f35b8bf5142
msg398721 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2021-08-01 21:47
The test is now skipped, but still need to be fixed.
History
Date User Action Args
2022-04-11 14:58:53adminsetgithub: 75905
2021-08-01 21:47:55iritkatrielsetversions: + Python 3.9, Python 3.10, Python 3.11, - Python 2.7, Python 3.6, Python 3.7
nosy: + iritkatriel

messages: + msg398721

keywords: - patch
2017-10-09 19:56:10zach.waresetstage: patch review -> needs patch
2017-10-08 06:52:09zach.waresetmessages: + msg303897
2017-10-08 06:40:44zach.waresetmessages: + msg303896
2017-10-08 06:32:35python-devsetstage: needs patch -> patch review
pull_requests: + pull_request3895
2017-10-08 06:31:26zach.waresetmessages: + msg303895
2017-10-08 05:57:02zach.waresetstage: patch review -> needs patch
2017-10-08 05:55:44zach.waresetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request3894
2017-10-08 05:50:12zach.waresettitle: test_xmlrpc should use something other than buildbot.python.org -> test_xmlrpc_net should use something other than buildbot.python.org
2017-10-08 05:44:01zach.warecreate