0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-02 02:38:59 +02:00
synapse/tests/util
Patrick Cloke 6a8310f3df
Compare to the earliest known stream pos in the stream change cache. (#14435)
The internal methods of the StreamChangeCache were inconsistently
treating the earliest known stream position as valid. It is now treated as
invalid, meaning the cache cannot determine if an entity at the earliest
known stream position has changed or not.
2022-12-05 09:00:59 -05:00
..
caches Add missing type hints to test.util.caches (#14529) 2022-11-22 17:35:54 -05:00
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_async_helpers.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00
test_batching_queue.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00
test_check_dependencies.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00
test_dict_cache.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00
test_expiring_cache.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00
test_file_consumer.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00
test_itertools.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00
test_linearizer.py Fix edge case where a Linearizer could get stuck (#12358) 2022-04-05 17:19:16 +01:00
test_logcontext.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00
test_logformatter.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00
test_lrucache.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00
test_macaroons.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00
test_ratelimitutils.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00
test_retryutils.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00
test_rwlock.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00
test_stream_change_cache.py Compare to the earliest known stream pos in the stream change cache. (#14435) 2022-12-05 09:00:59 -05:00
test_stringutils.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00
test_threepids.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00
test_treecache.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00
test_wheel_timer.py Add missing types to tests.util. (#14597) 2022-12-02 17:58:56 +00:00