diff options
author | Jonathan Reams <jbreams@mongodb.com> | 2017-06-27 14:04:53 -0400 |
---|---|---|
committer | Jonathan Reams <jbreams@mongodb.com> | 2017-07-14 16:19:40 -0400 |
commit | 1622c6b7a7971ea7fbdd4b3d5b10455e48e5cf69 (patch) | |
tree | 4cad8d64f1ace9bc13aea786b460872b1ce466c3 /src/mongo/shell/utils.js | |
parent | e0b06a9da3c0c6071f4e636f3c3ba3e8851c5db0 (diff) | |
download | mongo-1622c6b7a7971ea7fbdd4b3d5b10455e48e5cf69.tar.gz |
SERVER-29402 Implement ServiceExecutor and fixed-size test executor
Diffstat (limited to 'src/mongo/shell/utils.js')
-rw-r--r-- | src/mongo/shell/utils.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/shell/utils.js b/src/mongo/shell/utils.js index 2cb79d743ab..eff1c4aea03 100644 --- a/src/mongo/shell/utils.js +++ b/src/mongo/shell/utils.js @@ -198,6 +198,7 @@ var _jsTestOptions = {enableTestCommands: true}; // Test commands should be ena jsTestOptions = function() { if (TestData) { return Object.merge(_jsTestOptions, { + serviceExecutor: TestData.serviceExecutor, setParameters: TestData.setParameters, setParametersMongos: TestData.setParametersMongos, storageEngine: TestData.storageEngine, |