|
Per a Slack conversation with ben.caimano, the plan is for SERVER-36152 to not upgrade the version of PyMongo we're running. This would be problematic on Windows because we aren't always installing additional dependencies into a virtual environment and are instead sometimes installing additional dependencies into the system Python.
yves.duhem, with regard to the refreshLogicalSessionCacheNow command, we could also backport the requiresAuth()-related changes from 85dc8dd as part of SERVER-34653. This came up on jack.mulrow's code review for backporting SERVER-32604 to the 3.6 branch and he is planning to follow up with the Platforms team about this. More explicitly, we would only need to change resmoke.py to auth on the 3.6 branch if we don't plan on changing the server's behavior on the 3.6 branch. There shouldn't be any issue with the refreshLogicalSessionCacheNow command, logical sessions, and auth on later branches.
|