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

String changes in internal/polling/polling.go #20

Merged
merged 2 commits into from
Jan 9, 2023

Conversation

stappersg
Copy link
Contributor

The most important one, from the point of view of human user, is the addition of telling that a maximum retry has been reached.

The poll script got rid of the way too long line. That is done by using "iPXE script continueing line character", , backslash. Poll interval shorter, from ten seconds to seven seconds, also from 10000 ms to more readable 7000 ms (clearly three zeros (how many zeros are in 10000? (four or five?))).
Added information about a loop that only looks like a loop.

A minor s/iPXE/iPXE client/.

In directory test/integ-test/expected-results/ are poll-unknown.txt and poll.txt updated for getting a clean make test.

The most important one, from the point of view of human user,
is the addition of telling that a maximum retry has been reached.

The poll script got rid of the way too long line. That is done
by using "iPXE script continueing line character", \, backslash.
Poll interval shorter, from ten seconds to seven seconds,
also from 10000 ms to more readable 7000 ms (clearly three zeros (how
many zeros are in 10000? (four or five?))).
Added information about a loop that only looks like a loop.

A minor  `s/iPXE/iPXE client/`.

In directory test/integ-test/expected-results/ are poll-unknown.txt
and poll.txt updated for getting a clean `make test`.
This was referenced Jan 8, 2023
In particular, mentioning 'maxRetry' exposes implementation code to
the end user, which we should avoid.
@raul-te raul-te merged commit d201438 into thousandeyes:master Jan 9, 2023
@stappersg stappersg deleted the string_changes branch January 14, 2023 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants