summaryrefslogtreecommitdiff
path: root/jstests/core/geo2.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-51823 Use classic engine to evaluate queries containing expressions ↵Anton Korshunov2021-02-141-1/+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-1/+5
|
* SERVER-40747 Blacklist tests with large inserts from transaction passthrough ↵Matthew Russotto2019-04-221-1/+1
| | | | tests with failures
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-4/+0
| | | | | | | | | | This commit removes the geoNear command and moves its implementation into the aggregation framework. Users should use the aggregate command with a $geoNear stage. The implementation rewrite additionally removes the limit in the $geoNear aggregation stage. To limit the number of results, use a $limit stage.
* SERVER-33287 tag jstests that use commands which return inaccurate results ↵Samy Lanka2018-04-061-0/+2
| | | | after unclean shutdown
* SERVER-1981 Support near and nearSphere predicates on sharded collectionsTess Avitabile2017-12-281-4/+0
|
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections ↵Eddie Louie2017-03-231-0/+3
| | | | | | that are dropped This reverts commit fb956b3b0a48c9b8376575c6adb971a4e0593292.
* Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard ↵Randolph Tan2017-03-231-3/+0
| | | | | | | | | collections that are dropped" This reverts commit 56e66454d14e16689331672734ecde7644a41c78. Conflicts: buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections ↵Eddie Louie2017-03-151-0/+3
| | | | | | that are dropped in sharded cluster environments.
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-23/+21
|
* SERVER-22341 fix jslint errors in jstests/core with eslint --fixMike Grundy2016-02-091-8/+8
| | | | | Conflicts: jstests/core/count_hint.js
* move some jstests to use bulk insert to make tests fasterEliot Horowitz2014-08-081-2/+7
|
* SERVER-14515 Remove default limit from geoNear operationsSiyuan Zhou2014-08-061-2/+2
|
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-02-281-0/+40
Moved test jstest/[a-i].js -> jstests/core/ and made changes to comply with write command api