summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/aggregation_ese.yml
diff options
context:
space:
mode:
authorAndreas Nilsson <agralius@gmail.com>2015-11-10 14:13:02 -0500
committerAndreas Nilsson <agralius@gmail.com>2015-11-11 09:45:55 -0500
commit3c090e1ad8b0f6d555396554abad7ea3747961af (patch)
treeebf72a99ae6edaa4d540ad6d4c9035c4370dbaec /buildscripts/resmokeconfig/suites/aggregation_ese.yml
parent76ef930d453d4de3ad24245eeb0043c94a0cf258 (diff)
downloadmongo-3c090e1ad8b0f6d555396554abad7ea3747961af.tar.gz
SERVER-21220 ESE - mongo side temp file coverage
Diffstat (limited to 'buildscripts/resmokeconfig/suites/aggregation_ese.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/aggregation_ese.yml29
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