#3884 CI: Modify suppression file for c-ares-1.15.0
Merged by jhrozek. Opened by lslebodn.
SSSD/ lslebodn/sssd c-ares_1.15  into  master

Download 3884.patch

Valgrind does not generate full stack trace for errors.
It is just limited amount of frames. Therefore we cannot see main
function with the new c-ares.

The suppression file generated with c-ares-1.14.0
{

Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:strdup
fun:ares_init_options
fun:recreate_ares_channel
fun:resolv_init
fun:be_res_init
fun:be_res_init
fun:be_init_failover
fun:test_ipa_server_create_trusts_setup
obj:/usr/lib64/libcmocka.so.0.5.1
fun:_cmocka_run_group_tests
fun:main
}

The suppression file generated with c-ares-1.15.0
{

Memcheck:Leak
match-leak-kinds: possible
fun:malloc
fun:strdup
obj:/usr/lib64/libcares.so.2.3.0
obj:/usr/lib64/libcares.so.2.3.0
fun:ares_init_options
fun:recreate_ares_channel
fun:resolv_init
fun:be_res_init
fun:be_res_init
fun:be_init_failover
fun:test_ipa_server_create_trusts_setup
obj:/usr/lib64/libcmocka.so.0.5.1
fun:_cmocka_run_group_tests
}

rebased onto dafbf5066951856cedd3d1de9242fe66ca4e542f

@sbose, I noticed failure in tests with valgrind as aprt of testing #3880

rebased onto 6cc12dde979bc79982e468c56d3f42abad06c8ef

Thanks for the patch, ACK.

Commit f02714d6 fixes this pull-request

Pull-Request has been merged by jhrozek

Metadata