hass-core/tests/components/recorder
Erik Montnemery 771575cfc5
Make statistics validation create issue registry issues (#122595)
* Make statistics validation create issue registry issues

* Disable creating issue about outdated MariaDB version in tests

* Use call_soon_threadsafe instead of run_callback_threadsafe

* Update tests

* Fix flapping test

* Disable creating issue about outdated SQLite version in tests

* Implement agreed changes

* Add translation strings for issue titles

* Update test
2024-09-25 11:11:11 +02:00
..
auto_repairs
table_managers
__init__.py
common.py Add missing hass type hint in history and recorder tests (#124204) 2024-08-19 15:41:09 +02:00
conftest.py Raise on database error in recorder.migration._modify_columns (#123642) 2024-08-15 14:46:23 +02:00
db_schema_0.py
db_schema_9.py
db_schema_16.py Add missing return type in test __init__ method (part 2) (#123939) 2024-08-14 17:59:15 +02:00
db_schema_18.py Add missing return type in test __init__ method (part 2) (#123939) 2024-08-14 17:59:15 +02:00
db_schema_22.py Add missing return type in test __init__ method (part 2) (#123939) 2024-08-14 17:59:15 +02:00
db_schema_23.py Add missing return type in test __init__ method (part 2) (#123939) 2024-08-14 17:59:15 +02:00
db_schema_23_with_newer_columns.py Add missing return type in test __init__ method (part 2) (#123939) 2024-08-14 17:59:15 +02:00
db_schema_25.py
db_schema_28.py
db_schema_30.py Correct start version in recorder schema migration tests (#125090) 2024-09-02 19:32:01 +02:00
db_schema_32.py Improve some comments in recorder tests (#125118) 2024-09-03 17:04:08 +02:00
db_schema_42.py
db_schema_43.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 Remove recorder history queries for database schemas < 25 (#125649) 2024-09-10 12:43:08 +02:00
test_history_db_schema_32.py
test_history_db_schema_42.py Remove recorder history queries for database schemas < 25 (#125649) 2024-09-10 12:43:08 +02:00
test_init.py Change lock state to an enum (#126379) 2024-09-24 12:30:50 +02:00
test_migrate.py Prevent duplicating constraints during schema migration (#124616) 2024-08-26 08:35:54 -10:00
test_migration_from_schema_32.py Bump version of recorder context ID data migrators (#125293) 2024-09-24 13:45:37 +02:00
test_migration_run_time_migrations_remember.py Separate recorder test fixtures disabling context id migration (#125324) 2024-09-09 08:16:30 +02:00
test_models.py Remove recorder history queries for database schemas < 31 (#125652) 2024-09-10 19:26:19 +02:00
test_models_legacy.py
test_pool.py
test_purge.py Add missing hass type hint in history and recorder tests (#124204) 2024-08-19 15:41:09 +02:00
test_purge_v32_schema.py
test_statistics.py Make statistics validation create issue registry issues (#122595) 2024-09-25 11:11:11 +02:00
test_statistics_v23_migration.py Update recorder tests to async (#124161) 2024-08-18 21:14:41 +02:00
test_system_health.py
test_util.py Add tests which directly test the recorder job wrappers (#125338) 2024-09-24 23:00:00 +02:00
test_v32_migration.py Separate recorder test fixtures disabling context id migration (#125324) 2024-09-09 08:16:30 +02:00
test_websocket_api.py Make statistics validation create issue registry issues (#122595) 2024-09-25 11:11:11 +02:00