File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
modules/cache-common/src/test/java/org/opensearch/cache/common/tier Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -142,10 +142,6 @@ public void testComputeIfAbsentWithFactoryBasedCacheCreation() throws Exception
142
142
LoadAwareCacheLoader <String , String > tieredCacheLoader = getLoadAwareCacheLoader ();
143
143
tieredSpilloverCache .computeIfAbsent (key , tieredCacheLoader );
144
144
}
145
- long actualDiskCacheSize = tieredSpilloverCache .getDiskCache ().count ();
146
- // assertEquals(actualDiskCacheSize, removalListener.evictionsMetric.count()); // Evictions from onHeap equal to
147
- // disk cache size.
148
-
149
145
tieredSpilloverCache .getOnHeapCache ().keys ().forEach (onHeapKeys ::add );
150
146
tieredSpilloverCache .getDiskCache ().keys ().forEach (diskTierKeys ::add );
151
147
You can’t perform that action at this time.
0 commit comments