summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_workloads/agg_sort.js
diff options
context:
space:
mode:
authoralabid <alabidan@gmail.com>2015-01-05 09:47:07 -0500
committerRamon Fernandez <ramon.fernandez@mongodb.com>2015-03-09 18:30:32 -0400
commit747e066e97ec42cab358d9b0b328257e997b74b9 (patch)
treea36d2109eadd3984af1ff50bc20bbf544ee739a1 /jstests/concurrency/fsm_workloads/agg_sort.js
parentd6b7c2351e47992bf350131c2b60e15644ce4b69 (diff)
downloadmongo-747e066e97ec42cab358d9b0b328257e997b74b9.tar.gz
SERVER-16648 Additional FSM-based concurrency workloads with some cleanup and blacklisting
Includes workloads for: explain compact reindex collMod count distinct touch $where Added to blacklists in FSM runners Fixed the way we check for storage engines Added two options for arbitrary function execution against cluster: - Specified via ClusterOptions as setupFunctions to be run on the cluster before workloads are run - As part of setup and teardown with the cluster provided as a third argument to these workload functions (cherry picked from commit f6a65290f22f126b8a2eb616f800582c5c43b6c8) Conflicts: jstests/concurrency/fsm_all_sharded.js jstests/concurrency/fsm_all_sharded_replication.js jstests/concurrency/fsm_all_simultaneous.js
Diffstat (limited to 'jstests/concurrency/fsm_workloads/agg_sort.js')
-rw-r--r--jstests/concurrency/fsm_workloads/agg_sort.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/concurrency/fsm_workloads/agg_sort.js b/jstests/concurrency/fsm_workloads/agg_sort.js
index 322ed5297e8..2f312e0adda 100644
--- a/jstests/concurrency/fsm_workloads/agg_sort.js
+++ b/jstests/concurrency/fsm_workloads/agg_sort.js
@@ -27,7 +27,7 @@ var $config = extendWorkload($config, function($config, $super) {
assertWhenOwnColl.eq(db[collName].find().itcount() / 2, db[otherCollName].find().itcount());
};
- $config.teardown = function teardown(db, collName) {
+ $config.teardown = function teardown(db, collName, cluster) {
$super.teardown.apply(this, arguments);
// drop all collections with this workload's assumed-to-be-unique prefix