-
Notifications
You must be signed in to change notification settings - Fork 5.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
kv: make sure each streaming response does contain a range entry #12907
Conversation
…ain a range entry
Codecov Report
@@ Coverage Diff @@
## master #12907 +/- ##
===========================================
Coverage 80.0396% 80.0396%
===========================================
Files 465 465
Lines 107403 107403
===========================================
Hits 85965 85965
Misses 14949 14949
Partials 6489 6489 |
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
/run-unit-test |
/run-unit-test |
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
/rebuild |
/run-all-tests |
@SunRunAway merge failed. |
/run-all-tests |
/merge |
/run-all-tests |
What problem does this PR solve?
Part of #12131, This pr is just an enhancement, not a bug fix.
See #12131 (comment)
What is changed and how it works?
Add a strict check to make sure each streaming response does contain a range entry, but not to return wrong results to user.
Check List
Tests
Code changes
Side effects
Related changes
Release note