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

Upgrade resmoke's pymongo to 4.2.0

    • Fully Compatible
    • DAG 2022-06-13
    • 166
    • 1

      From Max on Slack:

      diff --git a/buildscripts/resmokelib/testing/fixtures/standalone.py b/buildscripts/resmokelib/testing/fixtures/standalone.py
      index 111fbce6990..2a4dee6b5af 100644
      --- a/buildscripts/resmokelib/testing/fixtures/standalone.py
      +++ b/buildscripts/resmokelib/testing/fixtures/standalone.py
      @@ -168,7 +168,7 @@ class MongoDFixture(interface.Fixture):
       
           def get_driver_connection_url(self):
               """Return the driver connection URL."""
      -        return "mongodb://" + self.get_internal_connection_string()
      +        return "mongodb://" + self.get_internal_connection_string() + "/?directConnection=true"
       
       
       # The below parameters define the default 'logComponentVerbosity' object passed to mongod processes
      

            Assignee:
            trevor.guidry@mongodb.com Trevor Guidry
            Reporter:
            robert.guo@mongodb.com Robert Guo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: