summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_workloads/update_array.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/concurrency/fsm_workloads/update_array.js')
-rw-r--r--jstests/concurrency/fsm_workloads/update_array.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/jstests/concurrency/fsm_workloads/update_array.js b/jstests/concurrency/fsm_workloads/update_array.js
index 2020ee3c60a..d4923b485bb 100644
--- a/jstests/concurrency/fsm_workloads/update_array.js
+++ b/jstests/concurrency/fsm_workloads/update_array.js
@@ -14,9 +14,7 @@
load('jstests/concurrency/fsm_workload_helpers/server_types.js');
var $config = (function() {
-
var states = (function() {
-
// db: explicitly passed to avoid accidentally using the global `db`
// res: WriteResult
// nModifiedPossibilities: array of allowed values for res.nModified
@@ -107,7 +105,6 @@ var $config = (function() {
doPull(db, collName, docIndex, value);
}
};
-
})();
var transitions = {push: {push: 0.8, pull: 0.2}, pull: {push: 0.8, pull: 0.2}};
@@ -131,5 +128,4 @@ var $config = (function() {
data: {numDocs: 10},
setup: setup
};
-
})();