mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-27 19:10:50 -04:00
Port synapse_port_db to async/await (#6718)
* Raise an exception if there are pending background updates So we return with a non-0 code * Changelog * Port synapse_port_db to async/await * Port update_database to async/await * Add version string to mocked homeservers * Remove unused imports * Convert overseen bits to async/await * Fixup logging contexts * Fix imports * Add a way to print an error without raising an exception * Incorporate review
This commit is contained in:
parent
0e68760078
commit
07124d028d
3 changed files with 126 additions and 89 deletions
1
changelog.d/6718.bugfix
Normal file
1
changelog.d/6718.bugfix
Normal file
|
@ -0,0 +1 @@
|
|||
Fix a bug causing the `synapse_port_db` script to return 0 in a specific error case.
|
Loading…
Add table
Add a link
Reference in a new issue