-
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
Support reorder in network delay chaos #252
Conversation
@yeya24 please fix ci |
I think reorder has to cooperate with delay, doesn't it?
Reorder will make some packets be sent immediately while others are delayed. |
@YangKeao Thanks for it! Sorry I miss that. What about make reorder an option field in delay? |
@yeya24 Great. But notice that |
/test |
I haven't updated this PR as @YangKeao said, let me make the state to WIP. |
Signed-off-by: yeya24 <[email protected]> regenerate crd files Signed-off-by: yeya24 <[email protected]>
Signed-off-by: yeya24 <[email protected]>
Ready for review now. But I found the netem reorder is not that easy to test. |
Signed-off-by: yeya24 <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #252 +/- ##
==========================================
+ Coverage 59.61% 60.62% +1.01%
==========================================
Files 37 40 +3
Lines 2028 2494 +466
==========================================
+ Hits 1209 1512 +303
- Misses 724 882 +158
- Partials 95 100 +5
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
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: yeya24 [email protected]
What problem does this PR solve?
What is changed and how does it work?
Add a reorder fields in network delay chaos
Check List
Tests
Code changes
Side effects
Related changes
Does this PR introduce a user-facing change?: