[SERVER-70541] Upgrade pymongo to 4.2.0 Created: 13/Oct/22  Updated: 18/Nov/22  Resolved: 07/Nov/22

Status: Closed
Project: Core Server
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Improvement Priority: Major - P3
Reporter: Tausif Rahman (Inactive) Assignee: Trevor Guidry
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate
duplicates SERVER-61794 Upgrade resmoke's pymongo to 4.2.0 Closed
Related
is related to SERVER-61794 Upgrade resmoke's pymongo to 4.2.0 Closed
Participants:

 Description   

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

https://evergreen.mongodb.com/filediff/63470ab21e2d176fcffcec16/?file_name=buildscripts%2Fresmokelib%2Ftesting%2Ffixtures%2Fstandalone.py&patch_number=0
 


Generated at Thu Feb 08 06:16:27 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.