summaryrefslogtreecommitdiff
path: root/tests/unit
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2023-04-05 14:45:42 +0300
committerGitHub <noreply@github.com>2023-04-05 14:45:42 +0300
commitf263b6daf3a2672acc383dc34ed1ff1fe19da5a7 (patch)
treeac50453d7a46470de1f5dbb82f1b4cb388030790 /tests/unit
parentccc86a91b7bb4ef84898dadfc9741ecb3aa8eadb (diff)
downloadredis-f263b6daf3a2672acc383dc34ed1ff1fe19da5a7.tar.gz
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
Diffstat (limited to 'tests/unit')
0 files changed, 0 insertions, 0 deletions