Issue 31724: test_xmlrpc_net should use something other than buildbot.python.org
Issue31724
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) * ![]() |
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) * ![]() |
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) * ![]() |
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) * ![]() |
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) * ![]() |
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:53 | admin | set | github: 75905 |
| 2021-08-01 21:47:55 | iritkatriel | set | versions:
+ 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:10 | zach.ware | set | stage: patch review -> needs patch |
| 2017-10-08 06:52:09 | zach.ware | set | messages: + msg303897 |
| 2017-10-08 06:40:44 | zach.ware | set | messages: + msg303896 |
| 2017-10-08 06:32:35 | python-dev | set | stage: needs patch -> patch review pull_requests: + pull_request3895 |
| 2017-10-08 06:31:26 | zach.ware | set | messages: + msg303895 |
| 2017-10-08 05:57:02 | zach.ware | set | stage: patch review -> needs patch |
| 2017-10-08 05:55:44 | zach.ware | set | keywords:
+ patch stage: needs patch -> patch review pull_requests: + pull_request3894 |
| 2017-10-08 05:50:12 | zach.ware | set | title: 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:01 | zach.ware | create | |
