From eda7706f53e925a701f85894ab3d8e861e5fcf06 Mon Sep 17 00:00:00 2001 From: David Steele Date: Sun, 10 Mar 2024 09:40:13 +1300 Subject: [PATCH] Make valgrind libssh2 leak check less specific. The leak kind is usually definite but sometimes flaps to possible. For stability purposes accept any leak kind. Note that this is a leak in a specific version of libssh2 and not a bug in pgBackRest. --- test/src/valgrind.suppress.none | 1 - 1 file changed, 1 deletion(-) diff --git a/test/src/valgrind.suppress.none b/test/src/valgrind.suppress.none index 453447794..4ddc4bfe0 100644 --- a/test/src/valgrind.suppress.none +++ b/test/src/valgrind.suppress.none @@ -9,7 +9,6 @@ { libssh2_ubuntu_20_04 Memcheck:Leak - match-leak-kinds: definite ... obj:/usr/lib/x86_64-linux-gnu/libssh2.so.1.0.1 ...