summaryrefslogtreecommitdiff
path: root/jstests/core/updatek.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections ↵Eddie Louie2017-03-231-0/+5
| | | | | | that are dropped This reverts commit fb956b3b0a48c9b8376575c6adb971a4e0593292.
* Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard ↵Randolph Tan2017-03-231-5/+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/+5
| | | | | | that are dropped in sharded cluster environments.
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-7/+6
|
* SERVER-12127 migrate js tests to jscore suite when not related to writesSiyuan Zhou2014-03-031-0/+14
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>