MatrixSynapse/tests
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
..
api use jsonschema.FormatChecker for RoomID and UserID strings 2017-03-23 11:42:41 -03:00
appservice
config
crypto
events
handlers fix tests 2017-03-23 13:20:08 +00:00
metrics
replication
rest use jsonschema.FormatChecker for RoomID and UserID strings 2017-03-23 11:42:41 -03:00
storage User Cursor.__iter__ instead of fetchall 2017-03-23 17:53:49 +00:00
util Fix the logcontext handling in the cache wrappers (#2077) 2017-03-30 13:22:24 +01:00
__init__.py
test_distributor.py
test_dns.py
test_preview.py
test_state.py
test_test_utils.py
test_types.py
unittest.py
utils.py