summary refs log tree commit diff
path: root/tests/storage/test_id_generators.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use inline type hints in `tests/` (#10350)Jonathan de Jong2021-07-131-3/+3
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Bugbear: Add Mutable Parameter fixes (#9682)Jonathan de Jong2021-04-081-6/+8
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-14/+16
* Allow moving account data and receipts streams off master (#9104)Erik Johnston2021-01-181-6/+106
* Make event persisters periodically announce position over replication. (#8499)Erik Johnston2020-10-121-9/+16
* Don't table scan events on worker startup (#8419)Erik Johnston2020-09-291-0/+18
* Add checks for postgres sequence consistency (#8402)Erik Johnston2020-09-281-3/+19
* Fix MultiWriteIdGenerator's handling of restarts. (#8374)Erik Johnston2020-09-241-8/+111
* Use `async with` for ID gens (#8383)Erik Johnston2020-09-231-25/+41
* Fix `MultiWriterIdGenerator.current_position`. (#8257)Erik Johnston2020-09-081-0/+50
* Make MultiWriterIDGenerator work for streams that use negative stream IDs (#8...Erik Johnston2020-09-011-0/+105
* Fix missing _add_persisted_position (#8179)Erik Johnston2020-08-271-3/+49
* Add functions to `MultiWriterIdGen` used by events stream (#8164)Erik Johnston2020-08-251-0/+36
* Separate `get_current_token` into two. (#8113)Erik Johnston2020-08-191-8/+8
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-7/+7
* Add MultiWriterIdGenerator. (#7281)Erik Johnston2020-05-041-0/+184