Signed-off-by: jiefenghuang <jiefeng@juicedata.io>
This commit is contained in:
jiefenghuang
2025-12-04 18:02:45 +08:00
parent dc14b09095
commit 059fc24601

View File

@@ -417,6 +417,7 @@ func TestAtimeNotLost(t *testing.T) {
for _, eviction := range []string{EvictionNone, Eviction2Random, EvictionLRU} {
cfg := defaultConf
cfg.CacheEviction = eviction
cfg.FreeSpace = 0.03
m := newCacheManager(&cfg, nil, nil)
key := "0_0_10"