From b97edde1f7d0afea316796d2a364b6b34cbfdfdc Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Mon, 21 Sep 2020 00:05:52 +0300 Subject: [PATCH] mdbx-test: add Valgrind-suppression for msync() from mdbx_mapresize(). Change-Id: I1e303b71382f7d130abdedd53435473316ebf19f --- test/valgrind_suppress.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/valgrind_suppress.txt b/test/valgrind_suppress.txt index 12a5987d..389adfc1 100644 --- a/test/valgrind_suppress.txt +++ b/test/valgrind_suppress.txt @@ -14,6 +14,14 @@ ... fun:mdbx_env_sync_internal } +{ + msync-whole-mmap-3 + Memcheck:Param + msync(start) + fun:msync + ... + fun:mdbx_mapresize +} # single-page flush by pwrite() {