summary refs log tree commit diff
path: root/tests/util/test_linearizer.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make tests py3 compatibleAdrian Tschira2018-04-161-1/+2
| | | | | | | | | | | This is a mixed commit that fixes various small issues * print parentheses * 01 is invalid syntax (it was octal in py2) * [x for i in 1, 2] is invalid syntax * six moves Signed-off-by: Adrian Tschira <nota@notafile.com>
* Fix stackoverflow and logcontexts from linearizerRichard van der Hoff2017-10-111-4/+24
| | | | | | | 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.
* Deduplicate joinsErik Johnston2016-04-071-0/+44