-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.7.2
-
Component/s: Build
-
Fully Compatible
When run under address sanitizer, the intentional segfault triggered by the exit_logging test causes an address sanitizer backtrace, not a 'mongo' backtrace. The test expects a 'mongo' backtrace, so fails when ASAN is in play.
We should somehow blacklist this test when building under address sanitizer.