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
Currently the unit test TieredSpilloverCacheTests.testComputeIfAbsentWithFactoryBasedCacheCreation passes but the onHeap cache size is always zero in this case as we are not adding appropriate settings/feature flag
Related component
Search:Performance
To Reproduce
Check fortieredSpilloverCache.getOnHeapCache().count() > 0 in the end of test. Test would fail where it shouldn't ideally.
Expected behavior
OnHeap cache tier size should > 0 for testComputeIfAbsentWithFactoryBasedCacheCreation
Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
OS: [e.g. iOS]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently the unit test TieredSpilloverCacheTests.testComputeIfAbsentWithFactoryBasedCacheCreation passes but the onHeap cache size is always zero in this case as we are not adding appropriate settings/feature flag
Related component
Search:Performance
To Reproduce
Check for
tieredSpilloverCache.getOnHeapCache().count() > 0
in the end of test. Test would fail where it shouldn't ideally.Expected behavior
OnHeap cache tier size should > 0 for testComputeIfAbsentWithFactoryBasedCacheCreation
Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: