API: list processes for pods and containers doesn't stream #12115
Labels
In Progress
This issue is actively being worked by the assignee, please do not work on this at this time.
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
The list processes API endpoint for pods and containers both don't seem to support streaming.
This affects version 3.4.x, I have not tested the development version 4.x since the project I'm working on is targeting 3.4.x and 4.x will contain breaking API changes.
Steps to reproduce the issue:
podman system service unix:///home/`whoami`/testing.sock --log-level=debug --time=500
with running pod and container.curl -X GET --unix-socket "/home/`whoami`/testing.sock" "http://d/v3.0.0/libpod/containers/test_container/top?stream=true"
orcurl -X GET --unix-socket "/home/`whoami`/testing.sock" "http://d/v3.0.0/libpod/containers/test_container/top"
since streaming should betrue
by default according to the reference.curl -X GET --unix-socket "/home/`whoami`/testing.sock" "http://d/v3.0.0/libpod/pods/test_pod/top?stream=true"
orcurl -X GET --unix-socket "/home/`whoami`/testing.sock" "http://d/v3.0.0/libpod/pods/test_pod/top"
since streaming should betrue
by default according to the reference.Describe the results you received:
One response.
Describe the results you expected:
Multiple responses streamed over time.
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)
Yes, latest version of 3.4.x built from source.
Additional environment details (AWS, VirtualBox, physical, etc.):
Windows 10, WSL, Debian Bullseye, 64bit
The text was updated successfully, but these errors were encountered: