diff options
author | Andreas Nilsson <agralius@gmail.com> | 2015-11-11 12:13:40 -0500 |
---|---|---|
committer | Andreas Nilsson <agralius@gmail.com> | 2015-11-11 15:58:03 -0500 |
commit | 273aca8cdff4e23f62244b2537b72a12269b6370 (patch) | |
tree | 4ba99e669b872970bcdb6fe5e2124fbafca92647 /buildscripts | |
parent | 2d8f78b6d89e90bf562642e46d28ab7d38295c24 (diff) | |
download | mongo-273aca8cdff4e23f62244b2537b72a12269b6370.tar.gz |
SERVER-21220 ESE - mongo side temp file coverage (fixed unit tests)
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/aggregation_ese.yml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/aggregation_ese.yml b/buildscripts/resmokeconfig/suites/aggregation_ese.yml new file mode 100644 index 00000000000..fe670ba48dc --- /dev/null +++ b/buildscripts/resmokeconfig/suites/aggregation_ese.yml @@ -0,0 +1,29 @@ +# Section that is ignored by resmoke.py. +config_variables: +- &keyFile src/mongo/db/modules/enterprise/jstests/encryptdb/libs/ekf2 + +selector: + js_test: + roots: + - jstests/aggregation/*.js + - jstests/aggregation/bugs/*.js + - src/mongo/db/modules/*/jstests/aggregation/*.js + exclude_files: + # Skip any tests that run with auth explicitly. + - jstests/aggregation/*[aA]uth*.js + +executor: + js_test: + config: + shell_options: + readMode: commands + hooks: + - class: CleanEveryN + n: 20 + fixture: + class: MongoDFixture + mongod_options: + enableEncryption: '' + encryptionKeyFile: *keyFile + set_parameters: + enableTestCommands: 1 |