Open arctic-alpaca opened 3 years ago
0001-We-should-use-same-api-as-local.patch.txt Charlie, not sure if this is a bug or not, but we should apply this patch to the code, if you are going to open a PR.
Ok, @rhatdan applied patch, will open a PR and we can discuss if it is an issue or not. Should I add a test to make sure the response is of type string?
A friendly reminder that this issue had no activity for 30 days.
@rhatdan did we ever decide if this is actually a bug?
Yes I think it should be fixed.
A friendly reminder that this issue had no activity for 30 days.
@cdoern still working on this?
yep @rhatdan I have a PR out for it, I will check back on it today
A friendly reminder that this issue had no activity for 30 days.
@cdoern any progress?
@rhatdan I am waiting on some feedback from @jwhonce I am getting stuck in some weird spots. I applied the diff you gave me but Jhon says that it is a breaking API change.
Breaking API changes are good for 4.0
ok, I will try to figure this out and get the PR working @rhatdan
@jwhonce is "Err' not the right keyword for deleting pods? https://github.com/containers/podman/pull/12164/checks?check_run_id=4694248413
the api docs says it is... https://docs.podman.io/en/latest/_static/api.html#operation/PodDeleteLibpod
A friendly reminder that this issue had no activity for 30 days.
@cdoern @jwhonce Is this fixed?
A friendly reminder that this issue had no activity for 30 days.
A friendly reminder that this issue had no activity for 30 days.
@baude Any movement on this?
A friendly reminder that this issue had no activity for 30 days.
@cdoern can we revisit this? What was the actual reason for closing the PR you created for it.
A friendly reminder that this issue had no activity for 30 days.
@cdoern @umohnani8 what is the state of this?
A friendly reminder that this issue had no activity for 30 days.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
The remove pod API endpoint returns
null
instead of a string forErr
.Steps to reproduce the issue:
podman pod create --name test
podman system service unix:///home/`whoami`/testing.sock --log-level=debug --time=500
curl -v -X DELETE --unix-socket /home/`whoami`/testing.sock http://d/v3.0.0/libpod/pods/test
Describe the results you received:
{"Err":null,"Id":"ad616474ff43c63017304815dae32359a2792ab3f9001e0e8d304a18162cfbdf"}
Describe the results you expected:
{"Err":"","Id":"ad616474ff43c63017304815dae32359a2792ab3f9001e0e8d304a18162cfbdf"}
Or some other string instead ofnull
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Using the static version from here. Can't try a newer one as they fail with:
Additional environment details (AWS, VirtualBox, physical, etc.): Windows 10, WSL2, Debian Bullseye