forked-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 Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
test_admin.py Remove the deprecated Handlers object (#8494) 2020-10-09 07:24:34 -04:00
test_appservice.py Start fewer opentracing spans (#8640) 2020-10-26 09:30:19 +00:00
test_auth.py Remove the deprecated Handlers object (#8494) 2020-10-09 07:24:34 -04:00
test_device.py Add support for MSC2697: Dehydrated devices (#8380) 2020-10-07 08:00:17 -04:00
test_directory.py Remove the deprecated Handlers object (#8494) 2020-10-09 07:24:34 -04:00
test_e2e_keys.py Remove the deprecated Handlers object (#8494) 2020-10-09 07:24:34 -04:00
test_e2e_room_keys.py Remove the deprecated Handlers object (#8494) 2020-10-09 07:24:34 -04:00
test_federation.py Remove the deprecated Handlers object (#8494) 2020-10-09 07:24:34 -04:00
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 Remove the deprecated Handlers object (#8494) 2020-10-09 07:24:34 -04:00
test_register.py Remove the deprecated Handlers object (#8494) 2020-10-09 07:24:34 -04:00
test_stats.py Rename 'populate_stats_process_rooms_2' background job back to 'populate_stats_process_rooms' again (#8243) 2020-09-08 11:05:59 +01:00
test_sync.py Stop Auth methods from polling the config on every req. (#7420) 2020-05-06 15:54:58 +01:00
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 Allow denying or shadow banning registrations via the spam checker (#8034) 2020-08-20 15:42:58 -04:00