-
Notifications
You must be signed in to change notification settings - Fork 340
test(dragonfly-client-storage): add e2e test for cache upload/download. #3941
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
test(dragonfly-client-storage): add e2e test for cache upload/download. #3941
Conversation
Signed-off-by: southwest <1403572259@qq.com>
Signed-off-by: southwest <1403572259@qq.com>
Signed-off-by: southwest miao <1403572259@qq.com>
Signed-off-by: southwest miao <1403572259@qq.com>
Signed-off-by: southwest miao <1403572259@qq.com>
Signed-off-by: southwest miao <1403572259@qq.com>
Signed-off-by: southwest miao <1403572259@qq.com>
Signed-off-by: southwest miao <1403572259@qq.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3941 +/- ##
==========================================
- Coverage 34.55% 34.51% -0.04%
==========================================
Files 339 339
Lines 39937 39944 +7
==========================================
- Hits 13800 13788 -12
- Misses 25234 25249 +15
- Partials 903 907 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Signed-off-by: southwest miao <1403572259@qq.com>
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.
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Signed-off-by: southwest miao <1403572259@qq.com>
Signed-off-by: southwest miao <1403572259@qq.com>
Signed-off-by: southwest miao <1403572259@qq.com>
Signed-off-by: southwest miao <1403572259@qq.com>
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
Signed-off-by: southwest miao <1403572259@qq.com>
Signed-off-by: southwest miao <1403572259@qq.com>
Signed-off-by: southwest miao <1403572259@qq.com>
Signed-off-by: southwest miao <1403572259@qq.com>
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
Description
This update adds
load_to_cache
arg when using Open API to preheat and enhances the preheat test case for100MiB file in cache
by adding metrics validation.Changes
New Struct Member
LoadToCache
in:Code Perfection
LoadToCache
.Test Cases
Related Issue
Motivation and Context
Screenshots (if appropriate)
Types of changes
Checklist