summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2018-12-21 09:13:06 -0500
committerBenety Goh <benety@mongodb.com>2018-12-21 09:30:24 -0500
commitf7c5ff60981fd30043f42cc67df6ad2d772c6a94 (patch)
treeafeaef754a249fa4f4374a4f5764e52ab0fff4ea /jstests
parentc7f7747b86cfd28deafba458697599cc419525e1 (diff)
downloadmongo-f7c5ff60981fd30043f42cc67df6ad2d772c6a94.tar.gz
SERVER-37643 collection rename across databases no longer requires MultiIndexBlock
Diffstat (limited to 'jstests')
-rw-r--r--jstests/noPassthrough/atomic_rename_collection.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/jstests/noPassthrough/atomic_rename_collection.js b/jstests/noPassthrough/atomic_rename_collection.js
index 79975c0900c..c8e24f1c591 100644
--- a/jstests/noPassthrough/atomic_rename_collection.js
+++ b/jstests/noPassthrough/atomic_rename_collection.js
@@ -22,9 +22,7 @@
{
source: first.x,
target: second.x,
- // Index builds on primaries now log a no-op when starting, bringing the total count
- // from 4 to 5.
- expectedOplogEntries: 5,
+ expectedOplogEntries: 4,
}
];
tests.forEach((test) => {