irods / irods_testing_environment

BSD 3-Clause "New" or "Revised" License
8 stars 15 forks source link

Add support for running iRODS server with Address Sanitizer enabled #138

Open korydraughn opened 1 year ago

korydraughn commented 1 year ago

Enhancement

The core test suite and unit test suite are the best candidates for generating a report of memory leaks in the iRODS server. Having this information allows the core dev team to resolve the memory leaks and improve stability of the server.

The following requirements must be satisfied to make this work:

The plugin tests could also grow support for this as well.