summaryrefslogtreecommitdiff
path: root/src/mongo/shell/utils.js
diff options
context:
space:
mode:
authorWilliam Schultz <william.schultz@mongodb.com>2017-10-17 17:48:17 -0400
committerWilliam Schultz <william.schultz@mongodb.com>2017-10-18 12:10:51 -0400
commit599104d062bb96866babe4cafe39f2efae85c983 (patch)
tree36c64da8416dd6af94d0e2c1ae97735fc7785e67 /src/mongo/shell/utils.js
parentbc4d5001d76b5b2e9e598b44c87f0f58030603ea (diff)
downloadmongo-599104d062bb96866babe4cafe39f2efae85c983.tar.gz
SERVER-31413 Clean up structure of rollbackViaRefetchNoUUID test suite
Diffstat (limited to 'src/mongo/shell/utils.js')
-rw-r--r--src/mongo/shell/utils.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/shell/utils.js b/src/mongo/shell/utils.js
index fdabcc1554f..d626f4e600d 100644
--- a/src/mongo/shell/utils.js
+++ b/src/mongo/shell/utils.js
@@ -243,6 +243,7 @@ jsTestOptions = function() {
mongosBinVersion: TestData.mongosBinVersion || "",
shardMixedBinVersions: TestData.shardMixedBinVersions || false,
networkMessageCompressors: TestData.networkMessageCompressors,
+ replSetFeatureCompatibilityVersion: TestData.replSetFeatureCompatibilityVersion,
skipRetryOnNetworkError: TestData.skipRetryOnNetworkError,
skipValidationOnInvalidViewDefinitions: TestData.skipValidationOnInvalidViewDefinitions,
skipCollectionAndIndexValidation: TestData.skipCollectionAndIndexValidation,