summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_libs/thread_mgr.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/concurrency/fsm_libs/thread_mgr.js')
-rw-r--r--jstests/concurrency/fsm_libs/thread_mgr.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/concurrency/fsm_libs/thread_mgr.js b/jstests/concurrency/fsm_libs/thread_mgr.js
index 6073d82dd2a..86737a1a11d 100644
--- a/jstests/concurrency/fsm_libs/thread_mgr.js
+++ b/jstests/concurrency/fsm_libs/thread_mgr.js
@@ -116,6 +116,7 @@ var ThreadManager = function(clusterOptions, executionMode) {
latch: latch,
dbName: _context[workload].dbName,
collName: _context[workload].collName,
+ cluster: cluster.getSerializedCluster(),
clusterOptions: clusterOptions,
seed: Random.randInt(1e13), // contains range of Date.getTime()
globalAssertLevel: globalAssertLevel