Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-71142

Convert crypt_run_tests.sh into js tests

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 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.

      1. Add a new enterprise js suite crypt_library with test_kind: js_test
      2. Write new JS tests that do the same functionality but as js tests.
        1. Symbols Test
        2. C++ Unit Test runner
        3. 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.

            Assignee:
            backlog-server-security [DO NOT USE] Backlog - Security Team
            Reporter:
            mark.benvenuto@mongodb.com Mark Benvenuto
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: