summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/sharding_multiversion.yml
diff options
context:
space:
mode:
authorJason Chan <jason.chan@mongodb.com>2019-11-04 20:09:41 +0000
committerevergreen <evergreen@mongodb.com>2019-11-04 20:09:41 +0000
commit2bf6b6002c5e6ed774c2c7998316ab109181c4f5 (patch)
treecad78bdf74791bc3a78ce21bef5d7bba6edef231 /buildscripts/resmokeconfig/suites/sharding_multiversion.yml
parent63b328413f488db299e729536ef123c5f0ba088d (diff)
downloadmongo-2bf6b6002c5e6ed774c2c7998316ab109181c4f5.tar.gz
SERVER-44342 Update randomBinVersions to useRandomBinVersionsWithinReplicaSet in sharding_multiversion.yml
Diffstat (limited to 'buildscripts/resmokeconfig/suites/sharding_multiversion.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_multiversion.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_multiversion.yml b/buildscripts/resmokeconfig/suites/sharding_multiversion.yml
index eff347f2ba2..9f244415703 100644
--- a/buildscripts/resmokeconfig/suites/sharding_multiversion.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_multiversion.yml
@@ -11,5 +11,5 @@ executor:
readMode: commands
global_vars:
TestData:
- randomBinVersions: true
+ useRandomBinVersionsWithinReplicaSet: true
mongosBinVersion: 'last-stable'