]> git.ipfire.org Git - thirdparty/tornado.git/commit
asyncio_test: Use inequality when checking thread leaks
authorBen Darnell <ben@bendarnell.com>
Mon, 19 Jun 2023 19:28:45 +0000 (15:28 -0400)
committerBen Darnell <ben@bendarnell.com>
Mon, 19 Jun 2023 19:34:00 +0000 (15:34 -0400)
commit78c2acb33539374ebf1d90e0c1a5b15bdba58cf1
treef717b39f966935ed5f86daeb2e797894ccf46dc9
parentc3b8ee8d7483847440d8abf5ce80ab47313ae17e
asyncio_test: Use inequality when checking thread leaks

Sometimes we have a net reduction in the thread count
because there was an extra thread running at the time captured
the starting count, so use inequality instead of exact matches.
tornado/test/asyncio_test.py