MatrixSynapse/tests
Richard van der Hoff 31c15dcb80
Refactor matrixfederationclient to fix logging (#3906)
We want to wait until we have read the response body before we log the request
as complete, otherwise a confusing thing happens where the request appears to
have completed, but we later fail it.

To do this, we factor the salient details of a request out to a separate
object, which can then keep track of the txn_id, so that it can be logged.
2018-09-18 18:17:15 +01:00
..
api Port tests/ to Python 3 (#3808) 2018-09-07 02:58:18 +10:00
app Port tests/ to Python 3 (#3808) 2018-09-07 02:58:18 +10:00
appservice
config
crypto
events
federation
handlers Port tests/ to Python 3 (#3808) 2018-09-07 02:58:18 +10:00
http Refactor matrixfederationclient to fix logging (#3906) 2018-09-18 18:17:15 +01:00
replication Refactor matrixfederationclient to fix logging (#3906) 2018-09-18 18:17:15 +01:00
rest Port tests/ to Python 3 (#3808) 2018-09-07 02:58:18 +10:00
server_notices Port tests/ to Python 3 (#3808) 2018-09-07 02:58:18 +10:00
storage improve naming 2018-09-12 16:22:15 +01:00
util
__init__.py
server.py Refactor matrixfederationclient to fix logging (#3906) 2018-09-18 18:17:15 +01:00
test_distributor.py
test_dns.py
test_event_auth.py
test_federation.py
test_mau.py Port tests/ to Python 3 (#3808) 2018-09-07 02:58:18 +10:00
test_metrics.py Tests 2018-09-14 15:08:37 +01:00
test_preview.py
test_server.py
test_state.py Port tests/ to Python 3 (#3808) 2018-09-07 02:58:18 +10:00
test_test_utils.py
test_types.py
test_visibility.py
unittest.py
utils.py Port tests/ to Python 3 (#3808) 2018-09-07 02:58:18 +10:00