-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Reduce test verbosity in arp.rs TODO #4600
Conversation
1a66088
to
8303d40
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4600 +/- ##
=======================================
Coverage 82.13% 82.13%
=======================================
Files 255 255
Lines 31267 31267
=======================================
Hits 25682 25682
Misses 5585 5585
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Thanks for the PR! As with #4601, could you squash all the commit and make sure the style tests pass (./tools/devtool checkstyle)? Thanks!
57fb051
to
d2788c6
Compare
Style resolved and commits squashed. |
In arp, there was originally lots of repetitive code. This was removed. Signed-off-by: Andrew Yao <[email protected]>
Changes
Repetitively redefined different ARP requests were streamlined the code to be more generalized, shorter, and easier to follow, by refactoring the code.
...
Reason
Address a TODO regarding the verbosity of the tests. See #3273
...
License Acceptance
By submitting this pull request, I confirm that my contribution is made under
the terms of the Apache 2.0 license. For more information on following Developer
Certificate of Origin and signing off your commits, please check
CONTRIBUTING.md
.PR Checklist
PR.
CHANGELOG.md
.TODO
s link to an issue.contribution quality standards.
rust-vmm
.