-
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: missing error messages #4096
Comments
Test had incorrectly been disabled for all podman; it should've been disabled only for podman-remote. Fixed that, and fixed the problem that was causing failures: podman-remote is gobbling up stdin (containers#4095), so no tests were actually being run at all, or only one. Fixed by redirecting input on the run_podman invocation. Added, as backup, a confirmation mechanism to ensure that all expected tests are being run. Note that test is reenabled, but the output check is disabled for podman-remote due to containers#4096; this at least lets us check exit status. Signed-off-by: Ed Santiago <[email protected]>
This issue had no activity for 30 days. In the absence of activity or the "do-not-close" label, the issue will be automatically closed within 7 days. |
Problem still present in master @ 381fa4d |
You need to not only reopen, but clear the stale-issue label, to prevent it from autoclosing again. Sort of annoying. |
This issue had no activity for 30 days. In the absence of activity or the "do-not-close" label, the issue will be automatically closed within 7 days. |
(i.e. no output). Error message goes only to the varlink window:
podman-1.6.0-2.fc30.x86_64 as well as current master @ 83b2348; but this is a longstanding bug
The text was updated successfully, but these errors were encountered: