hass-core/tests/components/recorder
J. Nick Koston c11f3ffa17
Speed up purge time with newer MariaDB versions (#87409)
* Speed up purge time with newer MariaDB versions

* fix

* document

* document

* document

* rename

* self review

* Update homeassistant/components/recorder/util.py

* fixes
2023-02-05 17:58:34 -05:00
..
__init__.py Use python defaults for comparing State, LazyState, and Event objects (#86856) 2023-01-29 13:31:43 -05:00
common.py Use python defaults for comparing State, LazyState, and Event objects (#86856) 2023-01-29 13:31:43 -05: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 Improve performance of fetching and storing history and events with the database (#84870) 2023-01-02 13:26:08 -10:00
db_schema_25.py
db_schema_28.py
db_schema_30.py Terminate strings at NUL when recording states and events (#86687) 2023-01-26 11:11:03 +01:00
test_backup.py Ensure recorder test fixture is setup before hass fixture (#80528) 2022-10-19 07:58:47 +02:00
test_filters.py
test_filters_with_entityfilter.py Fix a few cartesian products in recorder tests (#87106) 2023-02-02 07:47:09 +01:00
test_history.py Use python defaults for comparing State, LazyState, and Event objects (#86856) 2023-01-29 13:31:43 -05:00
test_history_db_schema_30.py Use python defaults for comparing State, LazyState, and Event objects (#86856) 2023-01-29 13:31:43 -05:00
test_init.py Prevent overly large attributes from being stored in the database (#87105) 2023-02-02 11:49:33 -06:00
test_migrate.py Update black to 23.1.0 (#87188) 2023-02-02 18:35:24 +01:00
test_models.py Remove some dead code from recorder (#86697) 2023-01-30 18:37:48 +01:00
test_pool.py
test_purge.py Improve performance of fetching and storing history and events with the database (#84870) 2023-01-02 13:26:08 -10:00
test_run_history.py Ensure recorder test fixture is setup before hass fixture (#80528) 2022-10-19 07:58:47 +02:00
test_statistics.py Ensure sensor and recorder converters align (#87138) 2023-02-02 10:36:03 +01:00
test_statistics_v23_migration.py Add per-file-ignore to pylint (#86289) 2023-01-22 17:26:24 +01:00
test_system_health.py Add CI job which runs recorder tests on MariaDB (#80586) 2022-10-19 13:04:28 +02:00
test_util.py Speed up purge time with newer MariaDB versions (#87409) 2023-02-05 17:58:34 -05:00
test_v32_migration.py Add per-file-ignore to pylint (#86289) 2023-01-22 17:26:24 +01:00
test_websocket_api.py Ensure recorder api aligns with sensor converters (#87257) 2023-02-04 14:28:47 -06:00