Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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-27642 Replace long-running string-ified code with function expression ↵ | Eddie Louie | 2017-01-13 | 1 | -6/+26 |
| | | | | in JS tests | ||||
* | SERVER-22468 Format JS code with approved style in jstests/ | Jonathan Abrahams | 2016-03-09 | 1 | -3/+6 |
| | |||||
* | SERVER-13391 Rename slowNightly -> noPassthroughWithMongod and slowWeekly -> ↵ | Mathias Stearn | 2014-03-27 | 1 | -0/+17 |
noPassthrough This better represents their purpose and the difference between them. |