synapse-old/tests
Erik Johnston f44f1d2e83 Fix errors storing large retry intervals.
We have set the max retry interval to a value larger than a postgres or
sqlite int can hold, which caused exceptions when updating the
destinations table.

To fix postgres we need to change the column to a bigint, and for sqlite
we lower the max interval to 2**62 (which is still incredibly long).
2019-10-02 10:36:27 +01:00
..
api
app
appservice
config
crypto
events
federation
handlers
http
logging
push
replication
rest
scripts
server_notices
state
storage Fix errors storing large retry intervals. 2019-10-02 10:36:27 +01:00
test_utils
util
__init__.py
patch_inline_callbacks.py
server.py
test_distributor.py
test_event_auth.py
test_federation.py
test_mau.py
test_metrics.py
test_preview.py
test_server.py
test_state.py
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py
unittest.py
utils.py