core/tests/components/recorder
J. Nick Koston d33a303a83
Fix statistics schema µs precision auto repair being ineffective (#89902)
If a user manually migrated their database to MySQL or PostgresSQL
and incorrectly created the timestamp columns as float we would
fail to correct them to double because when we migrated to use
timestamps for the columns I missed that we needed to change the
columns and types for µs precision
2023-03-20 00:06:37 -04:00
..
table_managers Avoid database executor job to fetch statistic metadata on cache hit (#89960) 2023-03-19 22:01:16 -04:00
__init__.py Use python defaults for comparing State, LazyState, and Event objects (#86856) 2023-01-29 13:31:43 -05:00
common.py Retain history when renaming an entity_id (#89963) 2023-03-19 17:33:21 -10:00
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 Deduplicate entity_id in the states table (#89557) 2023-03-12 10:01:58 -10:00
db_schema_25.py Upgrade SQLAlchemy to 2.0.2 (#86436) 2023-02-08 08:17:32 -06:00
db_schema_28.py Avoid database executor job to fetch statistic metadata on cache hit (#89960) 2023-03-19 22:01:16 -04:00
db_schema_30.py Deduplicate entity_id in the states table (#89557) 2023-03-12 10:01:58 -10:00
test_backup.py Add type hints to integration tests (recorder) (#88313) 2023-02-17 18:50:09 +01:00
test_entity_registry.py Retain history when renaming an entity_id (#89963) 2023-03-19 17:33:21 -10:00
test_filters.py Add return type to tests without arguments (#87613) 2023-02-07 14:20:06 +01:00
test_filters_with_entityfilter.py Deduplicate entity_id in the states table (#89557) 2023-03-12 10:01:58 -10:00
test_filters_with_entityfilter_schema_37.py Deduplicate entity_id in the states table (#89557) 2023-03-12 10:01:58 -10:00
test_history.py Deduplicate entity_id in the states table (#89557) 2023-03-12 10:01:58 -10:00
test_history_db_schema_30.py Deduplicate entity_id in the states table (#89557) 2023-03-12 10:01:58 -10:00
test_init.py Add tmpdir to known fixtures in pylint (#89844) 2023-03-17 10:22:02 +01:00
test_migrate.py Make StatesMetaManager thread-safe when an entity_id is fully deleted from the database and than re-added (#89732) 2023-03-15 08:54:02 -04:00
test_models.py Deduplicate event_types in the events table (#89465) 2023-03-11 14:54:55 -05:00
test_pool.py Add type hints to integration tests (recorder) (#88313) 2023-02-17 18:50:09 +01:00
test_purge.py Fix cpu thrashing during purge after all legacy events were removed (#89923) 2023-03-19 22:04:24 -04:00
test_run_history.py Add type hints to integration tests (recorder) (#88313) 2023-02-17 18:50:09 +01:00
test_statistics.py Fix statistics schema µs precision auto repair being ineffective (#89902) 2023-03-20 00:06:37 -04:00
test_statistics_v23_migration.py Add tmpdir to known fixtures in pylint (#89844) 2023-03-17 10:22:02 +01:00
test_system_health.py Add type hints to integration tests (recorder) (#88313) 2023-02-17 18:50:09 +01:00
test_util.py Add tmpdir to known fixtures in pylint (#89844) 2023-03-17 10:22:02 +01:00
test_v32_migration.py Fix cpu thrashing during purge after all legacy events were removed (#89923) 2023-03-19 22:04:24 -04:00
test_websocket_api.py Avoid database executor job to fetch statistic metadata on cache hit (#89960) 2023-03-19 22:01:16 -04:00