summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/bulk_api_limits.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-58103 Remove test cases which test legacy op behaviorsYoonsoo Kim2021-06-301-27/+2
|
* SERVER-50442 Remove ensureIndex shell functionRishab Joshi2020-11-171-1/+1
| | | | This commit replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell""
* Revert "SERVER-50442 Remove ensureIndex shell function This commit also ↵Arun Banala2020-11-121-1/+1
| | | | | | replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell" This reverts commit e69c967ff8b53634770438dfe9a5c7d13548351b.
* SERVER-50442 Remove ensureIndex shell function This commit also replaces all ↵Rishab Joshi2020-11-121-1/+1
| | | | the usages of ensureIndex() with createIndex() in JS tests and JS shell
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-23/+25
|
* SERVER-22341 fix jslint errors in jstests/noPassthroughWithMongod with ↵Mike Grundy2016-02-051-9/+9
| | | | eslint --fix
* SERVER-13391 Rename slowNightly -> noPassthroughWithMongod and slowWeekly -> ↵Mathias Stearn2014-03-271-0/+158
noPassthrough This better represents their purpose and the difference between them.