hass-core/tests/components/recorder
J. Nick Koston 20a136e2a1
Avoid event data serialization during recorder that we throw away (#41217)
We currently serialize the event data for state change events
and then replace it because we save the state in the states table.
Since the old state and new state are both contains in the event
the cost of serializing the data has a noticable impact when there
are many state changed events.
2020-10-05 15:08:47 +02:00
..
__init__.py Tweak Recorder 2016-07-11 08:56:07 -07:00
common.py Fix recorder test intermittently failing (#39468) 2020-08-30 13:58:00 -05:00
models_original.py Sort imports according to PEP8 for recorder (#29652) 2019-12-08 18:48:18 +01:00
test_init.py Setup recorder model relationships to avoid calling flush (#40467) 2020-09-30 13:11:43 +02:00
test_migrate.py Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
test_models.py Avoid event data serialization during recorder that we throw away (#41217) 2020-10-05 15:08:47 +02:00
test_purge.py Use SimpleQueue for recorder (#38967) 2020-08-21 13:54:13 +02:00
test_util.py Add ability to disable the sqlite3 quick_check (#39479) 2020-09-02 10:12:56 +02:00