core/tests/components/recorder
J. Nick Koston f9dc92a9a0
Fix recorder ws_info blocking the event loop (#110657)
* Fix recorder ws_info blocking the event loop

Fixes
```
2024-02-15 06:37:55.423 WARNING (MainThread) [asyncio] Executing <Task pending name=websocket_api.async:ws_info coro=<_handle_async_response() running at /usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py:26> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()] created at /usr/local/lib/python3.12/asyncio/tasks.py:712> cb=[set.remove()] created at /usr/src/homeassistant/homeassistant/core.py:653> took 0.332 seconds
```

* no instance did not actually work
2024-02-16 15:11:09 +01:00
..
auto_repairs Convert test helpers to get hass instance to contextmanagers (#109990) 2024-02-11 21:23:51 +01:00
table_managers
__init__.py
common.py
db_schema_0.py
db_schema_16.py
db_schema_18.py
db_schema_22.py
db_schema_23.py
db_schema_23_with_newer_columns.py
db_schema_25.py
db_schema_28.py
db_schema_30.py
db_schema_32.py
test_backup.py
test_entity_registry.py
test_filters.py
test_filters_with_entityfilter.py
test_filters_with_entityfilter_schema_37.py
test_history.py
test_history_db_schema_30.py
test_history_db_schema_32.py
test_init.py Convert test helpers to get hass instance to contextmanagers (#109990) 2024-02-11 21:23:51 +01:00
test_migrate.py Convert test helpers to get hass instance to contextmanagers (#109990) 2024-02-11 21:23:51 +01:00
test_migration_from_schema_32.py Convert test helpers to get hass instance to contextmanagers (#109990) 2024-02-11 21:23:51 +01:00
test_models.py
test_models_legacy.py
test_pool.py
test_purge.py Ensure the purge entities service cleans up the states_meta table (#109344) 2024-02-02 09:32:17 +01:00
test_purge_v32_schema.py
test_statistics.py Convert test helpers to get hass instance to contextmanagers (#109990) 2024-02-11 21:23:51 +01:00
test_statistics_v23_migration.py Convert test helpers to get hass instance to contextmanagers (#109990) 2024-02-11 21:23:51 +01:00
test_system_health.py
test_util.py Convert test helpers to get hass instance to contextmanagers (#109990) 2024-02-11 21:23:51 +01:00
test_v32_migration.py Convert test helpers to get hass instance to contextmanagers (#109990) 2024-02-11 21:23:51 +01:00
test_websocket_api.py Fix recorder ws_info blocking the event loop (#110657) 2024-02-16 15:11:09 +01:00