synapse/tests
Erik Johnston fa8934b175 Reduce serialization errors in MultiWriterIdGen (#8456)
We call `_update_stream_positions_table_txn` a lot, which is an UPSERT
that can conflict in `REPEATABLE READ` isolation level. Instead of doing
a transaction consisting of a single query we may as well run it outside
of a transaction.
2020-10-07 17:08:58 +01:00
..
api
app
appservice
config
crypto Create a mechanism for marking tests "logcontext clean" (#8399) 2020-09-28 17:58:33 +01:00
events
federation Catch-up after Federation Outage (bonus): Catch-up on Synapse Startup (#8322) 2020-09-18 14:59:13 +01:00
handlers Allow additional SSO properties to be passed to the client (#8413) 2020-09-30 13:02:43 -04:00
http Fix handling of connection timeouts in outgoing http requests (#8400) 2020-09-29 10:29:21 +01:00
logging
module_api
push
replication Add EventStreamPosition type (#8388) 2020-09-24 13:24:17 +01:00
rest Make token serializing/deserializing async (#8427) 2020-09-30 20:29:19 +01:00
scripts
server_notices
state
storage Reduce serialization errors in MultiWriterIdGen (#8456) 2020-10-07 17:08:58 +01:00
test_utils
util
__init__.py
server.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
test_distributor.py
test_event_auth.py
test_federation.py
test_mau.py
test_metrics.py
test_phone_home.py
test_preview.py
test_server.py
test_state.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py
unittest.py Add checks for postgres sequence consistency (#8402) 2020-09-28 18:00:30 +01:00
utils.py