Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pull on ContainerStart wrapper used in tests (elastic#15511)
ContainerStart wrapper used in tests was not waiting for the pull to finish, causing flakiness, e.g. in TestDockerStart. Pull can be waited to finish by calling to Close() in the response body. This is also something that has to be done at some moment to avoid leaks. Also add some more context on error messages.
- Loading branch information