summary refs log tree commit diff
path: root/tests/replication/storage/_base.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
| | | | | During the migration the automated script to update the copyright headers accidentally got rid of some of the existing copyright lines. Reinstate them.
* Update license headersPatrick Cloke2023-11-211-11/+16
|
* Stop patching EventBase.__eq__ in tests. (#16349)Patrick Cloke2023-09-181-5/+12
| | | | It is clearer to directly test equality instead of doing indirect assertions via patching __eq__.
* Update code to refer to "workers". (#15606)Patrick Cloke2023-05-161-0/+72
A bunch of comments and variables are out of date and use obsolete terms.