-
Notifications
You must be signed in to change notification settings - Fork 606
give a way to access the stale cache #216
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 Report
@@ Coverage Diff @@
## master #216 +/- ##
==========================================
+ Coverage 90.08% 91.17% +1.09%
==========================================
Files 15 15
Lines 716 714 -2
==========================================
+ Hits 645 651 +6
+ Misses 61 55 -6
+ Partials 10 8 -2
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, will let others 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.
LGTM, will let others comment.
@cristaloleg this looks good to me. I think it would be good to version bump after merging this because it sets an explicit value, so it's technically a minor API change. @flisky can you please rebase and then re-request a review? |
EntryStatus back to the caller "Expired" cannot be differentiated. Fixing this by default "_" to 0 and incremental RemoveReasons comment was missing for GetWithInfo api so updated that test: ran all unit test cases Change-Id: Ic3e2259630668af0d4b5110125f2d8e43b83081b
c47ca6f
to
3da1e57
Compare
an update for #181 :)