Fix a bug introduced in Synapse v1.84.0 where workers do not start up when no...
Fix a bug introduced in Synapse v1.84.0 where workers do not start up when no `instance_map` was provided. (#15672) * Fix #15669: always populate instance map even if it was empty * Fix some tests * Fix more tests * Newsfile Signed-off-by:Olivier Wilkinson (reivilibre) <oliverw@matrix.org> * CI fix: don't forget to update apt repository sources before installing olddeps deps * Add test testing the backwards compatibility --------- Signed-off-by:
Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
Showing
- .github/workflows/tests.yml 1 addition, 0 deletions.github/workflows/tests.yml
- changelog.d/15672.bugfix 1 addition, 0 deletionschangelog.d/15672.bugfix
- synapse/config/workers.py 1 addition, 1 deletionsynapse/config/workers.py
- tests/app/test_homeserver_start.py 2 additions, 0 deletionstests/app/test_homeserver_start.py
- tests/app/test_openid_listener.py 1 addition, 0 deletionstests/app/test_openid_listener.py
- tests/config/test_workers.py 39 additions, 4 deletionstests/config/test_workers.py
- tests/replication/test_federation_ack.py 1 addition, 0 deletionstests/replication/test_federation_ack.py
- tests/storage/test_rollback_worker.py 1 addition, 0 deletionstests/storage/test_rollback_worker.py
Loading
Please register or sign in to comment