Details
-
Improvement
-
Resolution: Unresolved
-
Major - P3
-
None
-
None
-
None
-
None
Description
Most tests in the C driver run with a single-threaded mongoc_client_t. Some parameterize between mongoc_client_t and mongoc_client_pool_t, and a handful run exclusively against mongoc_client_pool_t.
With the changes of CDRIVER-3625 and CDRIVER-3535, monitoring in pooled and single threaded go through different code paths.