summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2016-01-26 17:27:33 -0500
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2016-01-26 17:27:33 -0500
commit50d09c53bed8185dbe268d1e6d6fa1e68e9161c5 (patch)
tree0fd18acffffbf6413b552d58bb6b4d1512977a48 /buildscripts
parentc36c82ed483ffcd1087260e4a125c625a2026ed1 (diff)
downloadmongo-50d09c53bed8185dbe268d1e6d6fa1e68e9161c5.tar.gz
SERVER-21499 Enable fsm_all_simultaneous.js FSM runner.
fsm_all_simultaneous.js runs different FSM workloads simultaneously. By default, these workloads still run with their own collection and database. Defined concurrency_simultaneous and concurrency_simultaneous_WT tasks to run this mode of the concurrency framework in Evergreen.
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/concurrency.yml b/buildscripts/resmokeconfig/suites/concurrency.yml
index 52af5e99fa6..50a1ed5a655 100644
--- a/buildscripts/resmokeconfig/suites/concurrency.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency.yml
@@ -6,6 +6,9 @@ selector:
# Skip replication and sharding tests because they're run in different suites
- jstests/concurrency/fsm_all_replication*.js
- jstests/concurrency/fsm_all_sharded*.js
+ # Skip fsm_all_simultaneous.js to avoid triggering the 6-hour timeout in Evergreen when this
+ # suite is run with --repeat=10 on the Linux Repeated Execution variant.
+ - jstests/concurrency/fsm_all_simultaneous.js
executor:
js_test: