Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-58103 Remove test cases which test legacy op behaviors | Yoonsoo Kim | 2021-06-30 | 1 | -27/+2 |
| | |||||
* | SERVER-50442 Remove ensureIndex shell function | Rishab Joshi | 2020-11-17 | 1 | -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 Banala | 2020-11-12 | 1 | -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 Joshi | 2020-11-12 | 1 | -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 Abrahams | 2016-03-09 | 1 | -23/+25 |
| | |||||
* | SERVER-22341 fix jslint errors in jstests/noPassthroughWithMongod with ↵ | Mike Grundy | 2016-02-05 | 1 | -9/+9 |
| | | | | eslint --fix | ||||
* | SERVER-13391 Rename slowNightly -> noPassthroughWithMongod and slowWeekly -> ↵ | Mathias Stearn | 2014-03-27 | 1 | -0/+158 |
noPassthrough This better represents their purpose and the difference between them. |