mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 16:35:45 +00:00
If Pull() fails, which it does on registry or network flakes, bail out early: there's no point in continuing. Same with Save() and restoreImageFromCache(), although those are unlikely to fail. Possibly better solution: retry with backoff. Left as exercise for future maintainer. Use Expect() for failure checks, and correct two existing instances of Printf()/Exit() to also use Expect(). Signed-off-by: Ed Santiago <santiago@redhat.com> |
||
|---|---|---|
| .. | ||
| fixture | ||
| attach_test.go | ||
| auth_test.go | ||
| common_test.go | ||
| connection_test.go | ||
| containers_test.go | ||
| create_test.go | ||
| exec_test.go | ||
| generator_test.go | ||
| images_test.go | ||
| info_test.go | ||
| manifests_test.go | ||
| networks_test.go | ||
| pods_test.go | ||
| resource_test.go | ||
| secrets_test.go | ||
| system_test.go | ||
| test_suite_test.go | ||
| types_test.go | ||
| volumes_test.go | ||