-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Test Coverage
-
None
As implicit sessions are implemented as part of MongoClient, the current test suites only use them when running integration tests using MongoClient. But as most of the integration tests in the driver are in the driver-core module, it means that none of them run with implicit sessions.
The driver-core test suite should be enhanced such that when running against MongoDB 3.6+ an implicit session is used when executing all driver-core tests.
- is depended on by
-
DRIVERS-430 Test that killCursors really succeeds
- Implementing