-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
ALL
-
Repl 2016-10-31
We currently don't call tearDown on certain test exceptions: https://github.com/mongodb/mongo/blob/master/src/mongo/unittest/unittest.cpp#L154. This can lead to improper shutdown, and in the case of the NetworkInterfaceMock, can lead to the test hanging indefinitely.