]> git.ipfire.org Git - thirdparty/tornado.git/commit
Change connection-refused test from localhost to 127.0.0.1.
authorBen Darnell <ben@bendarnell.com>
Sat, 18 Oct 2014 16:08:03 +0000 (12:08 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 18 Oct 2014 16:11:10 +0000 (12:11 -0400)
commite1b306ce07f4902400fa672b95eb2fdf0856567a
tree79ec9f3838d9b75e585ebd4f621cb70ecf05b98f
parente2e35dbba017c2986d81d93b028fc9a84419b2a9
Change connection-refused test from localhost to 127.0.0.1.

This might be contributing to occasional timeouts on travis-ci
(on the theory that some other test may be listening on the
same port on ::1).

Also explicitly stop the test if connect_callback is called.
tornado/test/iostream_test.py