summary refs log tree commit diff
path: root/tests/util/test_stream_change_cache.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check the stream position before checking if the cache is empty. (#14639)Patrick Cloke2022-12-081-3/+4
* Better return type for `get_all_entities_changed` (#14604)Erik Johnston2022-12-051-8/+12
* Compare to the earliest known stream pos in the stream change cache. (#14435)Patrick Cloke2022-12-051-25/+13
* Add missing types to tests.util. (#14597)Patrick Cloke2022-12-021-7/+7
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-3/+6
* Allow configuration of Synapse's cache without using synctl or environment va...Amber Brown2020-05-111-4/+1
* Extend StreamChangeCache to support multiple entities per stream ID (#7303)Richard van der Hoff2020-04-221-9/+60
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-13/+5
* Run black.black2018-08-101-11/+2
* Add unit testErik Johnston2018-07-171-0/+16
* Fixup unit testErik Johnston2018-07-131-3/+3
* run isortAmber Brown2018-07-091-1/+2
* Port to sortedcontainers (with tests!) (#3332)Amber Brown2018-06-061-0/+198