Netflix-Skunkworks / spectatord

A high performance metrics daemon
Apache License 2.0
24 stars 5 forks source link

Tweak the msan config #4

Closed dmuino closed 3 years ago

dmuino commented 3 years ago

The memory sanitizer config option now successfully compiles the project but unfortunately we cannot run our tests with it due to some gtest issues. Apparently it requires we use libc++ and compile it under msan.

The tsan (thread sanitizer) and ubsan (undefined behavior sanitizer) configs both work and are able to run our tests successfully and the main program. A nice improvement would be to add them as steps to the travis build