summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/watchdog.yml
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2017-07-19 15:35:56 -0400
committerMark Benvenuto <mark.benvenuto@mongodb.com>2017-07-19 15:35:56 -0400
commit0cf88b47a6c4c396c83278c316a6637438a8b878 (patch)
treed3785c8768d14b2b654b70faedb9a4e034956cbc /buildscripts/resmokeconfig/suites/watchdog.yml
parent35abff949ce9afa6d7765d56bedcc4b7682f271b (diff)
downloadmongo-0cf88b47a6c4c396c83278c316a6637438a8b878.tar.gz
SERVER-29948 Implement stalled I/O testing for storage node watchdog
Diffstat (limited to 'buildscripts/resmokeconfig/suites/watchdog.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/watchdog.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/watchdog.yml b/buildscripts/resmokeconfig/suites/watchdog.yml
new file mode 100644
index 00000000000..711c84b738d
--- /dev/null
+++ b/buildscripts/resmokeconfig/suites/watchdog.yml
@@ -0,0 +1,18 @@
+test_kind: js_test
+
+selector:
+ roots:
+ - src/mongo/db/modules/*/jstests/watchdog/*.js
+
+executor:
+ config:
+ shell_options:
+ readMode: commands
+ hooks:
+ - class: CleanEveryN
+ n: 20
+ fixture:
+ class: MongoDFixture
+ mongod_options:
+ set_parameters:
+ enableTestCommands: 1