summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorJ Delaney <j.delaney@mongodb.com>2015-07-16 00:30:27 -0400
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2015-07-16 00:30:27 -0400
commitda03c5f4447dd7859d4e06a1739f287fdbb06437 (patch)
tree93a8bf53d45a12f336ab22e9dd4503be14a9c0c5 /buildscripts
parent1915268f23c038197e2420a9d6302d1d72b85ce4 (diff)
downloadmongo-da03c5f4447dd7859d4e06a1739f287fdbb06437.tar.gz
SERVER-19413 Add resmoke suite for jstestfuzz
Closes #1002. Signed-off-by: Max Hirschhorn <max.hirschhorn@mongodb.com>
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/jstestfuzz.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/jstestfuzz.yml b/buildscripts/resmokeconfig/suites/jstestfuzz.yml
new file mode 100644
index 00000000000..2b4c598285f
--- /dev/null
+++ b/buildscripts/resmokeconfig/suites/jstestfuzz.yml
@@ -0,0 +1,15 @@
+selector:
+ js_test:
+ roots:
+ - jstestfuzz/out/*.js
+
+executor:
+ js_test:
+ fixture:
+ class: MongoDFixture
+ mongod_options:
+ nopreallocj: ''
+ set_parameters:
+ enableTestCommands: 1
+ verbose: ''
+