diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-03-31 17:27:56 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-03-31 17:43:58 +0100 |
commit | 51f4d52cb4663a056372d779b78488aeae45f554 (patch) | |
tree | 0677fb8611ac30e00c2690a694bf73e41e7c2006 | |
parent | Make `has_completed_background_updates` async (diff) | |
download | synapse-51f4d52cb4663a056372d779b78488aeae45f554.tar.xz |
Set a logging context while running the bg updates
This mostly just reduces the amount of "running from sentinel context" spam during unittest setup.
-rw-r--r-- | tests/unittest.py | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/unittest.py b/tests/unittest.py |