summary refs log tree commit diff
path: root/tests/storage/test_id_generators.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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