summaryrefslogtreecommitdiff
path: root/jstests/core/geo_array1.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-62092 move geo_array1.js to slow1Benety Goh2021-12-161-57/+0
|
* SERVER-62092 clean up geo_array1.jsBenety Goh2021-12-161-19/+22
|
* SERVER-60561 Skip geo_array1.js on the DEBUG Code Coverage builderGregory Wlodarek2021-10-091-0/+1
|
* SERVER-59962 clean up geo_array1.js to use different collection name for ↵Benety Goh2021-09-181-12/+27
| | | | each test case
* 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-51475 Enable more jstests under SBE modeDrew Paroski2020-10-141-3/+0
|
* SERVER-49227 Tag tests to be excluded from jsCore_slot_based_executionJustin Seyster2020-08-141-0/+3
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-16/+16
|
* SERVER-22341 fix jslint errors in jstests/core with eslint --fixMike Grundy2016-02-091-9/+9
| | | | | Conflicts: jstests/core/count_hint.js
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-02-281-0/+38
Moved test jstest/[a-i].js -> jstests/core/ and made changes to comply with write command api