Details
-
Bug
-
Resolution: Gone away
-
Major - P3
-
None
-
None
-
None
-
None
-
ALL
-
160
Description
We're seeing sanitizer failures when we attempt to access a server parameter in oplog applier unit tests. This is because tests that use an RAII type to set a server parameter may destruct that server parameter before another thread attempts to use it. We should create a way to ensure that these server parameters are not destructed before they're used in these C++ tests.