-
Notifications
You must be signed in to change notification settings - Fork 433
samples(storagecontrol): add samples for anywhere cache #15134
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15134 +/- ##
==========================================
- Coverage 92.93% 92.92% -0.01%
==========================================
Files 2391 2391
Lines 214995 214995
==========================================
- Hits 199795 199792 -3
- Misses 15200 15203 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
bajajneha27
left a comment
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.
Do we not write sample tests?
No, doesn't appear so for C++. The samples usually run as part of the integration tests but I disabled it for these as creating an AnywhereCache takes an extremely long time. |
I see. We should also add the new file in google/cloud/storage/examples/CMakeLists.txt and google/cloud/storage/examples/storage_examples.bzl |
I don't think we want to do that. If we add storage control samples within storage we would then have to include storage control as a dependency of storage. |
Oh yeah, this is storage control. My bad. |
This change is