The updated Qpid C++ test setup runs the components under valgrind more often. Below are some of the leak reports I am currently suppressing.
This is just what I got on my own machine by removing the suppressions I added. The full list of added suppressions[1] hints at the valgrind errors I was seeing on the various CI machines. I'll be collecting more of these and reporting them as I find them. [1]: https://github.com/apache/qpid/blob/trunk/qpid/cpp/src/tests/.valgrind.supp#L180 - Starting here and going to the end of the file ## acl_tests and queue_redirect_tests https://gist.github.com/ssorj/a284503845023532a748cb78b84ccd4b https://gist.github.com/ssorj/03bd74dbf1672486840ba54ad9364e7a https://github.com/apache/qpid/blob/trunk/qpid/cpp/src/tests/.valgrind.supp#L189 ## linearstore python_tests https://gist.github.com/ssorj/04f872b1a4ae70d7debd592d0a52e75a https://github.com/apache/qpid/blob/trunk/qpid/cpp/src/tests/.valgrind.supp#L216
