-
Type:
Improvement
-
Resolution: Duplicate
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
This is a non trivial upgrade since our infrastructure relies heavily on pymongo.
buildscripts/resmokelib/testing/fixtures/standalone.py
^ changing the above file by replacing...
return "mongodb://" + self.get_internal_connection_string()
with...
return "mongodb://" + self.get_internal_connection_string() + "/?directConnection=true"
makes most tests pass, but there are still ~100 test failures on required builders at the moment
- duplicates
-
SERVER-61794 Upgrade resmoke's pymongo to 4.2.0
-
- Closed
-
- is related to
-
SERVER-61794 Upgrade resmoke's pymongo to 4.2.0
-
- Closed
-