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

/**
 * update_array_noindex.js
 *
 * Executes the update_array.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_array.js');               // for $config
load('jstests/concurrency/fsm_workload_modifiers/drop_all_indexes.js');  // for dropAllIndexes

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