core/tests
J. Nick Koston adc472862b
Fallback to generating a new ULID on migraiton if context is missing or invalid (#91704)
* Fallback to generating a new ULID on migraiton if context is missing or invalid

It was discovered that postgresql will do a full scan if
there is a low cardinality on the index because of missing
context ids. We will now generate a ULID for the timestamp
of the row if the context data is missing or invalid

fixes #91514

* tests

* tweak

* tweak

* preen
2023-04-19 21:56:07 -04:00
..
auth Cache decode of JWT tokens (#90013) 2023-03-22 16:03:41 -10:00
backports
components Fallback to generating a new ULID on migraiton if context is missing or invalid (#91704) 2023-04-19 21:56:07 -04:00
fixtures
hassfest
helpers Add ability to shutdown update coordinator (#91456) 2023-04-18 18:56:43 +02:00
pylint Remove incorrect ignore in pylint plugin (#90024) 2023-03-27 13:53:14 +02:00
resources
scripts
test_util
testing_config Rename custom_jinja to custom_templates (#90473) 2023-03-29 21:58:25 +02:00
util Add option to select list of accepted ssl ciphers in httpx client (#91389) 2023-04-15 09:32:30 -10:00
__init__.py
bandit.yaml
common.py Run pipeline from audio stream function (#90748) 2023-04-04 00:06:51 -04:00
conftest.py Fail CI on lingering timers (part 2) (#89976) 2023-04-13 17:03:52 +02:00
ignore_uncaught_exceptions.py
ruff.toml
syrupy.py Write protect entity options (#90185) 2023-03-28 22:56:51 +02:00
test_bootstrap.py Fix lingering timer in cloud (#90822) 2023-04-07 11:38:17 +02:00
test_config.py
test_config_entries.py Allow config entries unload action to be coroutine (#91531) 2023-04-17 08:41:25 -04:00
test_core.py Fix lingering timer in cloud (#90822) 2023-04-07 11:38:17 +02:00
test_data_entry_flow.py
test_exceptions.py
test_loader.py
test_main.py
test_requirements.py
test_runner.py
test_setup.py
test_test_fixtures.py
typing.py