summaryrefslogtreecommitdiff
path: root/jstests/sharding/geo_near_sharded.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-38890 Make geo_near_sharded.js and ↵Cheahuychou Mao2019-10-011-2/+1
| | | | stale_mongos_updates_and_removes.js start shards as replica sets instead of standalones after completion of causally consistent catalog cache refresh methods
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-141-1/+1
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-52/+52
|
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-3/+14
| | | | | | | | | | 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-33444 Fix tests that fail when shard servers started as replica setsjannaerin2018-03-271-1/+1
|
* SERVER-32052 Update ShardingTest to default to starting shard servers as ↵jannaerin2018-03-091-2/+3
| | | | replica sets
* SERVER-29908 Move OpObserver callbacks out of CollectionShardingStateKaloian Manassiev2018-03-071-0/+55