]> git.ipfire.org Git - thirdparty/tornado.git/commit
tcpclient_test: Attempt to deflake on windows 1999/head
authorBen Darnell <ben@bendarnell.com>
Sun, 2 Apr 2017 14:51:41 +0000 (10:51 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 2 Apr 2017 14:51:41 +0000 (10:51 -0400)
commit24ab348640b93d08f997595fbf715f680470042a
tree76a9661d2794213e32ba6c7defe4e41d09bc8d8a
parent4ff46deab7c2827015a1d9dbda2d7c6d9ba402bf
tcpclient_test: Attempt to deflake on windows

It appears that on windows the client connect call can sometimes
succeed before the server has processed the request, so introduce
additional synchronization.
tornado/test/tcpclient_test.py