pmem / CacheLib

Pluggable in-process caching engine to build and scale high performance services
https://www.cachelib.org
Apache License 2.0
5 stars 13 forks source link

BaseAllocatorTest/2.ChainedItemSerialization failure #11

Closed igchor closed 1 year ago

igchor commented 2 years ago

Failed on develop branch: https://github.com/pmem/CacheLib/runs/4224611639?check_suite_focus=true

/__w/CacheLib/CacheLib/cachelib/../cachelib/allocator/tests/TestBase-inl.h:178: Failure
Expected equality of these values:
  lruLengths
    Which is: { 15451, 10, 16, 16, 16 }
  newLruLengths
    Which is: { 7493, 10, 16, 16, 16 }
[  FAILED  ] BaseAllocatorTest/2.ChainedItemSerialization, where TypeParam = facebook::cachelib::CacheAllocator<facebook::cachelib::TinyLFUCacheTrait> (181 ms)