-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Server Security
-
170
Currently, `evergreen/crypt_run_tests.sh` tests the mongo_crypt_shared library via a hand rolled shell script. This script does not work well with our BF process. We should convert the shell script into js tests instead.
- Add a new enterprise js suite crypt_library with test_kind: js_test
- Write new JS tests that do the same functionality but as js tests.
- Symbols Test
- C++ Unit Test runner
- GDB tester
These JS tests can just runMongoProgram to run the same steps they do today. There does not need to be any changes to the mongo shell.