-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
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
- causes
-
SERVER-72412 Add direct connection to powercycle tests
- Closed
- depends on
-
SERVER-71982 Add directConnection=True to standalone.py for multiversion testing
- Closed
-
SERVER-71983 Add directConnection=True to standalone.py for multiversion testing
- Closed
-
SERVER-71984 [6.0] add directConnection=True to standalone.py for multiversion testing
- Closed
- is depended on by
-
SERVER-71407 Use pymongo.timeout() for tooling metrics collection
- Closed
- is duplicated by
-
SERVER-70541 Upgrade pymongo to 4.2.0
- Closed
- is related to
-
SERVER-61791 pin pymongo
- Closed
-
PYTHON-3027 Connecting to a replica set member in the RSGhost state leads to a "connection pool paused" error
- Closed
- related to
-
SERVER-70541 Upgrade pymongo to 4.2.0
- Closed