matrix-org_synapse/tests/util
Erik Johnston 1b238e8837
Speed up persisting large number of outliers (#16649)
Recalculating the roots tuple every iteration could be very expensive, so instead let's do a topological sort.
2023-11-16 14:25:35 +00:00
..
caches Convert more cached return values to immutable types (#16356) 2023-09-20 07:48:55 -04:00
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_async_helpers.py Fix typechecking with twisted trunk (#16121) 2023-08-24 14:53:07 +00:00
test_batching_queue.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00
test_check_dependencies.py Use full GitHub links instead of bare issue numbers. (#16637) 2023-11-15 08:02:11 -05:00
test_dict_cache.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00
test_expiring_cache.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00
test_file_consumer.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00
test_itertools.py Speed up persisting large number of outliers (#16649) 2023-11-16 14:25:35 +00:00
test_linearizer.py Fix edge case where a `Linearizer` could get stuck (#12358) 2022-04-05 17:19:16 +01:00
test_logcontext.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00
test_logformatter.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00
test_lrucache.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00
test_macaroons.py Support RFC7636 PKCE in the OAuth 2.0 flow. (#14750) 2023-01-04 14:58:08 -05:00
test_ratelimitutils.py Remove unnecessary reactor reference from `_PerHostRatelimiter` (#14842) 2023-01-16 13:16:19 +00:00
test_retryutils.py Fix a bug where servers could be marked as up when they were failing (#16506) 2023-10-17 07:32:40 -04:00
test_rwlock.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00
test_stream_change_cache.py Check the stream position before checking if the cache is empty. (#14639) 2022-12-08 11:35:49 -05:00
test_stringutils.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00
test_task_scheduler.py Task scheduler: add replication notify for new task to launch ASAP (#16184) 2023-08-28 14:03:51 +00:00
test_threepids.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00
test_treecache.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00
test_wheel_timer.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00