Skip to content

Commit 15e4259

Browse files
committed
removed the slab approx free percent check since it the value is close to 9.5 but not guaranteed to be >= 9.5
1 parent 0ec1d07 commit 15e4259

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cachelib/allocator/tests/AllocatorMemoryTiersTest.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ class AllocatorMemoryTiersTest : public AllocatorTest<AllocatorT> {
136136
stats = allocator->getGlobalCacheStats();
137137
slabStats = allocator->getAllocationClassStats(0,0,cid);
138138
}
139-
ASSERT_GE(slabStats.approxFreePercent,9.5);
140139

141140
auto perclassEstats = allocator->getBackgroundMoverClassStats(MoverDir::Evict);
142141
auto perclassPstats = allocator->getBackgroundMoverClassStats(MoverDir::Promote);

0 commit comments

Comments
 (0)