summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_workloads/update_multifield_multiupdate_noindex.js
blob: fe12f2e33fb2129b8f01649493ea310e2a2e0ee9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
'use strict';

/**
 * update_multifield_multiupdate_noindex.js
 *
 * Executes the update_multifield_multiupdate.js workload after dropping all
 * non-_id indexes on the collection.
 */
load('jstests/concurrency/fsm_libs/extend_workload.js'); // for extendWorkload
load('jstests/concurrency/fsm_workloads/update_multifield_multiupdate.js'); // for $config
load('jstests/concurrency/fsm_workload_modifiers/drop_all_indexes.js'); // for dropAllIndexes

var $config = extendWorkload($config, dropAllIndexes);