summaryrefslogtreecommitdiff
path: root/jstests/core/index9.js
Commit message (Collapse)AuthorAgeFilesLines
* 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-15/+15
|
* SERVER-13635: making more js tests work for generic storage engineEliot Horowitz2014-08-011-7/+7
|
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-02-281-0/+25
Moved test jstest/[a-i].js -> jstests/core/ and made changes to comply with write command api