diff options
author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2019-02-07 13:29:35 -0500 |
---|---|---|
committer | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2019-02-07 13:29:35 -0500 |
commit | 530d0bdd0cad04911a312931535c9be9af5bc7d9 (patch) | |
tree | 349492868758ec033bdb347f68da1a9f228cb78a /buildscripts | |
parent | 26f0dd0691adea4c120b568735601d7a72e7935a (diff) | |
download | mongo-530d0bdd0cad04911a312931535c9be9af5bc7d9.tar.gz |
SERVER-39133 Add FLE Tests
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/fle.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/fle.yml b/buildscripts/resmokeconfig/suites/fle.yml new file mode 100644 index 00000000000..26883e6acc7 --- /dev/null +++ b/buildscripts/resmokeconfig/suites/fle.yml @@ -0,0 +1,14 @@ +test_kind: js_test + +selector: + roots: + - src/mongo/db/modules/*/jstests/fle/*.js + +executor: + config: + shell_options: + nodb: '' + readMode: commands + hooks: + - class: CleanEveryN + n: 20 |