Skip to content
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: make conditions of ping more explicit #600

Closed
wants to merge 1 commit into from

Conversation

403-html
Copy link

I added the more conditions, because an unspecified timeout not only can mean that someone did not specify ms, but that, for example, did not specify a number in the timeout (and provided string, which we don't check) or specified a minus timeout (which is impossible?).

I added the more conditions, because an unspecified timeout not only can mean that someone did not specify ms, but that, for example, did not specify a number in the timeout (and provided string, which we don't check) or specified a minus timeout (which is impossible?).
@CLAassistant
Copy link

CLAassistant commented Sep 27, 2022

CLA assistant check
All committers have signed the CLA.

@jaffrepaul jaffrepaul added the type: enhancement New feature or request label Jan 30, 2023
@jennifer-shehane jennifer-shehane changed the title feat: make conditions of ping more explicit fix: make conditions of ping more explicit Jan 19, 2024
@jennifer-shehane
Copy link
Member

@MikeMcC399 Any thoughts on this. Seems fine.

@MikeMcC399
Copy link
Collaborator

@jennifer-shehane

Any thoughts on this. Seems fine.

The PR is more than one year old, so it would need to be rebased.

On first glance it looks to be good.

The workflow example-wait-on.yml does not test for the error conditions that this PR attempts to cover, so these should be checked in a manual test.

I have not seen any issues that this PR would solve, so if it is not merged, then I don't see any immediate impact.

I suggest to see if @403-html is interested in reviving the PR and updating it.

@MikeMcC399
Copy link
Collaborator

I am closing this stale PR.

@403-html Please let us know if you want to work on this PR and update it. We can re-open it if necessary.

@MikeMcC399 MikeMcC399 closed this Jan 23, 2024
@403-html
Copy link
Author

403-html commented Jan 23, 2024

Hi, thanks for notifying me @MikeMcC399, it was created after some folks struggled some time ago with not understandable timeout messages. It was quite bizarre case but not with any priority. Can stay closed, unless someone else would find it useful.

@MikeMcC399
Copy link
Collaborator

@403-html

It's good to hear from you and to know that you are still available if needed! Many thanks for replying!

I can imagine that some of the timeout messages could be confusing. I also found that the debug output from ping is not so helpful and I started some work to improve that quite a long time ago. It didn't seem that users were having a problem anymore though so I didn't use that work.

Let's leave this PR closed and as you say, if they is a need we can use it later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants