-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Play remote system tests do not test proper failure in unsupported cases #16271
Comments
Thanks for filing the issue, @ygalblum ! |
A friendly reminder that this issue had no activity for 30 days. |
@ygalblum @vrothberg Is the goal here to fix the tests or implement podman kube play --build for the remote API? |
I don't think that supporting So making sure the tests do proper error checks for remote clients SGTM |
Still a TODO |
There is some demand to add remote build support #24435 |
/kind bug
Description
Some features, e.g.
podman play --build
, are only supported locally and therefore block the user from using them with podman-remote. However, the system tests skip the relevant tests instead of verifying that the requests properly fail (see https://github.com/containers/podman/blob/main/test/system/700-play.bats#L243)Steps to reproduce the issue:
Run the system test:
PODMAN=./bin/podman-remote bats test/system/700-play.bats
Describe the results you received:
The test "podman play --build --context-dir" is skipped
Describe the results you expected:
The test verifies that the request was properly blockes
The text was updated successfully, but these errors were encountered: