Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-70541

Upgrade pymongo to 4.2.0

    • Type: Icon: Improvement Improvement
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      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

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

            Assignee:
            trevor.guidry@mongodb.com Trevor Guidry
            Reporter:
            tausif.rahman@mongodb.com Tausif Rahman (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: