Closed MariusBgm closed 2 months ago
Only 2 minor remarks:
1. Clang Format: The CI shows 6 files, which are not formatted correctly (warnings). 2. For an entire cleanup w.r.t. the MakeTestRegistryUri() method, you could consider removing the (now obsolete) header `include "GetTestPid.hpp"` from the ITests.
Thanks for having a look. I removed the GetTestPid.hpp
where possible. Not sure about clang-format, I'll have to investigate why it doesn't format those files for me (later).
remove the
MakeTestRegistryUri
function from all tests. Use the dynamically allocated registry port instead.