MatrixSynapse/tests/util
DeepBlueV7.X 19a1cda084
Properly update retry_last_ts when hitting the maximum retry interval (#16156)
* Properly update retry_last_ts when hitting the maximum retry interval

This was broken in 1.87 when the maximum retry interval got changed from
almost infinite to a week (and made configurable).

fixes #16101

Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>

* Add changelog

* Change fix + add test

* Add comment

---------

Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
Co-authored-by: Mathieu Velten <mathieuv@matrix.org>
2023-08-23 09:35:23 +01:00
..
caches
__init__.py
test_async_helpers.py
test_batching_queue.py
test_check_dependencies.py
test_dict_cache.py
test_expiring_cache.py
test_file_consumer.py
test_itertools.py
test_linearizer.py
test_logcontext.py
test_logformatter.py
test_lrucache.py
test_macaroons.py
test_ratelimitutils.py
test_retryutils.py Properly update retry_last_ts when hitting the maximum retry interval (#16156) 2023-08-23 09:35:23 +01:00
test_rwlock.py
test_stream_change_cache.py
test_stringutils.py
test_task_scheduler.py
test_threepids.py
test_treecache.py
test_wheel_timer.py