summary refs log tree commit diff
path: root/tests/test_test_utils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-21Fix some instances of ExpiringCache not expiring cache itemsErik Johnston16-39/+12
ExpiringCache required that `start()` be called before it would actually start expiring entries. A number of places didn't do that. This PR removes `start` from ExpiringCache, and automatically starts backround reaping process on creation instead.
2018-09-20Always LL ourselves if we're in a room to simplify clients (#3916)Matthew Hodgson2-0/+5
Should fix http