]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/ci/valgrind-suppressions
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / ci / valgrind-suppressions
1 {
2 <flakiness on gRPC initialization>
3 Memcheck:Leak
4 ...
5 fun:grpc_shutdown
6 ...
7 }
8
9 {
10 <flakiness on gRPC initialization>
11 Memcheck:Leak
12 ...
13 fun:grpc_init
14 ...
15 }