[issue10336] test_xmlrpc fails if gzip is not supported by client

2021-12-09 Thread Irit Katriel


Change by Irit Katriel :


--
stage: test needed -> resolved
status: pending -> closed

___
Python tracker 

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



[issue10336] test_xmlrpc fails if gzip is not supported by client

2018-12-11 Thread Serhiy Storchaka


Serhiy Storchaka  added the comment:

The server for this test is ran in the different thread of the same process. 
The test is skipped if gzip is not supported. I don't see a way how it can fail.

--
nosy: +serhiy.storchaka
resolution:  -> not a bug
status: open -> pending

___
Python tracker 

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



[issue10336] test_xmlrpc fails if gzip is not supported by client

2012-11-18 Thread Ezio Melotti

Changes by Ezio Melotti ezio.melo...@gmail.com:


--
nosy: +ezio.melotti
stage:  - test needed
type:  - behavior
versions: +Python 3.3, Python 3.4

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



[issue10336] test_xmlrpc fails if gzip is not supported by client

2010-11-08 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

No problem :)

I’ve had a look at the test and don’t understand the problem.  What’s the 
client you’re referring to?  I thought that in the tests, client-side and 
server-side were both under control.  Is the problem related to *python* being 
built without gzip support?

--
nosy: +orsenthil

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



[issue10336] test_xmlrpc fails if gzip is not supported by client

2010-11-07 Thread Hirokazu Yamamoto

Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp added the comment:

Sorry, I cannot. I don't know HTTP.

--

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



[issue10336] test_xmlrpc fails if gzip is not supported by client

2010-11-06 Thread Hirokazu Yamamoto

New submission from Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp:

In test_xmlrpc.py,

def test_gsip_response(self):
# (sniP)
self.assertTrue(ab)

last line can fail if gzip is not supported by client.
(gzip is not set in HTTP header's Accept-Encoding)

==
FAIL: test_gsip_response (__main__.GzipServerTestCase)
--
Traceback (most recent call last):
  File e:\python-dev\py3k\lib\test\test_xmlrpc.py, line 722, in test_gsip_resp
onse
self.assertTrue(ab)
AssertionError: False is not True

--
components: Library (Lib)
messages: 120602
nosy: ocean-city
priority: normal
severity: normal
status: open
title: test_xmlrpc fails if gzip is not supported by client
versions: Python 3.2

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



[issue10336] test_xmlrpc fails if gzip is not supported by client

2010-11-06 Thread Hirokazu Yamamoto

Changes by Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp:


--
Removed message: http://bugs.python.org/msg120602

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



[issue10336] test_xmlrpc fails if gzip is not supported by client

2010-11-06 Thread Hirokazu Yamamoto

New submission from Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp:

In test_xmlrpc.py,

def test_gsip_response(self):
# (sniP)
self.assertTrue(ab)

last line can fail if gzip is not supported by client.
(gzip is not set in HTTP header's Accept-Encoding)

--

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



[issue10336] test_xmlrpc fails if gzip is not supported by client

2010-11-06 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

Do you want to make a patch?

--
nosy: +eric.araujo

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