DataDog / system-tests

Test framework for libraries and agents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Log requests done during system/parametric tests in curl format

bwoebi opened this issue · comments

I just had to debug a system-test with gdb attached right now: it would be awesome, if the system tests would log the requests done in a curl-compatible format into a log file tied to the specific test.
It's not that nice to manually assemble multiple subsequent curl requests from the code.