]> git.ipfire.org Git - thirdparty/tornado.git/commit
Disallow ipv6 in curl-based tests.
authorBen Darnell <ben@bendarnell.com>
Mon, 30 Dec 2013 01:41:17 +0000 (20:41 -0500)
committerBen Darnell <ben@bendarnell.com>
Mon, 30 Dec 2013 01:41:17 +0000 (20:41 -0500)
commita48831ca8cdccb0a0e1a309c77adc8f388189a3c
tree5b99095730600a4d70b58b69c44d5b5ad93606ad
parent4dfb519580bc570c03549515ec3e3ecc5a67df15
Disallow ipv6 in curl-based tests.

The test servers only listen on ipv4, and it appears that libcurl 7.19.34
has regressed in its ability to handle the case when localhost resolves
to both v4 and v6 variants but only one works.

IPv6 was already disabled by default in simple_httpclient tests.
tornado/test/curl_httpclient_test.py
tornado/test/httpclient_test.py
tornado/test/runtests.py