summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mongo/shell/replsettest.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/shell/replsettest.js b/src/mongo/shell/replsettest.js
index 8f0e1cb6656..0acb2a4d924 100644
--- a/src/mongo/shell/replsettest.js
+++ b/src/mongo/shell/replsettest.js
@@ -1114,13 +1114,7 @@ var ReplSetTest = function(opts) {
// secondaries.
var secondaryCollInfo = secondary.getDB(dbName).getCollectionInfos();
secondaryCollInfo.forEach(secondaryInfo => {
- // SERVER-26712 Temporarily avoid validating _id index version.
- if (secondaryCollInfo.hasOwnProperty('idIndex'))
- delete secondaryCollInfo.idIndex.v;
primaryCollInfo.forEach(primaryInfo => {
- // SERVER-26712 Temporarily avoid validating _id index version.
- if (primaryCollInfo.hasOwnProperty('idIndex'))
- delete primaryCollInfo.idIndex.v;
if (secondaryInfo.name === primaryInfo.name) {
if (!bsonBinaryEqual(secondaryInfo, primaryInfo)) {
print(msgPrefix +