synapse/tests/storage
Erik Johnston e3debf9682
Add logging on startup/shutdown (#8448)
This is so we can tell what is going on when things are taking a while to start up.

The main change here is to ensure that transactions that are created during startup get correctly logged like normal transactions.
2020-10-02 15:20:45 +01:00
..
__init__.py
test__base.py
test_appservice.py Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00
test_background_update.py
test_base.py
test_cleanup_extrems.py
test_client_ips.py Allow for make_awaitable's return value to be re-used. (#8261) 2020-09-08 07:26:55 -04:00
test_database.py
test_devices.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
test_directory.py
test_e2e_room_keys.py
test_end_to_end_keys.py
test_event_federation.py
test_event_metrics.py Rewrite BucketCollector 2020-09-30 16:49:15 +01:00
test_event_push_actions.py
test_id_generators.py Don't table scan events on worker startup (#8419) 2020-09-29 16:42:19 +01:00
test_keys.py
test_main.py
test_monthly_active_users.py Filter out appservices from mau count (#8404) 2020-09-29 13:11:02 +01:00
test_profile.py
test_purge.py Make token serializing/deserializing async (#8427) 2020-09-30 20:29:19 +01:00
test_redaction.py
test_registration.py
test_room.py
test_roommember.py
test_state.py
test_transactions.py
test_user_directory.py