summary refs log tree commit diff
path: root/tests/patch_inline_callbacks.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-04Patch defer.inlineCallbacks to check logcontexts in tests (#4205)Richard van der Hoff1-0/+90
2018-12-04Run the AS senders as background processes (#4189)Richard van der Hoff2-12/+26
This should fix some "Starting db connection from sentinel context" warnings, and will mean we get metrics for these processes.