-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Security 2020-07-13
As part of SERVER-34798, the unit tests were moved to use per-test ServiceContext. The death test DEATH_TEST(WatchdogMonitorTest, Death) was not updated as part of this change.
It needs to be updated to be DEATH_TEST_F(WatchdogMonitorTest, Death, "") to properly initialize the ServiceContext.