Log unhandled loop exception traces when asyncio debug is on (#57602)

This commit is contained in:
J. Nick Koston 2021-10-18 17:07:51 -10:00 committed by GitHub
parent f92fe38bbd
commit 6576225c48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 36 additions and 3 deletions

View file

@ -1,5 +1,11 @@
"""List of tests that have uncaught exceptions today. Will be shrunk over time."""
IGNORE_UNCAUGHT_EXCEPTIONS = [
(
# This test explicitly throws an uncaught exception
# and should not be removed.
"tests.test_runner",
"test_unhandled_exception_traceback",
),
(
"test_homeassistant_bridge",
"test_homeassistant_bridge_fan_setup",