diff options
author | Benety Goh <benety@mongodb.com> | 2018-12-21 09:13:06 -0500 |
---|---|---|
committer | Benety Goh <benety@mongodb.com> | 2018-12-21 09:30:24 -0500 |
commit | f7c5ff60981fd30043f42cc67df6ad2d772c6a94 (patch) | |
tree | afeaef754a249fa4f4374a4f5764e52ab0fff4ea /jstests | |
parent | c7f7747b86cfd28deafba458697599cc419525e1 (diff) | |
download | mongo-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.js | 4 |
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) => { |