-
- Downloads
Add locking to more safely delete state groups: Part 2 (#18130)
This actually makes it so that deleting state groups goes via the new mechanism. c.f. #18107
Showing
- changelog.d/18130.bugfix 1 addition, 0 deletionschangelog.d/18130.bugfix
- synapse/storage/controllers/purge_events.py 76 additions, 4 deletionssynapse/storage/controllers/purge_events.py
- synapse/storage/databases/state/deletion.py 65 additions, 0 deletionssynapse/storage/databases/state/deletion.py
- synapse/storage/databases/state/store.py 21 additions, 7 deletionssynapse/storage/databases/state/store.py
- tests/rest/client/utils.py 1 addition, 1 deletiontests/rest/client/utils.py
- tests/storage/test_purge.py 67 additions, 0 deletionstests/storage/test_purge.py
- tests/storage/test_state_deletion.py 66 additions, 2 deletionstests/storage/test_state_deletion.py
Loading
Please register or sign in to comment