0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-06 09:55:48 +02:00
synapse/tests/util
Richard van der Hoff 01afc563c3 Fix overzealous cache invalidation
Fixes an issue where a cache invalidation would invalidate *all* pending
entries, rather than just the entry that we intended to invalidate.
2018-04-05 16:24:04 +01:00
..
caches Fix overzealous cache invalidation 2018-04-05 16:24:04 +01:00
__init__.py
test_clock.py
test_dict_cache.py
test_expiring_cache.py
test_file_consumer.py Move test stuff to tests 2018-01-18 11:57:57 +00:00
test_limiter.py
test_linearizer.py
test_logcontext.py Optimise LoggingContext creation and copying 2018-01-16 15:49:42 +00:00
test_lrucache.py
test_rwlock.py
test_snapshot_cache.py
test_treecache.py
test_wheel_timer.py