-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Remote Store] Add missing unit test in main #9101
[Remote Store] Add missing unit test in main #9101
Conversation
Signed-off-by: Suraj Singh <surajrider@gmail.com>
Gradle Check (Jenkins) Run Completed with:
|
|
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #9101 +/- ##
============================================
- Coverage 71.03% 71.00% -0.03%
+ Complexity 57314 57275 -39
============================================
Files 4765 4765
Lines 270357 270380 +23
Branches 39543 39546 +3
============================================
- Hits 192043 191993 -50
- Misses 62151 62249 +98
+ Partials 16163 16138 -25
|
Codecov is reporting missing coverage for unrelated changes. Ignoring. |
Yes they are false negatives since plugins' branches are not in sync with core yet! See attached open issues in this PR: #9073 |
Signed-off-by: Suraj Singh <surajrider@gmail.com> Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
Signed-off-by: Suraj Singh <surajrider@gmail.com> Signed-off-by: Ivan Brusic <ivan.brusic@flocksafety.com>
Signed-off-by: Suraj Singh <surajrider@gmail.com> Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Description
Forward port unit test
testUploadMetadataMissingSegment
added in #8653Related Issues
Resolves None
Check List
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 here.