forked-synapse/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 run isort 2018-07-09 16:09:20 +10:00
appservice run isort 2018-07-09 16:09:20 +10:00
config run isort 2018-07-09 16:09:20 +10:00
crypto run isort 2018-07-09 16:09:20 +10:00
events run isort 2018-07-09 16:09:20 +10:00
federation run isort 2018-07-09 16:09:20 +10:00
handlers run isort 2018-07-09 16:09:20 +10:00
http run isort 2018-07-09 16:09:20 +10:00
replication run isort 2018-07-09 16:09:20 +10:00
rest Refactor REST API tests to use explicit reactors (#3351) 2018-07-17 20:43:18 +10:00
storage run isort 2018-07-09 16:09:20 +10:00
util Add unit test 2018-07-17 10:59:02 +01:00
__init__.py run isort 2018-07-09 16:09:20 +10:00
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 run isort 2018-07-09 16:09:20 +10:00
test_event_auth.py run isort 2018-07-09 16:09:20 +10:00
test_federation.py run isort 2018-07-09 16:09:20 +10:00
test_preview.py run isort 2018-07-09 16:09:20 +10:00
test_server.py Refactor REST API tests to use explicit reactors (#3351) 2018-07-17 20:43:18 +10:00
test_state.py run isort 2018-07-09 16:09:20 +10:00
test_test_utils.py run isort 2018-07-09 16:09:20 +10:00
test_types.py run isort 2018-07-09 16:09:20 +10:00
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 Fix unit tests 2018-07-13 16:28:04 +01:00