load("jstests/replsets/libs/tags.js"); (function() { 'use strict'; // 3.2.1 is the final version to use the old style replSetUpdatePosition command. var oldVersion = "3.2.1"; var newVersion = "latest"; let nodes = [ {binVersion: oldVersion}, {binVersion: newVersion}, {binVersion: oldVersion}, {binVersion: newVersion}, {binVersion: oldVersion} ]; new TagsTest({nodes: nodes, forceWriteMode: 'commands'}).run(); }());