diff options
author | Judah Schvimer <judah@mongodb.com> | 2017-02-28 10:23:29 -0500 |
---|---|---|
committer | Judah Schvimer <judah@mongodb.com> | 2017-02-28 10:23:29 -0500 |
commit | f17d826a61b01023f6034bc62138639c2d704311 (patch) | |
tree | 6ddf7dc8c20b9aadc1b7c2d7fe8a52806a6ced9d /buildscripts | |
parent | 0501a56bfbb9a3b7d88a9b57e371de44afe02564 (diff) | |
download | mongo-f17d826a61b01023f6034bc62138639c2d704311.tar.gz |
SERVER-21675 change replica_sets_legacy to replica_sets_pv0
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/replica_sets_pv0.yml (renamed from buildscripts/resmokeconfig/suites/replica_sets_legacy.yml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_legacy.yml b/buildscripts/resmokeconfig/suites/replica_sets_pv0.yml index 2fcdc1e88ce..3a313af2f10 100644 --- a/buildscripts/resmokeconfig/suites/replica_sets_legacy.yml +++ b/buildscripts/resmokeconfig/suites/replica_sets_pv0.yml @@ -32,5 +32,5 @@ executor: shell_options: global_vars: TestData: - useLegacyReplicationProtocol: true + forceReplicationProtocolVersion: 0 nodb: '' |