-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
podman-remote,bindings: trim context path correctly when its emptydir
#16810
podman-remote,bindings: trim context path correctly when its emptydir
#16810
Conversation
3efdf66
to
4d99726
Compare
LGTM |
Still fighting with some tests on this one @flouthoc |
df69165
to
dfddda9
Compare
podman-remote converts and sends absolute path as context when its an emptydir by adding additional seperator however it should correctly trim the path and not add additional seperator for such use cases. Closes: BZ#2145054 Signed-off-by: Aditya R <[email protected]>
dfddda9
to
553df87
Compare
@TomSweeneyRedHat Passes now. |
@containers/podman-maintainers PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: flouthoc, vrothberg 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:
Approvers can indicate their approval by writing |
July 2022: test was flaking on new VM images. We needed new images, so I filed containers#15014 and skipped the test. January 2023: no attention from anyone, so I'll try bumping up a dd timeout from 10s to 30s. But in the interim, the test has broken: it used to expect "Containerfile" in output (this was deliberately added in containers#13655)... but containers#16810 changed that so Containerfile no longer appears. @flouthoc argues that this too is deliberate (containers#17059). Okay, so let's change the test then. All I care about is not adding more regressions. Signed-off-by: Ed Santiago <[email protected]>
podman-remote converts and sends absolute path as context when its an emptydir by adding additional seperator however it should correctly trim the path and not add additional seperator for such use cases.
Closes: BZ#2145054