-
Notifications
You must be signed in to change notification settings - Fork 136
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
[Bug Fix] Fix Typo in Stats Header #142
Conversation
CI MessageYour results will arrive shortly |
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.
In response to PR creation
CI Message
Run successful see results:
✔️ PR submitted to develop branch
✔️ Speed tester performance check passed
❌ Linter Failed (please fix style errors)
[Results from nimbnode30]
- Median TX pps for Speed Tester: 38458094
- Performance rating - 109.88% (compared to 35000000 average)
Linter Output
onvm/onvm_mgr/onvm_stats.h:62: Lines should be <= 120 characters long [whitespace/line_length] [5]
onvm/onvm_mgr/onvm_stats.h:63: Lines should be <= 120 characters long [whitespace/line_length] [5]
onvm/onvm_mgr/onvm_stats.h:65: Lines should be <= 120 characters long [whitespace/line_length] [5]
onvm/onvm_mgr/onvm_stats.h:66: Lines should be <= 120 characters long [whitespace/line_length] [5]
onvm/onvm_mgr/onvm_stats.h:67: Lines should be <= 120 characters long [whitespace/line_length] [5]
onvm/onvm_mgr/onvm_stats.h:69: Lines should be <= 120 characters long [whitespace/line_length] [5]
onvm/onvm_mgr/onvm_stats.h:70: Lines should be <= 120 characters long [whitespace/line_length] [5]
onvm/onvm_mgr/onvm_stats.h:72: Lines should be <= 120 characters long [whitespace/line_length] [5]
Total errors found: 8
@kevindweb can you review this one? |
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.
Definitely works! Tested with speed_testers, basic_monitor, pktgen, the usual. Good looks for finding that. Pretty surprised I didn't see this and I worked with stats for weeks!
@onvm testing with another branch |
CI MessageAnother CI run in progress, adding request to the end of the list |
@onvm test over here |
CI MessageAnother CI run in progress, adding request to the end of the list |
@onvm sorry for so many emails 2 |
CI MessageAnother CI run in progress, adding request to the end of the list |
@onvm sfes |
CI MessageAnother CI run in progress, adding request to the end of the list |
CI MessageYour results will arrive shortly |
@onvm queue me up |
@onvm ignore me |
@onvm are we going to work |
CI MessageDuplicate request already waiting, ignoring message |
@onvm test |
CI MessageAnother CI run in progress, adding request to the end of the list |
CI MessageYour results will arrive shortly |
@onvm whats the deal with CI rn |
CI MessageYour results will arrive shortly |
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.
@onvm whats the deal with CI rn
CI Message
Run successful see results:
✔️ PR submitted to develop branch
✔️ Speed tester performance check passed
❌ Linter Failed (please fix style errors)
[Results from nimbnode30]
- Median TX pps for Speed Tester: 38479820
- Performance rating - 109.94% (compared to 35000000 average)
Linter Output
onvm/onvm_mgr/onvm_stats.h:62: Lines should be <= 120 characters long [whitespace/line_length] [5]
onvm/onvm_mgr/onvm_stats.h:63: Lines should be <= 120 characters long [whitespace/line_length] [5]
onvm/onvm_mgr/onvm_stats.h:65: Lines should be <= 120 characters long [whitespace/line_length] [5]
onvm/onvm_mgr/onvm_stats.h:66: Lines should be <= 120 characters long [whitespace/line_length] [5]
onvm/onvm_mgr/onvm_stats.h:67: Lines should be <= 120 characters long [whitespace/line_length] [5]
onvm/onvm_mgr/onvm_stats.h:69: Lines should be <= 120 characters long [whitespace/line_length] [5]
onvm/onvm_mgr/onvm_stats.h:70: Lines should be <= 120 characters long [whitespace/line_length] [5]
onvm/onvm_mgr/onvm_stats.h:72: Lines should be <= 120 characters long [whitespace/line_length] [5]
Total errors found: 8
This PR adds the following bug fix to the master branch: [Bug Fix] Fix Typo in Console Stats Header (#142)
The header says rx_drop and tx_drop but its actually rx and tx stat, this pr fixes that.
Summary:
Yeaaaaa, can't believe I didn't notice this one during release review.
First bug of 19.05, kudos to @Grace-Liu for helping find this one
Usage:
Just test the stats output modes.
Merging notes:
TODO before merging :
Test Plan:
Can someone look through the args and confirm everything else is in the right spot
Review:
Pls review