forked-synapse/tests/util
Sean Quah 79e7c2c426
Fix edge case where a Linearizer could get stuck (#12358)
Just after a task acquires a contended `Linearizer` lock, it sleeps.
If the task is cancelled during this sleep, we need to release the lock.

Signed-off-by: Sean Quah <seanq@element.io>
2022-04-05 17:19:16 +01:00
..
caches Add cancellation support to @cached and @cachedList decorators (#12183) 2022-03-14 19:04:29 +00:00
__init__.py
test_async_helpers.py Add delay_cancellation utility function (#12180) 2022-03-14 17:52:15 +00:00
test_batching_queue.py
test_check_dependencies.py Try to detect borked package installations. (#12244) 2022-03-18 19:03:46 +00:00
test_dict_cache.py
test_expiring_cache.py Replace assertEquals and friends with non-deprecated versions. (#12092) 2022-02-28 07:12:29 -05:00
test_file_consumer.py
test_itertools.py
test_linearizer.py Fix edge case where a Linearizer could get stuck (#12358) 2022-04-05 17:19:16 +01:00
test_logcontext.py Replace assertEquals and friends with non-deprecated versions. (#12092) 2022-02-28 07:12:29 -05:00
test_logformatter.py
test_lrucache.py Replace assertEquals and friends with non-deprecated versions. (#12092) 2022-02-28 07:12:29 -05:00
test_ratelimitutils.py
test_retryutils.py
test_rwlock.py Update docstrings for ReadWriteLock tests (#12354) 2022-04-05 16:54:40 +01:00
test_stream_change_cache.py
test_stringutils.py
test_threepids.py
test_treecache.py Replace assertEquals and friends with non-deprecated versions. (#12092) 2022-02-28 07:12:29 -05:00
test_wheel_timer.py