summary refs log tree commit diff
path: root/tests/test_test_utils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-18Fix race when persisting create event (#4404)Erik Johnston2-1/+13
* Fix race when persisting create event When persisting a chunk of DAG it is sometimes requried to do a state resolution, which requires knowledge of the room version. If this happens while we're persisting the create event then we need to use that event rather than attempting to look it up in the database.
2019-01-18Tweak code coverage settings (#4400)Erik Johnston3-0/+17
* Tweak code coverage settings * Fix manifest * News