You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
As part of tiered caching, we added a ehcache disk cache tier to be used in additional to on heap cache. We don't have enough IT tests as we were still waiting on all changes to be merged in (like serializers etc) before we do that.
Describe the solution you'd like
Add IT test for ehcacheDiskCache following scenarios:
Sanity testing for basic put/get.
Test invalidation function
Verify stats are functioning correctly.
Verify close() is called appropriately.
Related component
Search:Performance
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
As part of tiered caching, we added a ehcache disk cache tier to be used in additional to on heap cache. We don't have enough IT tests as we were still waiting on all changes to be merged in (like serializers etc) before we do that.
Describe the solution you'd like
Add IT test for ehcacheDiskCache following scenarios:
Related component
Search:Performance
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: