0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-26 06:28:20 +02:00
synapse/tests/storage
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
..
__init__.py Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
test__base.py UPSERT many functionality (#4644) 2019-02-20 23:03:30 +11:00
test_appservice.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
test_background_update.py Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00
test_base.py Run Black on the tests again (#5170) 2019-05-10 00:12:11 -05:00
test_cleanup_extrems.py Fix dummy event insertion consent bug (#6053) 2019-09-26 11:47:53 +01:00
test_client_ips.py Test that pruning of old user IPs works 2019-09-24 15:53:17 +01:00
test_devices.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
test_directory.py Fix tests on postgresql (#3740) 2018-09-04 02:21:48 +10:00
test_end_to_end_keys.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
test_event_federation.py Fix dummy event insertion consent bug (#6053) 2019-09-26 11:47:53 +01:00
test_event_metrics.py Support Prometheus_client 0.4.0+ (#5636) 2019-07-18 23:57:15 +10:00
test_event_push_actions.py Run tests under PostgreSQL (#3423) 2018-08-13 16:47:46 +10:00
test_keys.py Store key validity time in the storage layer 2019-05-23 11:52:22 +01:00
test_monthly_active_users.py Remove access-token support from RegistrationStore.register (#5642) 2019-07-10 16:26:49 +01:00
test_profile.py Fix tests on postgresql (#3740) 2018-09-04 02:21:48 +10:00
test_purge.py Port storage/ to Python 3 (#3725) 2018-08-31 00:19:58 +10:00
test_redaction.py Fix test 2019-09-05 17:17:47 +01:00
test_registration.py Fix registration test 2019-08-23 09:25:35 +01:00
test_room.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
test_roommember.py Servers-known-about statistic (#5981) 2019-09-07 01:45:51 +10:00
test_state.py Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00
test_transactions.py Fix errors storing large retry intervals. 2019-10-02 10:36:27 +01:00
test_user_directory.py Run Black on the tests again (#5170) 2019-05-10 00:12:11 -05:00