1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-31 03:45:13 +00:00
synapse/tests
Erik Johnston 83513b75f7
Speed up sliding sync by computing extensions in parallel (#17884)
The main change here is to add a helper function
`gather_optional_coroutines`, which works in a similar way as
`yieldable_gather_results` but takes a set of coroutines rather than a
function
2024-10-30 10:51:04 +00:00
..
api
app
appservice Format files with Ruff (#17643) 2024-09-02 12:39:04 +01:00
config Add config option redis.password_path (#17717) 2024-10-07 09:46:51 +01:00
crypto
events Format files with Ruff (#17643) 2024-09-02 12:39:04 +01:00
federation Format files with Ruff (#17643) 2024-09-02 12:39:04 +01:00
handlers Correctly changes to required state config in sliding sync (#17785) 2024-10-14 13:31:22 +01:00
http Format files with Ruff (#17643) 2024-09-02 12:39:04 +01:00
logging
media Add media tests for a CMYK JPEG image (#17786) 2024-10-23 18:26:01 +01:00
metrics
module_api Format files with Ruff (#17643) 2024-09-02 12:39:04 +01:00
push Bump mypy from 1.10.1 to 1.11.2 (#17842) 2024-10-17 15:05:00 +00:00
replication Fix bug in sliding sync when using old DB. (#17398) 2024-07-08 20:30:23 +01:00
rest Add admin handler to list of handlers used for background tasks (#17847) 2024-10-29 13:50:13 -05:00
scripts
server_notices Sliding Sync: Add cache to get_tags_for_room(...) (#17730) 2024-09-19 12:43:26 +01:00
state
storage Sliding Sync: Reset forgotten status when membership changes (like rejoining a room) (#17835) 2024-10-22 11:06:46 +01:00
test_utils Add media tests for a CMYK JPEG image (#17786) 2024-10-23 18:26:01 +01:00
types
util Speed up sliding sync by computing extensions in parallel (#17884) 2024-10-30 10:51:04 +00:00
__init__.py
server.py Use a larger, dedicated threadpool for media sending (#17564) 2024-08-13 17:59:47 +01:00
test_distributor.py
test_event_auth.py Format files with Ruff (#17643) 2024-09-02 12:39:04 +01:00
test_federation.py Format files with Ruff (#17643) 2024-09-02 12:39:04 +01:00
test_mau.py
test_phone_home.py
test_rust.py
test_server.py Upgrade locked dependency on Twisted to 24.7.0rc1. (#17502) 2024-07-30 15:23:23 +01:00
test_state.py
test_terms_auth.py
test_test_utils.py
test_types.py Format files with Ruff (#17643) 2024-09-02 12:39:04 +01:00
test_visibility.py
unittest.py Format files with Ruff (#17643) 2024-09-02 12:39:04 +01:00
utils.py