-
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
Fix handling and documentation of podman wait --interval #8093
Conversation
In older versions of podman, we supported decimal numbers defaulting to microseconds. This PR fixes to allow users to continue to specify only digits. Also cleaned up documentation to fully describe what input for --interval flag. Finally improved testing on podman wait to actually make sure the command succeeded. Fixed tests to work on podman-remote. Signed-off-by: Daniel J Walsh <[email protected]>
Fixes: #8088 |
LGTM |
@containers/podman-maintainers PTAL |
LGTM
…On Wed, Oct 21, 2020, 07:01 Daniel J Walsh ***@***.***> wrote:
@containers/podman-maintainers
<https://github.com/orgs/containers/teams/podman-maintainers> PTAL
—
You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub
<#8093 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB3AOCC5D27GAF66CT6WADDSL25SBANCNFSM4SZSPORA>
.
|
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: rhatdan, saschagrunert 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 |
Restarted the failing integration test. |
LGTM |
/lgtm |
In older versions of podman, we supported decimal numbers defaulting
to microseconds. This PR fixes to allow users to continue to specify
only digits.
Also cleaned up documentation to fully describe what input for --interval flag.
Finally improved testing on podman wait to actually make sure the command succeeded.
Fixed tests to work on podman-remote.
Signed-off-by: Daniel J Walsh [email protected]