From d65305564fed124c200a2ff3b832efb3cd09e22f Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Wed, 7 Jul 2021 02:21:52 +0300 Subject: [PATCH] mdbx-test: more suppressions for Valrgind (for case db-page less than systen-page). --- test/valgrind_suppress.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/valgrind_suppress.txt b/test/valgrind_suppress.txt index eec4ad16..bc43aa8f 100644 --- a/test/valgrind_suppress.txt +++ b/test/valgrind_suppress.txt @@ -22,6 +22,14 @@ ... fun:mdbx_mapresize } +{ + msync-wipe-steady + Memcheck:Param + msync(start) + fun:msync + ... + fun:mdbx_wipe_steady +} # single-page flush by pwrite() {