-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Minor - P4
-
Affects Version/s: 4.1 Desired
-
Component/s: None
-
None
-
Fully Compatible
-
Platforms 2018-08-27
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
Build target mongo/executor/thread_pool_task_executor has an implicit dependency on mongo/executor/network_interface but we tend to not notice the issue because every user of thread_pool_task_executor is also using network_interface and the dependency is met the hard way.
Make tpte explicitly depend on network_interface.