mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
Revert "SERVER-44745 Trigger a logical session cache refresh for core passthrough suites using the MongoDFixture before running tests"
This reverts commit 1490ba67c6
.
This commit is contained in:
parent
de67bb8f88
commit
d8caa7410c
@ -115,9 +115,6 @@ class MongoDFixture(interface.Fixture):
|
||||
self.logger.info("Waiting to connect to mongod on port %d.", self.port)
|
||||
time.sleep(0.1) # Wait a little bit before trying again.
|
||||
|
||||
# Ensure that the sessions collection gets created
|
||||
client.admin.command({"refreshLogicalSessionCacheNow": 1})
|
||||
|
||||
self.logger.info("Successfully contacted the mongod on port %d.", self.port)
|
||||
|
||||
def _do_teardown(self, mode=None):
|
||||
|
Loading…
Reference in New Issue
Block a user