summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_workloads/indexed_insert_long_fieldname.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/concurrency/fsm_workloads/indexed_insert_long_fieldname.js')
-rw-r--r--jstests/concurrency/fsm_workloads/indexed_insert_long_fieldname.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/concurrency/fsm_workloads/indexed_insert_long_fieldname.js b/jstests/concurrency/fsm_workloads/indexed_insert_long_fieldname.js
index c5cc3af152d..06e92f5907f 100644
--- a/jstests/concurrency/fsm_workloads/indexed_insert_long_fieldname.js
+++ b/jstests/concurrency/fsm_workloads/indexed_insert_long_fieldname.js
@@ -11,7 +11,6 @@ load('jstests/concurrency/fsm_libs/extend_workload.js'); // for extend
load('jstests/concurrency/fsm_workloads/indexed_insert_base.js'); // for $config
var $config = extendWorkload($config, function($config, $super) {
-
// The indexedField must be limited such that the namespace and indexedField does not
// exceed 128 characters. The namespace defaults to // "test<i>_fsmdb<j>.fsmcoll<k>",
// where i, j & k are increasing integers for each test, workload and thread.