0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-26 14:38:18 +02:00
synapse/tests/util
Richard van der Hoff 4a15a3e4d5
Include eventid in log lines when processing incoming federation transactions (#3959)
when processing incoming transactions, it can be hard to see what's going on,
because we process a bunch of stuff in parallel, and because we may end up
recursively working our way through a chain of three or four events.

This commit creates a way to use logcontexts to add the relevant event ids to
the log lines.
2018-09-27 11:25:34 +01:00
..
caches Run black. 2018-08-10 23:54:09 +10:00
__init__.py Fix flake8 warnings for tests 2016-02-19 15:34:38 +00:00
test_dict_cache.py Run black. 2018-08-10 23:54:09 +10:00
test_expiring_cache.py Fix some instances of ExpiringCache not expiring cache items 2018-09-21 14:19:46 +01:00
test_file_consumer.py Run black. 2018-08-10 23:54:09 +10:00
test_linearizer.py Run black. 2018-08-10 23:54:09 +10:00
test_logcontext.py Include eventid in log lines when processing incoming federation transactions (#3959) 2018-09-27 11:25:34 +01:00
test_logformatter.py run isort 2018-07-09 16:09:20 +10:00
test_lrucache.py Run black. 2018-08-10 23:54:09 +10:00
test_rwlock.py Run black. 2018-08-10 23:54:09 +10:00
test_snapshot_cache.py Run black. 2018-08-10 23:54:09 +10:00
test_stream_change_cache.py Run black. 2018-08-10 23:54:09 +10:00
test_treecache.py run isort 2018-07-09 16:09:20 +10:00
test_wheel_timer.py run isort 2018-07-09 16:09:20 +10:00