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 timeout option in Windows ping input sample configuration #2885

Merged
merged 1 commit into from
Jun 6, 2017
Merged

Fix timeout option in Windows ping input sample configuration #2885

merged 1 commit into from
Jun 6, 2017

Conversation

marianob85
Copy link
Contributor

Fix problem with crash when using sample output configuration on Windows platform
…line 617: ping.Ping.Timeout: `float64' is not any types of int"

Timeout variable was set as integer and should be float. Broken after refactoring code to float variables some time ago.

Required for all PRs:

  • [x ] Signed CLA.
  • [x ] Associated README.md updated.
  • [x ] Has appropriate unit tests.

@danielnelson
Copy link
Contributor

Thanks for fixing this. We should lowercase timeout, do you want to grab that too?

@danielnelson danielnelson changed the title [Ping][Windows] Wrong sample output configuration for 'Timeout' variable Fix timeout option in Windows ping input sample configuration Jun 5, 2017
@danielnelson danielnelson added this to the 1.4.0 milestone Jun 5, 2017
…line 617: ping.Ping.Timeout: `float64' is not any types of int"

Timeout sample lowercase
Fix unit tests
@marianob85
Copy link
Contributor Author

please review.

@danielnelson danielnelson merged commit 56a7ffe into influxdata:master Jun 6, 2017
@danielnelson
Copy link
Contributor

Thanks!

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