summaryrefslogtreecommitdiff
path: root/jstests/core/in4.js
Commit message (Collapse)AuthorAgeFilesLines
* 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-31194 Add jscore tags for ↵Jack Mulrow2017-12-071-0/+2
| | | | | | retryable_writes_jscore_stepdown_passthrough.yml suite The actual suite will come in a follow-up commit.
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-12/+12
|
* SERVER-14742 delete old explain and turn on explain 2.0David Storch2014-09-031-35/+28
|
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-02-281-0/+42
Moved test jstest/[a-i].js -> jstests/core/ and made changes to comply with write command api