[issue13434] time.xmlrpc.com dead

2011-11-28 Thread Antoine Pitrou

Changes by Antoine Pitrou :


--
resolution:  -> fixed
stage: needs patch -> committed/rejected
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13434] time.xmlrpc.com dead

2011-11-28 Thread Roundup Robot

Roundup Robot  added the comment:

New changeset da148f0d86bd by Antoine Pitrou in branch '3.2':
Issue #13434: skip the time.xmlrpc.com test, and reenable the buildbot test.
http://hg.python.org/cpython/rev/da148f0d86bd

New changeset 1330beac9ec9 by Antoine Pitrou in branch 'default':
Merge test_xmlrpc_net fixes (issue #13434)
http://hg.python.org/cpython/rev/1330beac9ec9

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13434] time.xmlrpc.com dead

2011-11-20 Thread Éric Araujo

Éric Araujo  added the comment:

#6533: Make test_xmlrpc_net functional in the absence of time.xmlrpc.com
#6027: test_xmlrpc_net fails when the ISP returns "302 Found"

--
nosy: +eric.araujo

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13434] time.xmlrpc.com dead

2011-11-19 Thread R. David Murray

R. David Murray  added the comment:

We've had problems with this service going away for a while before.  I think 
the test was marked skip for at least a year before someone (it might have been 
me) noticed that it was back and reactivated it.  There's a ticket in here 
somewhere for it.

--
nosy: +r.david.murray

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13434] time.xmlrpc.com dead

2011-11-19 Thread Martin v . Löwis

Martin v. Löwis  added the comment:

Not sure whether this is actually new, but it may be that Dave Winer is 
migrating all this stuff to Amazon S3, and that he just didn't get to restoring 
the time service yet.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13434] time.xmlrpc.com dead

2011-11-19 Thread Antoine Pitrou

New submission from Antoine Pitrou :

time.xmlrpc.com seems dead (no DNS entry), which leads to failures on one of 
the stable buildbots (redirecting DNS catchall?):

==
ERROR: test_current_time (test.test_xmlrpc_net.CurrentTimeTest)
--
Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.ochtman-gentoo-amd64/build/Lib/test/test_xmlrpc_net.py",
 line 19, in test_current_time
t0 = server.currentTime.getCurrentTime()
  File 
"/home/buildbot/buildarea/3.x.ochtman-gentoo-amd64/build/Lib/xmlrpc/client.py", 
line 1089, in __call__
return self.__send(self.__name, args)
  File 
"/home/buildbot/buildarea/3.x.ochtman-gentoo-amd64/build/Lib/xmlrpc/client.py", 
line 1420, in __request
verbose=self.__verbose
  File 
"/home/buildbot/buildarea/3.x.ochtman-gentoo-amd64/build/Lib/xmlrpc/client.py", 
line 1131, in request
return self.single_request(host, handler, request_body, verbose)
  File 
"/home/buildbot/buildarea/3.x.ochtman-gentoo-amd64/build/Lib/xmlrpc/client.py", 
line 1163, in single_request
dict(resp.getheaders())
xmlrpc.client.ProtocolError: 

--
components: Tests
messages: 147948
nosy: flox, loewis, pitrou
priority: high
severity: normal
stage: needs patch
status: open
title: time.xmlrpc.com dead
type: behavior
versions: Python 3.2, Python 3.3

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com