• Oran Agra's avatar
    Increase threshold for flaky cache reclaim test (#12004) · f263b6da
    Oran Agra authored
    This test produces 1GB of data and moves it around, and was expecting less
    than 500kb to be present in the system page cache.
    It sometimes fails with up to some 6mb in the page cache (0 in the actual RDB files),
    increasing the threshold. It looks like some background tasks in the container are
    occupying the page cache.
    
    It is safe to ignore the above since we also explicitly check the pages of our dump.rdb
    are not cached (matching `vmtouch -v` to `0%`).
    An additional fix is to match ` 0%` (add space), so that we don't successfully match `10%`.
    
    details in https://github.com/redis/redis/pull/11818
    f263b6da
daily.yml 41 KB