MatrixSynapse/tests/util
Richard van der Hoff 3b754aea27
Clean up caching/locking of OIDC metadata load (#9362)
Ensure that we lock correctly to prevent multiple concurrent metadata load
requests, and generally clean up the way we construct the metadata cache.
2021-02-16 16:27:38 +00:00
..
caches Clean up caching/locking of OIDC metadata load (#9362) 2021-02-16 16:27:38 +00:00
__init__.py
test_async_utils.py
test_dict_cache.py
test_expiring_cache.py
test_file_consumer.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
test_itertools.py Fix chain cover update to handle events with duplicate auth events (#9210) 2021-01-22 19:44:08 +00:00
test_linearizer.py
test_logcontext.py
test_logformatter.py
test_lrucache.py Fix 'LruCache' object has no attribute '_on_resize' (#8591) 2020-10-19 21:13:50 +01:00
test_ratelimitutils.py
test_retryutils.py
test_rwlock.py
test_stream_change_cache.py Allow configuration of Synapse's cache without using synctl or environment variables (#6391) 2020-05-11 18:45:23 +01:00
test_stringutils.py
test_threepids.py
test_treecache.py
test_wheel_timer.py