-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: Field Level Encryption, Testing
-
None
Currently tests require mongocryptd to be on port 27020.
But that conflicts with sharded clusters started up using mlaunch, which also use port 27020 for all but the simplest clusters.
Add support for an optional FLE_MONGOCRYPTD_PORT environment variable to override the port which will be used for mongocryptd.
A good value for the new FLE_MONGOCRYPTD_PORT environment variable could be 27030.
- related to
-
CSHARP-3951 Get all tests to pass against a cluster with two mongos routers and default configurations
- Closed