containers / podman

Podman: A tool for managing OCI containers and pods.
https://podman.io
Apache License 2.0
22.36k stars 2.31k forks source link

test/system: debug file leaks #23100

Open Luap99 opened 5 days ago

Luap99 commented 5 days ago

Does this PR introduce a user-facing change?

openshift-ci[bot] commented 5 days ago

Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
openshift-ci[bot] commented 5 days ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Luap99

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/containers/podman/blob/main/OWNERS)~~ [Luap99] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
edsantiago commented 5 days ago

smoking gun in f39 root

Luap99 commented 5 days ago
- podman build --authfile bogus
- podman image scp transfer

These leak in the file I checked. There is also intermediate-mountpoint-0.0 leaked bu this is expected https://github.com/containers/podman/pull/23032, I might want to look at a better way there