summaryrefslogtreecommitdiff
path: root/jstests/core/geo7.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-64473 Split up `core` jstest directoryGregory Noma2023-01-091-33/+0
|
* SERVER-66951 clean up geo7.jsBenety Goh2022-06-021-10/+24
|
* SERVER-50442 Remove ensureIndex shell functionRishab Joshi2020-11-171-2/+2
| | | | 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-2/+2
| | | | | | 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-2/+2
| | | | the usages of ensureIndex() with createIndex() in JS tests and JS shell
* SERVER-51475 Enable more jstests under SBE modeDrew Paroski2020-10-141-6/+0
|
* SERVER-49227 Tag tests to be excluded from jsCore_slot_based_executionJustin Seyster2020-08-141-0/+5
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-11/+11
|
* SERVER-22341 fix jslint errors in jstests/core with eslint --fixMike Grundy2016-02-091-7/+7
| | | | | Conflicts: jstests/core/count_hint.js
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-02-281-0/+20
Moved test jstest/[a-i].js -> jstests/core/ and made changes to comply with write command api