Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions test/valgrind-python.supp
Original file line number Diff line number Diff line change
Expand Up @@ -502,25 +502,6 @@

# Custom suppressions

{
Known memory leak that intermittently shows up but is hard to reproduce with a subset of the test suite
Memcheck:Leak
fun:malloc
fun:CRYPTO_zalloc
fun:SSL_new
fun:as_tls_wrap
fun:as_socket_wrap
fun:as_socket_create
fun:as_node_try_family_connections
fun:as_node_create_socket
fun:as_node_create_connection
fun:as_node_get_connection
fun:as_info_command_node
fun:aerospike_info_foreach
fun:AerospikeClient_InfoAll_Invoke
fun:AerospikeClient_InfoAll
}

{
Known memory leak that intermittently shows up
Memcheck:Leak
Expand Down
Loading