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

Adding simple retry for empty value #104

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

jtaleric
Copy link
Member

@jtaleric jtaleric commented Sep 11, 2023

Type of change

  • Refactor
  • New feature
  • Bug fix
  • Optimization
  • Documentation Update

Description

We are seeing NaN in some CI runs. This is due to no output from netperf. This change makes a second attempt in the event the parsing fails to succeed.

Related Tickets & Documents

  • Related Issue #
  • Closes #

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.

Testing

  • Please describe the System Under Test.
  • Please provide detailed steps to perform tests related to this code change.
  • How were the fix/results from this change verified? Please provide relevant screenshots or results.

We are seeing `NaN` in some CI runs. This is due to no output from
netperf. This change makes a second attempt in the event the parsing
fails to succeed.

Signed-off-by: Joe Talerico <rook@redhat.com>
@jtaleric jtaleric merged commit a302966 into cloud-bulldozer:main Sep 15, 2023
5 checks passed
@jtaleric jtaleric deleted the fix-empty-result branch September 15, 2023 13:11
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