Task summary
Several helping functions are test aware, and get passed a t *testing.T.
These should all be changed to only return an error and not fail the test.
This would allow for a graceful shutdown of each test, and to separate responsabilities.
Created from #2326
Task summary
Several helping functions are test aware, and get passed a
t *testing.T.These should all be changed to only return an error and not fail the test.
This would allow for a graceful shutdown of each test, and to separate responsabilities.
Created from #2326