Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
run tests: better "skip" message for docker-archive test;
remove FIXME, document that podman-remote doesn't support it
run tests: instrument the --conmon-pidfile test in hopes
of tracking down flake CI flake: podman run --conmon-pidfile: conmon not running? #7580: cross-check pidfile against
output of 'podman inspect', and add some debug messages
that will only be seen on test failure.
load tests: the pipe test: save and load a temporary tag,
not $IMAGE. Primary reason is because of podman save --format oci-archive: loses image ID #7371, in which
'podman load' assigns a new image ID (instead of preserving
the saved one). This messes with our image management, and
it turns out to be nonfixable.
Signed-off-by: Ed Santiago [email protected]