summary refs log tree commit diff
path: root/tests/util/test_linearizer.py (unfollow)
Commit message (Collapse)AuthorFilesLines
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.
2018-12-03Add a basic .editorconfigAaron Raimist3-0/+11
Signed