summaryrefslogtreecommitdiff
path: root/jstests/core/geo_s2largewithin.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-51823 Use classic engine to evaluate queries containing expressions ↵Anton Korshunov2021-02-141-3/+0
| | | | not supported in SBE
* 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-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-18/+9
|
* SERVER-22341 fix jslint errors in jstests/core with eslint --fixMike Grundy2016-02-091-3/+3
| | | | | Conflicts: jstests/core/count_hint.js
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-02-281-0/+45
Moved test jstest/[a-i].js -> jstests/core/ and made changes to comply with write command api