redict/.github
Oran Agra f263b6daf3
Increase threshold for flaky cache reclaim test (#12004)
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
2023-04-05 14:45:42 +03:00
..
ISSUE_TEMPLATE crash report instructions (#10816) 2022-06-06 11:39:23 +03:00
workflows Increase threshold for flaky cache reclaim test (#12004) 2023-04-05 14:45:42 +03:00
dependabot.yml Setup dependabot for github-actions and codespell (#9857) 2022-01-04 16:19:28 +02:00