summaryrefslogtreecommitdiff
path: root/src/mongo/shell/utils.js
diff options
context:
space:
mode:
authorJason Chan <jason.chan@mongodb.com>2019-09-30 22:18:39 +0000
committerevergreen <evergreen@mongodb.com>2019-09-30 22:18:39 +0000
commit8e8428e17f6504fea71c93028ff9e03002d87548 (patch)
treeecc58e4b419991ce9d168a3fbaeb503ca54c061e /src/mongo/shell/utils.js
parentae95a4f31b75590635db3eb80ec6bf19cccffebf (diff)
downloadmongo-8e8428e17f6504fea71c93028ff9e03002d87548.tar.gz
Revert "SERVER-42774 When randomBinVersions is set, randomly assign node binary versions for ReplSetTest"
This reverts commit 75a8730068e844a89584927890ddd32bef408778.
Diffstat (limited to 'src/mongo/shell/utils.js')
-rw-r--r--src/mongo/shell/utils.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/shell/utils.js b/src/mongo/shell/utils.js
index 33689f5f8b9..4cb240c8f5a 100644
--- a/src/mongo/shell/utils.js
+++ b/src/mongo/shell/utils.js
@@ -342,8 +342,6 @@ jsTestOptions = function() {
// This flag is currently a placeholder and only sets the replica set to last-stable
// FCV. Randomized behavior will be implemented as part of SERVER-42774.
randomBinVersions: TestData.randomBinVersions || false,
- // Set a specific random seed to be used when randomBinVersions is true.
- seed: TestData.seed || undefined,
});
}
return _jsTestOptions;