diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-01-21 19:04:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-21 19:04:58 +0000 |
commit | 07124d028df6b33336dcc2ef807fd7866f42902a (patch) | |
tree | 964a1540ad4eb30991e78a0b0144c215faa52ec7 /changelog.d | |
parent | Add a DeltaState to track changes to be made to current state (#6716) (diff) | |
download | synapse-07124d028df6b33336dcc2ef807fd7866f42902a.tar.xz |
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
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6718.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6718.bugfix b/changelog.d/6718.bugfix new file mode 100644 index 0000000000..23b23e3ed8 --- /dev/null +++ b/changelog.d/6718.bugfix @@ -0,0 +1 @@ +Fix a bug causing the `synapse_port_db` script to return 0 in a specific error case. |