summaryrefslogtreecommitdiff
path: root/jstests/core/update_arraymatch4.js
Commit message (Collapse)AuthorAgeFilesLines
* 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-26315 Override DBCollection.prototype.drop to re-shard collections ↵Eddie Louie2017-03-231-0/+4
| | | | | | that are dropped This reverts commit fb956b3b0a48c9b8376575c6adb971a4e0593292.
* Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard ↵Randolph Tan2017-03-231-4/+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/+4
| | | | | | that are dropped in sharded cluster environments.
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-10/+11
|
* SERVER-22341 fix jslint errors in jstests/core with eslint --fixMike Grundy2016-02-091-11/+11
| | | | | Conflicts: jstests/core/count_hint.js
* SERVER-12127 migrate js tests to jscore suite when not related to writesSiyuan Zhou2014-03-031-0/+18
Migrate js tests starting from j-z. Include SERVER-12920 Update use_power_of_2.js Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>