MatrixSynapse/tests
Richard van der Hoff 8c69b735e3 Make Distributor run its processes as a background process
This is more involved than it might otherwise be, because the current
implementation just drops its logcontexts and runs everything in the sentinel
context.

It turns out that we aren't actually using a bunch of the functionality here
(notably suppress_failures and the fact that Distributor.fire returns a
deferred), so the easiest way to fix this is actually by simplifying a bunch of
code.
2018-07-18 20:55:05 +01:00
..
api
appservice
config
crypto
events
federation
handlers
http
replication
rest Refactor REST API tests to use explicit reactors (#3351) 2018-07-17 20:43:18 +10:00
storage
util Add unit test 2018-07-17 10:59:02 +01:00
__init__.py
server.py Refactor REST API tests to use explicit reactors (#3351) 2018-07-17 20:43:18 +10:00
test_distributor.py Make Distributor run its processes as a background process 2018-07-18 20:55:05 +01:00
test_dns.py
test_event_auth.py
test_federation.py
test_preview.py
test_server.py Refactor REST API tests to use explicit reactors (#3351) 2018-07-17 20:43:18 +10:00
test_state.py
test_test_utils.py
test_types.py
test_visibility.py Fix visibility of events from erased users over federation 2018-07-17 14:02:07 +01:00
unittest.py Refactor REST API tests to use explicit reactors (#3351) 2018-07-17 20:43:18 +10:00
utils.py