-
Notifications
You must be signed in to change notification settings - Fork 850
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
NetworkChaos on all address of DNS lookup result #693
Conversation
Signed-off-by: Yang Keao <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #693 +/- ##
==========================================
- Coverage 55.78% 54.53% -1.25%
==========================================
Files 68 69 +1
Lines 4383 4652 +269
==========================================
+ Hits 2445 2537 +92
- Misses 1768 1926 +158
- Partials 170 189 +19
Continue to review full report at Codecov.
|
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.
LGTM
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.
LGTM
/merge |
/run-all-tests |
Signed-off-by: Yang Keao <[email protected]>
Signed-off-by: Yang Keao [email protected]
What problem does this PR solve?
Fix #692
What is changed and how does it work?
Return all results from dns lookup in
ResolveCidr
Check List
Tests
Code changes