File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
modules/cache-common/src/test/java/org/opensearch/cache/common/tier Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -286,9 +286,6 @@ public void testComputeIfAbsentWithEvictionsFromOnHeapCache() throws Exception {
286
286
LoadAwareCacheLoader <String , String > tieredCacheLoader = getLoadAwareCacheLoader ();
287
287
tieredSpilloverCache .computeIfAbsent (key , tieredCacheLoader );
288
288
}
289
- long actualDiskCacheSize = tieredSpilloverCache .getDiskCache ().count ();
290
- // assertEquals(actualDiskCacheSize, removalListener.evictionsMetric.count()); // Evictions from onHeap equal to
291
- // disk cache size.
292
289
293
290
tieredSpilloverCache .getOnHeapCache ().keys ().forEach (onHeapKeys ::add );
294
291
tieredSpilloverCache .getDiskCache ().keys ().forEach (diskTierKeys ::add );
You can’t perform that action at this time.
0 commit comments