]> git.ipfire.org Git - thirdparty/tornado.git/commit
test: Close a websocket client that causes occasional test failures
authorBen Darnell <ben@bendarnell.com>
Sun, 23 Apr 2023 19:15:05 +0000 (15:15 -0400)
committerBen Darnell <ben@bendarnell.com>
Mon, 24 Apr 2023 01:04:56 +0000 (21:04 -0400)
commit1849ef6c48415ef8f5fecbd47d9f68225588507c
tree4db8434f2a4d68be365faaad5a120544e635bd27
parentfcb09eba4bd45c2ebfb6356a38acdb3b4450c0d8
test: Close a websocket client that causes occasional test failures

These failures occur on the build.yml workflow on the emulated arm64
platform: an ill-timed timer firing during test shutdown can result
in a message being logged and the test failing for dirty logs.
tornado/test/websocket_test.py