synapse/tests/handlers
Erik Johnston 2b7c180879
Start fewer opentracing spans (#8640)
#8567 started a span for every background process. This is good as it means all Synapse code that gets run should be in a span (unless in the sentinel logging context), but it means we generate about 15x the number of spans as we did previously.

This PR attempts to reduce that number by a) not starting one for send commands to Redis, and b) deferring starting background processes until after we're sure they're necessary.

I don't really know how much this will help.
2020-10-26 09:30:19 +00:00
..
__init__.py
test_admin.py
test_appservice.py Start fewer opentracing spans (#8640) 2020-10-26 09:30:19 +00:00
test_auth.py
test_device.py
test_directory.py
test_e2e_keys.py
test_e2e_room_keys.py
test_federation.py
test_message.py Remove redundant token_id parameter to create_event 2020-10-13 23:06:36 +01:00
test_oidc.py Fix handling of User-Agent headers with bad utf-8. (#8632) 2020-10-23 17:12:59 +01:00
test_presence.py Simplify _locally_reject_invite 2020-10-13 23:58:48 +01:00
test_profile.py
test_register.py
test_stats.py
test_sync.py
test_typing.py Move additional tasks to the background worker, part 4 (#8513) 2020-10-13 08:20:32 -04:00
test_user_directory.py