0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-16 17:48:19 +02:00
synapse/tests/util/caches
Richard van der Hoff f9b4bb05e0 Fix the logcontext handling in the cache wrappers (#2077)
The cache wrappers had a habit of leaking the logcontext into the reactor while
the lookup function was running, and then not restoring it correctly when the
lookup function had completed. It's all the fault of
`preserve_context_over_{fn,deferred}` which are basically a bit broken.
2017-03-30 13:22:24 +01:00
..
__init__.py Fix caching of remote servers' signature keys 2017-03-22 15:11:30 +00:00
test_descriptors.py Fix the logcontext handling in the cache wrappers (#2077) 2017-03-30 13:22:24 +01:00