You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-09-16 09:06:18 +02:00
Generate suppressions when running Valgrind.
This makes it easier to suppress errors that are only occurring on Travis.
This commit is contained in:
@@ -202,8 +202,8 @@ sub run
|
|||||||
{
|
{
|
||||||
$strCommand =
|
$strCommand =
|
||||||
'docker exec -i -u ' . TEST_USER . " ${strImage}" .
|
'docker exec -i -u ' . TEST_USER . " ${strImage}" .
|
||||||
" valgrind -q --suppressions=$self->{strBackRestBase}/test/src/valgrind.suppress --leak-check=full" .
|
" valgrind -q --gen-suppressions=all --suppressions=$self->{strBackRestBase}/test/src/valgrind.suppress" .
|
||||||
" --leak-resolution=high" .
|
" --leak-check=full --leak-resolution=high" .
|
||||||
" $self->{strGCovPath}/test";
|
" $self->{strGCovPath}/test";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
ignore_libcrypto_leaks
|
ignore_libcrypto_leaks
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
...
|
...
|
||||||
obj:*/libcrypto.so.*
|
obj:*/libcrypto.so*
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user