-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Component/s: Evergreen Tools
-
None
-
Needed
-
As part of the changes required for DRIVERS-2400, drivers need to download mongocryptd and crypt_shared, which is usually done when calling run-orchestration.sh. However, when running tests against a Serverless instance, this script isn't called by the drivers. At the moment, this means that drivers have to do this manually in their evergreen files, leading to code duplication and potential errors. As an example, consider the go implementation: https://github.com/mongodb/mongo-go-driver/pull/1069/files#diff-2bc841e86ce96b7b422ae203fd8315d0b2a461956cecbe0e096420656fc3fb12R2183
This ticket proposes to add a separate script that downloads an appropriate version of mongocryptd and crypt_shared. This script should also be used to download mongodb in run-orchestration.sh.
- split to
-
RUBY-3183 Do not use mongodl.py to download crypt_shared lib
- Backlog