Skip to content

Test output cleanup, no naked returns

Jacob Vosmaer requested to merge style-naked-return into master
  • Close client connections, this suppresses a lot of transport errors
  • Use context with cancelations in all tests
  • Use t.Run() everywhere while we're at it (so defer cancel() makes sense)
  • Use the new logging system in commit tests
Edited by GitLab Release Tools Bot

Merge request reports