diff options
author | Richard van der Hoff <richard@matrix.org> | 2017-10-11 15:05:05 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2017-10-11 15:05:05 +0100 |
commit | 4fad8efbfb1726c72bdd7cbbacc894b8701efec3 (patch) | |
tree | 355ebe6a112915c9028d7ca6296f493cff12320a /tests | |
parent | Merge pull request #2517 from matrix-org/rav/fed_server_refactor (diff) | |
download | synapse-4fad8efbfb1726c72bdd7cbbacc894b8701efec3.tar.xz |
Fix stackoverflow and logcontexts from linearizer
1. make it not blow out the stack when there are more than 50 things waiting for a lock. Fixes https://github.com/matrix-org/synapse/issues/2505. 2. Make it not mess up the log contexts.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/util/test_linearizer.py | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/tests/util/test_linearizer.py b/tests/util/test_linearizer.py |