-
Notifications
You must be signed in to change notification settings - Fork 12
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
Only cache payloads matching the current session #855
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @bidetofevil and the rest of your teammates on Graphite |
fb88274
to
5b07444
Compare
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
3f0edfe
to
fb2dad9
Compare
5b07444
to
bd36671
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #855 +/- ##
==========================================
- Coverage 80.80% 80.76% -0.04%
==========================================
Files 429 429
Lines 11465 11469 +4
Branches 1750 1752 +2
==========================================
- Hits 9264 9263 -1
- Misses 1445 1446 +1
- Partials 756 760 +4
|
bd36671
to
9b8e510
Compare
Merge activity
|
Goal
Only do the session caching if the sessionId of the session object to be cached matches the current session
Testing
Added tests where the caching runs after the current session has moved on to ensure no saving is done.