Skip to content

Wrap all docker errors

Kamil Trzciński requested to merge wrap-docker-errors into master

What does this MR do?

This MR improves error messages from Docker Client, by wrapping all error messages with information about callee and time spent on request. It will allow to easier understand whether this error is legitimate or we hit timeout.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Tests
    • Added for this feature/bug
    • All builds are passing
  • Branch has no merge conflicts with master (if you do - rebase it please)

What are the relevant issue numbers?

cc @tmaczukin

Merge request reports