summaryrefslogtreecommitdiff
path: root/jstests/core/coveredIndex1.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-141-6/+6
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-67/+67
|
* SERVER-31785 Use 2 shards in sharded jscore passthrough.Charlie Swanson2018-01-191-2/+2
|
* SERVER-30384 unblacklist tests from causally consistent jscore passthroughsKyle Suarez2017-11-281-80/+78
| | | | | Refactors more tests that should be allowed to run in the causally consistent passthroughs.
* 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-29/+27
|
* SERVER-22341 fix jslint errors in jstests/core with eslint --fixMike Grundy2016-02-091-11/+11
| | | | | Conflicts: jstests/core/count_hint.js
* SERVER-14742 delete old explain and turn on explain 2.0David Storch2014-09-031-17/+41
|
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-02-281-0/+64
Moved test jstest/[a-i].js -> jstests/core/ and made changes to comply with write command api